Lucene search
+L

84863 matches found

CVE
CVE
added 2026/08/15 5:57 a.m.25 views

CVE-2026-72455

The CVE-2026-72455 entry concerns the Linux kernel’s AppArmor path handling. A bug was introduced where path_name() could pass a potentially uninitialised name to aa_audit_file(), if the path’s dentry had been replaced with aa_null.dentry, triggering an audit path that could lead to a kernel page...

7.1CVSS5.4AI score0.00129EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:57 a.m.11 views

CVE-2026-72455 apparmor: fix uninitialised pointer passed to audit_log_untrustedstring()

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix uninitialised pointer passed to auditloguntrustedstring Commit 4a134723f9f1 "apparmor: move check for aanull file to cover all cases" intrdouced a small bug, where pathname may pass a potentially uninitialized name ...

7.1CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:57 a.m.5 views

EUVD-2026-59352

In the Linux kernel, the following vulnerability has been resolved: regcache: Do not overwrite error code when finalizing cache after error During regcache initialization, if an error occurs in the cacheops-populate callback, and if cache operations include an exit callback, the error code from...

5.4AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.17 views

CVE-2026-72453

The CVE-2026-72453 issue affects the Linux kernel regcache initialization path. If an error occurs in the cache_ops->populate callback and the cache operations include an exit callback, the error code from populate() is overwritten by the exit() return value, hiding the real error from regcach...

5.4AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-72453 regcache: Do not overwrite error code when finalizing cache after error

In the Linux kernel, the following vulnerability has been resolved: regcache: Do not overwrite error code when finalizing cache after error During regcache initialization, if an error occurs in the cacheops-populate callback, and if cache operations include an exit callback, the error code from...

0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.4 views

CVE-2026-72453 regcache: Do not overwrite error code when finalizing cache after error

In the Linux kernel, the following vulnerability has been resolved: regcache: Do not overwrite error code when finalizing cache after error During regcache initialization, if an error occurs in the cacheops-populate callback, and if cache operations include an exit callback, the error code from...

5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72448

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix leak of SQ timestamp buffer on teardown The send-queue timestamp ring is allocated with qmemalloc when timestamping is used, but otx2freesqres never freed sq-timestamps, leaking that memory across ifdown and...

5.6AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72444

In the Linux kernel, the following vulnerability has been resolved: flowdissector: check device type before reading ETHADDRS skbflowdissect unconditionally reads 12 bytes from ethhdrskb when FLOWDISSECTORKEYETHADDRS is requested. This assumes the skb has a valid Ethernet header at macheader, whic...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72432 tpm_crb: Check ACPI_COMPANION() against NULL during probe

In the Linux kernel, the following vulnerability has been resolved: tpmcrb: Check ACPICOMPANION against NULL during probe Every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, so platform drivers that rely on the...

5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:56 a.m.15 views

CVE-2026-72432

Summary: CVE-2026-72432 affects the Linux kernel, specifically the tpm_crb driver. The issue arises when a device could be matched to a platform driver even if its ACPI companion is absent, due to device_match_driver_override(). Root cause: The probe path did not validate ACPI_COMPANION() for NUL...

5.3AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.30 views

CVE-2026-72429 ipv6: ioam: fix type confusion of dst_entry

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: fix type confusion of dstentry IOAM uses a dummy dstentrynulldst to mark that the destination should not be changed after the transformation. This dst is stored in the IOAM lwt state and may be passed to dstcachesetip...

9.8CVSS0.00605EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:56 a.m.9 views

EUVD-2026-59328

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: fix type confusion of dstentry IOAM uses a dummy dstentrynulldst to mark that the destination should not be changed after the transformation. This dst is stored in the IOAM lwt state and may be passed to dstcachesetip...

5.4AI score0.00605EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.34 views

CVE-2026-72426 bpf: Preserve pointer spill metadata during half-slot cleanup

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve pointer spill metadata during half-slot cleanup cleanfuncstate cleans dead stack slots in 4-byte halves. When the high half of a STACKSPILL slot is dead and the low half remains live, cleanup converts the live low...

8.4CVSS0.0018EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:56 a.m.8 views

EUVD-2026-59325

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve pointer spill metadata during half-slot cleanup cleanfuncstate cleans dead stack slots in 4-byte halves. When the high half of a STACKSPILL slot is dead and the low half remains live, cleanup converts the live low...

5.4AI score0.0018EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72426

The CVE-2026-72426 entry describes a Linux kernel vulnerability affecting BPF stack slot cleanup. When cleaning dead stack slots in 4-byte halves, if the high half of a STACK_SPILL is dead and the low half remains live, the low half could be converted to STACK_MISC/STACK_ZERO and its spilled_ptr ...

8.4CVSS5.4AI score0.0018EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:56 a.m.5 views

CVE-2026-72426 bpf: Preserve pointer spill metadata during half-slot cleanup

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve pointer spill metadata during half-slot cleanup cleanfuncstate cleans dead stack slots in 4-byte halves. When the high half of a STACKSPILL slot is dead and the low half remains live, cleanup converts the live low...

8.4CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:56 a.m.6 views

EUVD-2026-59323

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: fix NULL deref in shared IRQ handler at probe msc313rtcprobe calls devmrequestirq with IRQFSHARED and &pdev-dev as the cookie, but platformsetdrvdata is only called later after the clock setup. With a shared IRQ line...

5.4AI score0.0018EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:56 a.m.15 views

CVE-2026-72424

CVE-2026-72424 concerns the Linux kernel RTC MSC313 driver. The vulnerability arises when msc313_rtc_probe() calls devm_request_irq() with IRQF_SHARED and the cookie set to &pdev->dev, while platform_set_drvdata() runs later after clock setup. Under a shared IRQ line, another device can fire t...

5.3AI score0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:56 a.m.6 views

EUVD-2026-59318

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnat: avoid invalid natnet pointer use on failed nfnatinit We ran into below KASAN splat, which is mostly uninteresting, beside for having nfnatregisterfn in the call chain as a cause for the offending access:...

5.4AI score0.00164EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:56 a.m.5 views

EUVD-2026-59302

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: Fix NULL pointer dereference in interface lookup A malformed USB device can provide a vendor-specific interface without any endpoint descriptors. fcpfindfcinterface currently selects the first vendor-specific interface...

5.3AI score0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder