Lucene search
+L

23404 matches found

OSV
OSV
added 2026/05/06 11:28 a.m.10 views

CVE-2026-43210 tracing: ring-buffer: Fix to check event length before using

In the Linux kernel, the following vulnerability has been resolved: tracing: ring-buffer: Fix to check event length before using Check the event length before adding it for accessing next index in rbreaddatabuffer. Since this function is used for validating possibly broken ring buffers, the lengt...

5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.40 views

CVE-2026-43210 tracing: ring-buffer: Fix to check event length before using

In the Linux kernel, the following vulnerability has been resolved: tracing: ring-buffer: Fix to check event length before using Check the event length before adding it for accessing next index in rbreaddatabuffer. Since this function is used for validating possibly broken ring buffers, the lengt...

0.00127EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/05/06 11:28 a.m.22 views

CVE-2026-43201

In the Linux kernel, the following vulnerability has been resolved: APEI/GHES: ARM processor Error: don't go past allocated memory If the BIOS generates a very small ARM Processor Error, or an incomplete one, the current logic will fail to deferrence err-sectionlength and ctxinfo-size Add checks ...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0
OSV
OSV
added 2026/05/06 11:28 a.m.9 views

CVE-2026-43195 drm/amdgpu: validate user queue size constraints

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate user queue size constraints Add validation to ensure user queue sizes meet hardware requirements: - Size must be a power of two for efficient ring buffer wrapping - Size must be at least AMDGPUGPUPAGESIZE to...

6AI score
SaveExploits0References6
OSV
OSV
added 2026/05/06 11:27 a.m.11 views

CVE-2026-43171 EFI/CPER: don't dump the entire memory region

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't dump the entire memory region The current logic at cperprintfwerr doesn't check if the error record length is big enough to handle offset. On a bad firmware, if the ofset is above the actual record, length -= offs...

5.9AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:27 a.m.8 views

CVE-2026-43171

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't dump the entire memory region The current logic at cperprintfwerr doesn't check if the error record length is big enough to handle offset. On a bad firmware, if the ofset is above the actual record, length -= offs...

5.8AI score0.00123EPSS
SaveExploits0References9Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:27 a.m.15 views

CVE-2026-43146

In the Linux kernel, the following vulnerability has been resolved: media: iris: Add buffer to list only after successful allocation Move listaddtail to after dmaallocattrs succeeds when creating internal buffers. Previously, the buffer was enqueued in buffers-list before the DMA allocation. If t...

5.8AI score0.00126EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:27 a.m.42 views

CVE-2025-71274 rpmsg: core: fix race in driver_override_show() and use core helper

In the Linux kernel, the following vulnerability has been resolved: rpmsg: core: fix race in driveroverrideshow and use core helper The driveroverrideshow function reads the driveroverride string without holding the devicelock. However, the store function modifies and frees the string while holdi...

7.8CVSS0.00099EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/06 10:16 a.m.22 views

CVE-2026-43112

In the Linux kernel, the following vulnerability has been resolved: fs/smb/client: fix out-of-bounds read in cifssanitizeprepath When cifssanitizeprepath is called with an empty string or a string containing only delimiters e.g., "/", the current logic attempts to check cursor2 - 1 before cursor2...

8.8CVSS0.00352EPSS
SaveExploits0References34
NVD
NVD
added 2026/05/06 10:16 a.m.16 views

CVE-2026-43084

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: make hash table per queue Sharing a global hash table among all queues is tempting, but it can cause crash: BUG: KASAN: slab-use-after-free in nfqnlrecvverdict+0x11ac/0x15e0 nfnetlinkqueue...

7.8CVSS0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/06 8:12 a.m.17 views

CLSA-2026-1777476716 vim: Fix of 8 CVEs

CVE-2021-4019: replace the unbounded STRCPY pair in findhelptags with vimsnprintf bounded by IOSIZE to prevent heap buffer overflow with long :help arguments starting with "%z@". - CVE-2021-4192: re-fetch regline/reginput via reggetline after getvvcol in regmatchvisual so the cached line pointer...

7.8CVSS7.2AI score0.02185EPSS
SaveExploits8References1
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.11 views

CVE-2026-43116

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: ensure safe access to master conntrack Holding reference on the expectation is not sufficient, the master conntrack object can just go away, making exp-master invalid. To access exp-master safely: - Grab the...

7.8CVSS5.5AI score0.00096EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.7 views

CVE-2026-43085

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: initialize nfgenmsg in NLMSGDONE terminator When batching multiple NFLOG messages inst-qlen 1, nfulnlsend appends an NLMSGDONE terminator with sizeofstruct nfgenmsg payload via nlmsgput, but never...

5.7AI score0.00123EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/05/06 7:40 a.m.14 views

CVE-2026-43082

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: leave space for null terminators on propertyentry Lists of struct propertyentry are supposed to be terminated with an empty property, this driver currently seems to be allocating exactly the amount of entry used. Chan...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/06 7:21 a.m.48 views

CVE-2026-43074 eventpoll: defer struct eventpoll free to RCU grace period

In the Linux kernel, the following vulnerability has been resolved: eventpoll: defer struct eventpoll free to RCU grace period In certain situations, epfree in eventpoll.c will kfree the epi-ep eventpoll struct while it still being used by another concurrent thread. Defer the kfree to an RCU...

7.8CVSS0.00482EPSS
SaveExploits3References7
RedHat Linux
RedHat Linux
added 2026/05/06 7:12 a.m.15 views

thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 115.34.1, Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 115.34.0, Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of...

9.8CVSS5.9AI score0.0034EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/05/06 7:12 a.m.19 views

thunderbird: firefox: Memory safety bugs fixed in Firefox ESR 140.9.1, Thunderbird ESR 140.9.1, Firefox 149.0.2 and Thunderbird 149.0.2

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and w...

9.8CVSS5.9AI score0.00329EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/05/06 7:12 a.m.22 views

Important: Red Hat Security Advisory: firefox security update

An update for firefox is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

9.8CVSS6.7AI score0.01052EPSS
SaveExploits1References6
SUSE CVE
SUSE CVE
added 2026/05/06 1:40 a.m.15 views

SUSE CVE-2026-43059

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers Commit 302a1f674c00 "Bluetooth: MGMT: Fix possible UAFs" introduced mgmtpendingvalid, which not only validates the pending command but also unlinks it from...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References26
SUSE CVE
SUSE CVE
added 2026/05/06 1:40 a.m.13 views

SUSE CVE-2026-43067

In the Linux kernel, the following vulnerability has been resolved: ext4: handle wraparound when searching for blocks for indirect mapped blocks Commit 4865c768b563 "ext4: always allocate blocks only from groups inode can use" restricts what blocks will be allocated for indirect block based files...

9.8CVSS5.8AI score0.00403EPSS
SaveExploits0References3
Rows per page
Query Builder