Lucene search
+L

8208 matches found

NVD
NVD
added 2026/01/05 10:15 a.m.18 views

CVE-2025-68763

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

0.00184EPSS
SaveExploits0References5
NVD
NVD
added 2026/01/05 10:15 a.m.14 views

CVE-2025-68765

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: Fix memory leak in mt7615mcuwtblstaadd In mt7615mcuwtblstaadd, an skb sskb is allocated. If the subsequent call to mt76connacmcuallocwtblreq fails, the function returns an error without freeing sskb, leading to a...

0.00171EPSS
SaveExploits0References7
OSV
OSV
added 2026/01/05 10:15 a.m.11 views

UBUNTU-CVE-2025-68765

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: Fix memory leak in mt7615mcuwtblstaadd In mt7615mcuwtblstaadd, an skb sskb is allocated. If the subsequent call to mt76connacmcuallocwtblreq fails, the function returns an error without freeing sskb, leading to a...

5.7AI score0.00171EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2026/01/05 10:15 a.m.21 views

CVE-2025-68765

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: Fix memory leak in mt7615mcuwtblstaadd In mt7615mcuwtblstaadd, an skb sskb is allocated. If the subsequent call to mt76connacmcuallocwtblreq fails, the function returns an error without freeing sskb, leading to a...

6AI score0.00171EPSS
SaveExploits0References36
OSV
OSV
added 2026/01/05 10:15 a.m.11 views

UBUNTU-CVE-2025-68759

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180initrxring In rtl8180initrxring, memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed...

5.7AI score0.00175EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2026/01/05 10:15 a.m.9 views

CVE-2025-68763

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

5.8AI score0.00184EPSS
SaveExploits0References26
CVE
CVE
added 2026/01/05 9:44 a.m.44 views

CVE-2025-68765

The CVE-2025-68765 issue is in the Linux kernel’s mt7615 driver: in mt7615_mcu_wtbl_sta_add(), an skb sskb is allocated and, if mt76_connac_mcu_alloc_wtbl_req() fails, it is not freed, causing a memory leak. The published fix ensures sskb is freed via dev_kfree_skb() in the error path. Affected c...

6.1AI score0.00171EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/01/05 9:44 a.m.43 views

CVE-2025-68765 mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: Fix memory leak in mt7615mcuwtblstaadd In mt7615mcuwtblstaadd, an skb sskb is allocated. If the subsequent call to mt76connacmcuallocwtblreq fails, the function returns an error without freeing sskb, leading to a...

0.00171EPSS
SaveExploits0References7
OSV
OSV
added 2026/01/05 9:44 a.m.16 views

CVE-2025-68765 mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: Fix memory leak in mt7615mcuwtblstaadd In mt7615mcuwtblstaadd, an skb sskb is allocated. If the subsequent call to mt76connacmcuallocwtblreq fails, the function returns an error without freeing sskb, leading to a...

6AI score
SaveExploits0References10
CVE
CVE
added 2026/01/05 9:32 a.m.28 views

CVE-2025-68763

CVE-2025-68763 affects the Linux kernel crypto/starfive path. The bug arises from sg_nents_for_len return value being assigned to an unsigned long in starfive_hash_digest, which can convert negative error codes into large positives, risking a buffer overflow. The fix adds error checking for sg_ne...

6.3AI score0.00184EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/01/05 9:32 a.m.36 views

CVE-2025-68759 wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180initrxring In rtl8180initrxring, memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed...

0.00175EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/01/05 9:32 a.m.7 views

CVE-2025-68759

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180initrxring In rtl8180initrxring, memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed...

5.2AI score0.00175EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/01/05 9:32 a.m.36 views

CVE-2025-68759

CVE-2025-68759 is a Linux kernel vulnerability affecting the wifi RTL818x family (rtl8180). The issue occurs in rtl8180_init_rx_ring() where memory for skb packets and DMA allocations is allocated in a loop; on allocation failure, previously allocated resources were not freed, risking leaks. The ...

6.1AI score0.00175EPSS
SaveExploits0References8
OSV
OSV
added 2026/01/05 9:32 a.m.9 views

CVE-2025-68759 wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180initrxring In rtl8180initrxring, memory is allocated for skb packets and DMA allocations in a loop. When an allocation fails, the previously successful allocations are not freed...

6.1AI score
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/01/05 6:09 a.m.11 views

xorg: xmayland: Use-after-free in XPresentNotify structure creation

A flaw was found in the X.Org X server and Xwayland when processing X11 Present extension notifications. Improper error handling during notification creation can leave dangling pointers that lead to a use-after-free condition. This can cause memory corruption or a crash, potentially allowing an...

7.3CVSS6.1AI score0.00474EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/01/05 12:00 a.m.15 views

PT-2026-1254

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel’s irqchip/mchp-eic component where an out-of-bounds access can occur in the mchp eic domain alloc function. Specifically, if the irq domain translate...

5.2CVSS6.5AI score0.00171EPSS
SaveExploits0
Amazon
Amazon
added 2026/01/05 12:00 a.m.12 views

Medium: nerdctl

Issue Overview: crypto/x509: excluded subdomain constraint does not restrict wildcard SANs An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain test.example.com does not...

7.5CVSS6.9AI score0.00457EPSS
SaveExploits2
Amazon
Amazon
added 2026/01/05 12:00 a.m.16 views

Medium: runfinch-finch

Issue Overview: SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read. CVE-2025-47914 SSH servers parsing GSSAPI authentication requests do not validate the number...

7.5CVSS7.3AI score0.00561EPSS
SaveExploits2
Amazon
Amazon
added 2026/01/05 12:00 a.m.12 views

Medium: containerd

Issue Overview: SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read. CVE-2025-47914 SSH servers parsing GSSAPI authentication requests do not validate the number...

7.5CVSS7.2AI score0.00561EPSS
SaveExploits2
Positive Technologies
Positive Technologies
added 2026/01/05 12:00 a.m.32 views

PT-2026-37547

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mtk-mdp media component within the probe function. The lack of proper error handling leads to a resource leak when mtk mdp unregister m2m device is not called on t...

7.8CVSS5.4AI score0.00139EPSS
SaveExploits0
Rows per page
Query Builder