Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-64243— ASoC: codecs: simple-mux: Fix enum control bounds check

CVSS 7.1 · High EPSS 0.12% · P2

Affected Version Matrix 16

VendorProductVersion RangeStatus
LinuxLinux342fbb7578d1741ff646d7b08e14e8753267b9fa< 6fb653b62f169f6050fac45b56bf21ad097e19f6affected
342fbb7578d1741ff646d7b08e14e8753267b9fa< d8cc3e747b002a8b965c529de79c0654675b9a1aaffected
342fbb7578d1741ff646d7b08e14e8753267b9fa< 5fe860af8630cf7c78523cbd68e5a234743585aaaffected
342fbb7578d1741ff646d7b08e14e8753267b9fa< 2ff3ac6f7664fe5639cad01712ac5e021fa7939caffected
342fbb7578d1741ff646d7b08e14e8753267b9fa< 164dcbec9632ca93ae313e6da6e4e05584fa0f02affected
342fbb7578d1741ff646d7b08e14e8753267b9fa< 05ef77f02607a3dc5d7f9762cb990f76843315d4affected
342fbb7578d1741ff646d7b08e14e8753267b9fa< f63ad68e18d774a5d15cd7e405ead63f6b322679affected
5.11affected
… +8 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-64243

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
ASoC: codecs: simple-mux: Fix enum control bounds check
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: simple-mux: Fix enum control bounds check simple_mux_control_put() rejects values greater than e->items, but enum control values are zero based. For the two-entry mux used by this driver, valid values are 0 and 1, so value 2 must be rejected as well. Accepting e->items can store an invalid mux state, pass it to the GPIO setter, and pass it on to the DAPM mux update path where it is used as an index into the enum text array. Use the same >= e->items check used by the ASoC enum helpers.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 5.11版本存在安全漏洞,该漏洞源于simple_mux_control_put函数对枚举控件边界检查不当,可接受无效的MUX状态,将其传递给GPIO设置器和DAPM MUX更新路径,并作为索引使用,可能导致系统异常。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 342fbb7578d1741ff646d7b08e14e8753267b9fa ~ 6fb653b62f169f6050fac45b56bf21ad097e19f6 -
LinuxLinux 5.11 -

II. Public POCs for CVE-2026-64243

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-64243

登录查看更多情报信息。

Patches & Fixes for CVE-2026-64243 (7)

Same Patch Batch · Linux · 2026-07-24 · 48 CVEs total

CVE-2026-642329.8 CRITICALblock: recompute nr_integrity_segments in blk_insert_cloned_request
CVE-2026-642169.8 CRITICALnetfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
CVE-2026-642558.8 HIGHwifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers
CVE-2026-642478.4 HIGHKVM: x86: hyper-v: Bound the bank index when querying sparse banks
CVE-2026-642238.1 HIGHwifi: mac80211: consume only present negotiated TTLM maps
CVE-2026-642358.1 HIGHx86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolines
CVE-2026-642267.8 HIGHsched_ext: Avoid UAF in scx_root_enable_workfn() init failure path
CVE-2026-642517.8 HIGHpwrseq: core: fix use-after-free in pwrseq_debugfs_seq_next()
CVE-2026-642187.8 HIGHbatman-adv: bla: fix report_work leak on backbone_gw purge
CVE-2026-642177.8 HIGHnetfs: Fix overrun check in netfs_extract_user_iter()
CVE-2026-642217.8 HIGHspi: ti-qspi: fix use-after-free after DMA setup failure
CVE-2026-642087.5 HIGHcrypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
CVE-2026-642107.5 HIGHnet/mlx5e: xsk: Fix unlocked writing to ICOSQ
CVE-2026-642227.0 HIGHocteontx2-pf: avoid double free of pool->stack on AQ init failure
CVE-2026-642197.0 HIGHdrm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_as
CVE-2026-64211srcu: Don't queue workqueue handlers to never-online CPUs
CVE-2026-64225octeontx2-af: CGX: add bounds check to cgx_speed_mbps index
CVE-2026-64212wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it
CVE-2026-64224octeontx2-pf: fix double free in rvu_rep_rsrc_init()
CVE-2026-64209phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config

Showing top 20 of 48 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-64243

No comments yet


Leave a comment