Lucene search
+L

232 matches found

EUVD
EUVD
•added 2026/09/25 10:23 a.m.•1 views

EUVD-2026-86704

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix txspbringfull checking same slot cnt times The loop initialised nextindex from intf-txspbindex on every iteration, so incrring always produced the same result and only one slot was ever tested. Move the...

5.8AI score
SaveExploits0References4
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP – Fixed issue where multiple L2CAPECREDCONNREQUESTs were accepted. Currently, the code attempts to accept requests regardless of the command identifier. This can result in multiple requests being marked as pendin...

8.8CVSS6AI score0.00249EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: fbmon: prevented division by zero in fbvideomodefromvideomode. The expression htotal vtotal can have a zero value during overflow. It is necessary to prevent division by zero, as seen in fbvartovideomode. This issue was identifie...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•5 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: In blkstacklimits, we check that the t-chunksectors value is a multiple of the t-physicalblocksize value. However, by determining the chunksectors value in bytes, it is possible to overflow the unsigned int variable that stores...

5.5CVSS6.2AI score0.00165EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•8 views

Astra Linux – Vulnerability in Linux 5.10, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: SCTP: Added a refcnt field in sctpstreampriorities to avoid a nested loop. With this addition of the refcnt in sctpstreampriorities, we no longer need to traverse all streams to check whether a priority is used by other streams...

5.5CVSS6.2AI score0.00118EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•8 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: The byte counter UDMACHANRT was reset to prevent overflow. The UDMACHANRTBCNTREG registers store real-time channel byte count statistics. These registers are 32-bit hardware counters, and the driver uses...

5.5CVSS5.9AI score0.00155EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/10 12:02 p.m.•13 views

EUVD-2026-55421

In the Linux kernel, the following vulnerability has been resolved: sctp: fix authchunklist capacity check in sctpauthepaddchunkid sctpauthepaddchunkid uses SCTPNUMCHUNKTYPES 20 as the capacity limit for ep-authchunklist, allowing it to hold up to 20 chunk entries paramhdr.length up to 24. Howeve...

5.2AI score0.00174EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/10 12:02 p.m.•39 views

CVE-2026-68320 sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkid

In the Linux kernel, the following vulnerability has been resolved: sctp: fix authchunklist capacity check in sctpauthepaddchunkid sctpauthepaddchunkid uses SCTPNUMCHUNKTYPES 20 as the capacity limit for ep-authchunklist, allowing it to hold up to 20 chunk entries paramhdr.length up to 24. Howeve...

7.3CVSS0.00174EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/10 12:02 p.m.•56 views

CVE-2026-68289

CVE-2026-68289 relates to Linux kernel TIPC tipc_recvmsg() and tipc_recvstream() where an integer overflow occurs due to min_t(int, dlen - offset, buflen) when buflen exceeds INT_MAX via io_uring buffers. The fix changes min_t(int, ...) to min_t(size_t, ...) in both functions, ensuring the comput...

5.4AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/10 12:01 p.m.•13 views

EUVD-2026-55371

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Avoid possible truncation with calculating visible size Calculating the visible size of the system framebuffer can result in truncation of the result. The calculation uses 32-bit arithmetics, which can overflow if the...

5.3AI score0.00206EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/07/29 12:00 a.m.•18 views

PT-2026-65848

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the pkey pckmo implementation of the key to protkey handler function. The function fails to explicitly check the length of the target buffer, which can lead to a failu...

7.8CVSS5.9AI score0.00175EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/07/25 3:59 p.m.•13 views

SUSE CVE-2026-64449

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: bound slave read/write to the kernbuf size The SLAVE-path helpers buffertouser and bufferfromuser copy 'count' bytes into/out of the fixed-size kernbuf sizebuf == PCIBUFSIZE == 0x20000, 128 KiB using ppos as the...

5.5CVSS6AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/07/25 3:57 p.m.•9 views

SUSE CVE-2026-64527

In the Linux kernel, the following vulnerability has been resolved: drm/hyperv: validate VMBus packet size in receive callback hypervreceivesub reads msg-vidhdr.type and dispatches into one of four message-type branches without knowing how many bytes the host wrote into hv-recvbuf. The completion...

5.5CVSS5.7AI score0.00215EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/25 10:17 a.m.•15 views

UBUNTU-CVE-2026-64283

In the Linux kernel, the following vulnerability has been resolved: KVM: guestmemfd: Treat memslot binding offset+size as unsigned values When binding a memslot to a guestmemfd file, treat the offset and size as unsigned values to fix a bug where the sum of the two can result in a false negative...

7CVSS5.5AI score0.00142EPSS
SaveExploits0References15
Cvelist
Cvelist
•added 2026/07/25 8:51 a.m.•46 views

CVE-2026-64440 staging: rtl8723bs: fix OOB write in HT_caps_handler()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB write in HTcapshandler HTcapshandler iterates pIE-length bytes and writes into HTcaps.u.HTcap, which is a fixed 26-byte array sizeof struct HTcapselement. Because pIE-length is a raw u8 from an...

8.1CVSS0.00418EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
•added 2026/07/21 1:04 p.m.•14 views

SUSE CVE-2026-63886

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Validate CHAPR length before base64 decode chapservercomputehash allocates clientdigest as kzallocchap-digestsize and then, for BASE64-encoded responses, passes chapr directly to chapbase64decode without...

7.1CVSS5.3AI score0.00721EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
•added 2026/07/21 1:03 p.m.•22 views

SUSE CVE-2026-63932

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19breceivebuf appends each serdev chunk into the fixed MHZ19BCMDSIZE receive buffer and advances bufidx by len without checking that the chunk fits in the remaining space....

5.5AI score0.00206EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/07/21 1:02 p.m.•13 views

SUSE CVE-2026-63960

In the Linux kernel, the following vulnerability has been resolved: usb: typec: wcove: don't write past struct pdmessage in wcovereadrxbuffer wcovereadrxbuffer copies the PD RX FIFO into the caller's struct pdmessage with for i = 0; i regmap, USBCRXDATA + i, msg + i; which has two problems:...

6.8CVSS5.2AI score0.0022EPSS
SaveExploits0References17
NVD
NVD
•added 2026/07/19 12:16 p.m.•15 views

CVE-2026-63836

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

0.00174EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/07/19 12:00 a.m.•27 views

PT-2026-61277

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the wcove read rx buffer function where the PD RX FIFO is copied into the struct pd message. This process is susceptible to a buffer overflow due to two factors. First...

5.5AI score0.0022EPSS
SaveExploits0
Rows per page
Query Builder