Lucene search
+L

237092 matches found

EUVD
EUVD
added 2026/07/25 8:52 a.m.9 views

EUVD-2026-48858

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: gate mustwait writability check on ptepresent userfaultfdmustwait and userfaultfdhugemustwait read the PTE without taking the page table lock and then apply ptewrite / hugeptewrite to it. Those accessors decode bits...

5.8AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:52 a.m.22 views

CVE-2026-64512

In CVE-2026-64512, a Linux kernel issue in the ACPI CPPC module stems from field misuse of reg->access_width depending on reg->space_id. When using ACPI_ADR_SPACE_PLATFORM_COMM, access_width indicates the PCC region and can trigger UBSAN shift-out-of-bounds, as illustrated by UBSAN: shift-o...

5.8AI score0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:52 a.m.11 views

EUVD-2026-48856

In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Suppress UBSAN warning caused by field misuse The definition of reg-accesswidth changes depending on the reg-spaceid type. Type ACPIADRSPACEPLATFORMCOMM uses accesswidth to indicate the PCC region, which can result in...

5.8AI score0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:52 a.m.9 views

EUVD-2026-48855

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix possible NULL pointer dereference After commit 9b311b7313d6 "ACPI: NFIT: Install Notify handler before getting NFIT table", acpinfitprobe installs an ACPI notify handler for the NFIT device before checking t...

5.8AI score0.00156EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:52 a.m.20 views

CVE-2026-64511

CVE-2026-64511 concerns the Linux kernel where an ACPI NFIT NULL-pointer dereference could occur if NFIT_NOTIFY_UC_MEMORY_ERROR arrives before the NFIT table is allocated. The fix guards acpi_nfit_uc_error_notify() against a NULL acpi_desc, preventing dereferencing when the NFIT table is absent a...

5.8AI score0.00156EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:52 a.m.9 views

EUVD-2026-48854

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

5.8AI score0.00111EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:52 a.m.22 views

CVE-2026-64509

The CVE fixes a leak in the Linux kernel rust: block GenDisk cleanup paths. GenDiskBuilder::build() leaves fallible work after __blk_mq_alloc_disk() that can cause the temporary gendisk and request_queue to be retained until teardown, if the caller moves the last Arc<TagSet> into build(). T...

5.7AI score0.00157EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:52 a.m.13 views

EUVD-2026-48853

In the Linux kernel, the following vulnerability has been resolved: rust: block: fix GenDisk cleanup paths GenDiskBuilder::build still has fallible work after blkmqallocdisk, but its error path only recovers the foreign queue data. That leaks the temporary gendisk and requestqueue until later...

5.7AI score0.00157EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:52 a.m.7 views

CVE-2026-64508 bpf: Support for hardening against JIT spraying

In the Linux kernel, the following vulnerability has been resolved: bpf: Support for hardening against JIT spraying The BPF JIT allocator packs many small programs into larger executable allocations and reuses space within those allocations as programs are loaded and freed. When fresh code is...

5.8AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:52 a.m.9 views

CVE-2026-64507

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip enabling the IBPB flush if the BPF...

5.8AI score0.00157EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/25 8:52 a.m.8 views

CVE-2026-64506 wifi: rtw89: correct drop logic for malformed AMPDU frames

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix issue caused by malformed AMPDU frames. But the drop logic fails to deal with the first AMPDU packet paired with certain range of sequence...

5.7AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:52 a.m.13 views

EUVD-2026-48850

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix issue caused by malformed AMPDU frames. But the drop logic fails to deal with the first AMPDU packet paired with certain range of sequence...

5.7AI score0.00161EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:52 a.m.8 views

CVE-2026-64506

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix issue caused by malformed AMPDU frames. But the drop logic fails to deal with the first AMPDU packet paired with certain range of sequence...

5.7AI score0.00161EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/07/25 8:52 a.m.19 views

CVE-2026-64506

CVE-2026-64506 affects the Linux kernel wifi driver rtW89: a bug in the AMPDU drop logic could drop the first AMPDU packet when paired with certain sequence numbers, increasing the chance of disconnection from the AP during busy traffic or rekey. The fix adds an initial state judgement and resets...

5.7AI score0.00161EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/25 8:51 a.m.9 views

EUVD-2026-48849

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check for header Add a length check for the rndis header in rndisrmhdr, to ensure that MessageType, MessageLength, DataOffset, and DataLength fields are present before they are accessed...

5.8AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.17 views

CVE-2026-64505

The CVE-2026-64505 entry concerns the Linux kernel USB gadget rndis function. The identified issue involved missing validation of the rndis header fields (MessageType, MessageLength, DataOffset, DataLength) before access. According to the description and linked references, a fix was implemented b...

5.8AI score0.0022EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.15 views

CVE-2026-64505

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check for header Add a length check for the rndis header in rndisrmhdr, to ensure that MessageType, MessageLength, DataOffset, and DataLength fields are present before they are accessed...

5.8AI score0.0022EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.33 views

CVE-2026-64505 usb: gadget: function: rndis: add length check for header

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check for header Add a length check for the rndis header in rndisrmhdr, to ensure that MessageType, MessageLength, DataOffset, and DataLength fields are present before they are accessed...

0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.33 views

CVE-2026-64503 iio: accel: kxsd9: fix runtime PM imbalance on write_raw() error

In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxsd9: fix runtime PM imbalance on writeraw error kxsd9writeraw takes a runtime PM reference with pmruntimegetsync but returns -EINVAL directly when a scale with a non-zero integer part is requested, skipping the...

0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.19 views

CVE-2026-64503

CVE-2026-64503 – Linux kernel (iio: accel: kxsd9) The vulnerability arises in kxsd9_write_raw() which calls pm_runtime_get_sync() but returns -EINVAL when a non-zero integer part is requested. This path skips the corresponding pm_runtime_put_autosuspend(), leaking a runtime PM usage-counter and p...

5.8AI score0.00177EPSS
SaveExploits0References8
Rows per page
Query Builder