目標達成 すべての支援者に感謝 — 100%達成しました!

目標: 1000 CNY · 調達済み: 1336 CNY

100%

CVE-2026-45946— Linux kernel 安全漏洞

AI Predicted 5.9 Difficulty: Moderate EPSS 0.16% · P6

Affected Version Matrix 18

ベンダープロダクトVersion Rangeステータス
LinuxLinux1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb< 43cbb78ee047b9b12d096d40e3be265969d4c1f8affected
1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb< 551672981fe227122258a25a385a05f5c0746ad6affected
1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb< f50433f2603def08b21a4bf2fd238687fb5cbde9affected
1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb< 847eeb6c0efcd76c7def73857cf798a4fcd8f79baffected
1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb< 709db4b476e254579d9c48ec34d397a41ca0c407affected
1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb< 46dbda27b028d78087667e8280966b99cec015caaffected
1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb< c4af8a98bb52825a5331ae1d0604c0ea6956ba4baffected
341db343768bc44f3512facc464021730d64071caffected
… +10 more rows
新しい脆弱性情報の通知を購読するログインして購読

I. CVE-2026-45946の基本情報

脆弱性情報

脆弱性についてご質問がありますか?Shenlongの分析が参考になるかご確認ください!
Shenlongの10の質問を表示 ↗

高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。

脆弱性タイトル
power: supply: ab8500: Fix use-after-free in power_supply_changed()
ソース: NVD (National Vulnerability Database)
脆弱性説明
In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the `power_supply` handle, means that the `power_supply` handle will be deallocated/unregistered _before_ the interrupt handler (since `devm_` naturally deallocates in reverse allocation order). This means that during removal, there is a race condition where an interrupt can fire just _after_ the `power_supply` handle has been freed, *but* just _before_ the corresponding unregistration of the IRQ handler has run. This will lead to the IRQ handler calling `power_supply_changed()` with a freed `power_supply` handle. Which usually crashes the system or otherwise silently corrupts the memory... Note that there is a similar situation which can also happen during `probe()`; the possibility of an interrupt firing _before_ registering the `power_supply` handle. This would then lead to the nasty situation of using the `power_supply` handle *uninitialized* in `power_supply_changed()`. Commit 1c1f13a006ed ("power: supply: ab8500: Move to componentized binding") introduced this issue during a refactorization. Fix this racy use-after-free by making sure the IRQ is requested _after_ the registration of the `power_supply` handle.
ソース: NVD (National Vulnerability Database)
CVSS情報
N/A
ソース: NVD (National Vulnerability Database)
脆弱性タイプ
N/A
ソース: NVD (National Vulnerability Database)
脆弱性タイトル
Linux kernel 安全漏洞
ソース: CNNVD (China National Vulnerability Database)
脆弱性説明
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于ab8500电源管理驱动中IRQ处理与power_supply句柄的生命周期管理不当,可能导致释放后重用。
ソース: CNNVD (China National Vulnerability Database)
CVSS情報
N/A
ソース: CNNVD (China National Vulnerability Database)
脆弱性タイプ
N/A
ソース: CNNVD (China National Vulnerability Database)

影響を受ける製品

ベンダープロダクト影響を受けるバージョンCPE購読
LinuxLinux 1c1f13a006ed0d71bb5664c8b7e3e77a28da3beb ~ 43cbb78ee047b9b12d096d40e3be265969d4c1f8 -
LinuxLinux 5.14 -

II. CVE-2026-45946の公開POC

#POC説明ソースリンクShenlongリンク
AI生成POCプレミアム

公開POCは見つかりませんでした。

ログインしてAI POCを生成

III. CVE-2026-45946のインテリジェンス情報

登录查看更多情报信息。

CVE-2026-45946 补丁与修复 (6)

Same Patch Batch · Linux · 2026-05-27 · 275 CVEs total

CVE-2026-458989.8 CRITICALRDMA/iwcm: Fix workqueue list corruption by removing work_list
CVE-2026-460399.8 CRITICALrxgk: Fix potential integer overflow in length check
CVE-2026-459729.8 CRITICALsmb: client: fix potential UAF and double free in smb2_open_file()
CVE-2026-459889.8 CRITICALrxrpc: Fix re-decryption of RESPONSE packets
CVE-2026-460439.1 CRITICALRDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv
CVE-2026-459458.8 HIGHiommu/vt-d: Fix race condition during PASID entry replacement
CVE-2026-460568.8 HIGHBluetooth: hci_event: fix potential UAF in SSP passkey handlers
CVE-2026-458438.2 HIGHslip: bound decode() reads against the compressed packet length
CVE-2026-460378.2 HIGHipv4: icmp: validate reply type before using icmp_pointers
CVE-2026-460108.1 HIGHrxrpc: Fix error handling in rxgk_extract_token()
CVE-2026-460998.1 HIGHnet: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels
CVE-2026-460767.9 HIGHKVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1
CVE-2026-459597.8 HIGHcrypto: ccp - Fix a crash due to incorrect cleanup usage of kfree
CVE-2026-460367.8 HIGHvfio/cdx: Serialize VFIO_DEVICE_SET_IRQS with a per-device mutex
CVE-2026-459567.8 HIGHdrm/exynos: vidi: use priv->vidi_dev for ctx lookup in vidi_connection_ioctl()
CVE-2026-459097.8 HIGHclk: mediatek: Drop __initconst from gates
CVE-2026-460937.8 HIGHmm/vmalloc: take vmap_purge_lock in shrinker
CVE-2026-460537.8 HIGHnet: rds: fix MR cleanup on copy error
CVE-2026-458627.8 HIGHiommu/vt-d: Flush cache for PASID table before using it
CVE-2026-461007.8 HIGHfs: afs: revert mmap_prepare() change

Showing 20 of 275 CVEs. View all on vendor page →

IV. 関連脆弱性

V. CVE-2026-45946へのコメント

まだコメントはありません


コメントを残す