Lucene search
K

19 matches found

Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.3 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007398)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007398 advisory. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcommsockalloc btsockalloc attaches...

7.8CVSS6.3AI score0.00012EPSS
Exploits0References4
NVD
NVD
added 2026/01/14 3:16 p.m.3 views

CVE-2025-71113

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - zero initialize memory allocated via sockkmalloc Several crypto user API contexts and requests allocated with sockkmalloc were left uninitialized, relying on callers to set fields explicitly. This resulted in the...

5.5CVSS0.00033EPSS
Exploits0References7
ATTACKERKB
ATTACKERKB
added 2026/01/14 3:5 p.m.3 views

CVE-2025-71113

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - zero initialize memory allocated via sockkmalloc Several crypto user API contexts and requests allocated with sockkmalloc were left uninitialized, relying on callers to set fields explicitly. This resulted in the...

5.2AI score0.00033EPSS
Exploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2025/12/25 12:55 a.m.1 views

SUSE CVE-2023-54085

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix NULL pointer dereference on fastopen early fallback In case of early fallback to TCP, subflowsynrecvsock deletes the subflow context before returning the newly allocated sock to the caller. The fastopen path does not...

5.9CVSS6.5AI score0.00026EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2009-0484

Malware in sbrugna...

4.9CVSS6.2AI score0.00052EPSS
Exploits1References10
RedHat Linux
RedHat Linux
added 2025/07/30 4:3 p.m.3 views

kernel: ipv6: mcast: extend RCU protection in igmp6_send()

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use...

7.8CVSS6.8AI score0.00279EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/07/29 5:1 p.m.3 views

kernel: ipv6: mcast: extend RCU protection in igmp6_send()

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use...

7.8CVSS6.8AI score0.00279EPSS
Exploits0References5
OSV
OSV
added 2025/04/01 4:15 p.m.1 views

AZL-59915 CVE-2025-21937 affecting package kernel for versions less than 6.6.85.1-2

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Add check for mgmtallocskb in mgmtremotename Add check for the return value of mgmtallocskb in mgmtremotename to prevent null pointer dereference...

5.5CVSS6.6AI score0.00018EPSS
Exploits0References1
Microsoft CVE
Microsoft CVE
added 2025/03/13 7:0 a.m.1 views

Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()

...

7.8CVSS7.2AI score0.00012EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/02/28 2:23 a.m.1 views

SUSE CVE-2024-58009

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: handle NULL sock pointer in l2capsockalloc A NULL sock pointer is passed into l2capsockalloc when it is called from l2capsocknewconnectioncb and the error handling paths should also be aware of it. Seemingly a...

5.5CVSS7.6AI score0.00019EPSS
Exploits0References15
CVE
CVE
added 2025/02/27 2:18 a.m.144 views

CVE-2025-21759

CVE-2025-21759: In the Linux kernel, ipv6 mcast path igmp6_send() could be invoked without RTNL/RCU held, risking use-after-free of the net pointer. The fix extends RCU protection to safely fetch the net pointer and avoid UAF, and replaces sock_alloc_send_skb usage with alloc_skb under RCU protec...

7.8CVSS6.5AI score0.00279EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.4 views

CVE-2025-21758

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mldnewpack mldnewpack can be called without RTNL or RCU being held. Note that we no longer can use sockallocsendskb because ipv6.igmpsk uses GFPKERNEL allocations which can sleep. Instead use...

5.5CVSS5.6AI score0.00126EPSS
Exploits0
CNNVD
CNNVD
added 2025/02/27 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the Bluetooth: L2CAP module not handling null pointers in the l2capsockalloc function...

5.5CVSS6.5AI score0.00019EPSS
Exploits0References7
OSV
OSV
added 2024/12/27 3:15 p.m.4 views

AZL-55485 CVE-2024-56604 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcommsockalloc btsockalloc attaches allocated sk object to the provided sock object. If rfcommdlcalloc fails, we release the sk object, but leave the dangling pointer in th...

7.8CVSS6.3AI score0.00012EPSS
Exploits0References1
OSV
OSV
added 2024/04/03 5:0 p.m.3 views

CVE-2024-26741 dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().

In the Linux kernel, the following vulnerability has been resolved: dccp/tcp: Unhash sk from ehash for tb2 alloc failure after checkestalblished. syzkaller reported a warning 0 in inetcskdestroysock with no repro. WARNONinetsksk-inetnum && !inetcsksk-icskbindhash; However, the syzkaller's log...

5.5CVSS5.9AI score0.00011EPSS
Exploits0References7
NVD
NVD
added 2009/02/09 4:30 p.m.12 views

CVE-2009-0480

The IP implementation in Sun Solaris 8 through 10, and OpenSolaris before snv82, uses an improper arena when allocating minor numbers for sockets, which allows local users to cause a denial of service 32-bit application failure and login outage by opening a large number of sockets...

4.9CVSS6.2AI score0.00052EPSS
Exploits1References9
Prion
Prion
added 2009/02/09 4:30 p.m.12 views

Design/Logic Flaw

The IP implementation in Sun Solaris 8 through 10, and OpenSolaris before snv82, uses an improper arena when allocating minor numbers for sockets, which allows local users to cause a denial of service 32-bit application failure and login outage by opening a large number of sockets...

4.9CVSS6.7AI score0.00052EPSS
Exploits1References9Affected Software2
Cvelist
Cvelist
added 2009/02/09 4:0 p.m.16 views

CVE-2009-0480

The IP implementation in Sun Solaris 8 through 10, and OpenSolaris before snv82, uses an improper arena when allocating minor numbers for sockets, which allows local users to cause a denial of service 32-bit application failure and login outage by opening a large number of sockets...

6.1AI score0.00052EPSS
Exploits1References9
CVE
CVE
added 2009/02/09 4:0 p.m.46 views

CVE-2009-0480

CVE-2009-0480 affects Sun Solaris 8–10 and older OpenSolaris builds (pre-sn v82). The IP implementation allocates minor socket numbers via an improper arena, enabling local users to trigger denial of service by opening many sockets (32-bit app failure and login outage). Affected: Solaris 8/9/10 (...

4.9CVSS6.3AI score0.00052EPSS
Exploits1References9Affected Software2
Rows per page
Query Builder