Lucene search
K

591 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-55499

Malicious code in bioql PyPI...

6.3AI score0.00017EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-25085

Malicious code in bioql PyPI...

8.6AI score0.00025EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-30865

Malicious code in bioql PyPI...

6.3AI score0.00024EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-31962

Malicious code in bioql PyPI...

6.4AI score0.00013EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/10/02 11:28 a.m.2 views

CVE-2025-39897

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Add error handling for RX metadata pointer retrieval Add proper error checking for dmaenginedescgetmetadataptr which can return an error pointer and lead to potential crashes or undefined behaviour if the...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/10/01 11:23 p.m.1 views

SUSE CVE-2025-39897

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Add error handling for RX metadata pointer retrieval Add proper error checking for dmaenginedescgetmetadataptr which can return an error pointer and lead to potential crashes or undefined behaviour if the...

6.6CVSS6.5AI score0.00013EPSS
Exploits0References7
CNNVD
CNNVD
added 2025/10/01 12:0 a.m.2 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 a possible modification of the cb field of the skb when the xfrm device uses the sfb type qdisc, which could...

5.8AI score0.00018EPSS
Exploits0References8
OSV
OSV
added 2025/09/23 6:15 a.m.2 views

AZL-67650 CVE-2025-39873 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: can: xilinxcan: xcanwriteframe: fix use-after-free of transmitted SKB canputechoskb takes ownership of the SKB and it may be freed during or after the call. However, xilinxcan xcanwriteframe keeps using SKB after the call. Fix th...

7.8CVSS5.8AI score0.00024EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2025/09/23 6:0 a.m.3 views

CVE-2025-39873

In the Linux kernel, the following vulnerability has been resolved: can: xilinxcan: xcanwriteframe: fix use-after-free of transmitted SKB canputechoskb takes ownership of the SKB and it may be freed during or after the call. However, xilinxcan xcanwriteframe keeps using SKB after the call. Fix th...

7.8CVSS6.5AI score0.00024EPSS
Exploits0
OSV
OSV
added 2025/09/23 6:0 a.m.2 views

CVE-2025-39873 can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB

In the Linux kernel, the following vulnerability has been resolved: can: xilinxcan: xcanwriteframe: fix use-after-free of transmitted SKB canputechoskb takes ownership of the SKB and it may be freed during or after the call. However, xilinxcan xcanwriteframe keeps using SKB after the call. Fix th...

7.8CVSS6.5AI score0.00024EPSS
Exploits0References10
Microsoft CVE
Microsoft CVE
added 2025/09/21 8:2 a.m.2 views

ppp: fix memory leak in pad_compress_skb

...

5.5CVSS6.8AI score0.00017EPSS
Exploits0
OSV
OSV
added 2025/09/19 4:15 p.m.1 views

UBUNTU-CVE-2025-39847

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS5.8AI score0.00017EPSS
Exploits0References30
OSV
OSV
added 2025/09/19 4:15 p.m.0 views

UBUNTU-CVE-2025-39839

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix OOB read/write in network-coding decode batadvncskbdecodepacket trusts codedlen and checks only against skb-len. XOR starts at sizeofstruct batadvunicastpacket, reducing payload headroom, and the source skb length...

7.1CVSS6.5AI score0.00022EPSS
Exploits0References30
CNNVD
CNNVD
added 2025/09/19 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 failure to free an old skb when memory allocation fails in the padcompressskb function, which could lead...

5.5CVSS5.9AI score0.00017EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/09/18 11:38 p.m.0 views

SUSE CVE-2023-53398

In the Linux kernel, the following vulnerability has been resolved: mlx5: fix possible ptp queue fifo use-after-free Fifo indexes are not checked during pop operations and it leads to potential use-after-free when poping from empty queue. Such case was possible during re-sync action. WARNONONCE...

5.5CVSS6.5AI score0.00017EPSS
Exploits0References5
OSV
OSV
added 2025/09/18 4:15 p.m.1 views

DEBIAN-CVE-2023-53439

In the Linux kernel, the following vulnerability has been resolved: net: skbpartialcsumset fix against transport header magic value skb-transportheader uses the special 0xFFFF value to mark if the transport header was set or not. We must prevent callers to accidentaly set skb-transportheader to...

5.5CVSS5.5AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2025/09/18 4:4 p.m.2 views

CVE-2023-53439 net: skb_partial_csum_set() fix against transport header magic value

In the Linux kernel, the following vulnerability has been resolved: net: skbpartialcsumset fix against transport header magic value skb-transportheader uses the special 0xFFFF value to mark if the transport header was set or not. We must prevent callers to accidentaly set skb-transportheader to...

5.5CVSS6.2AI score0.00017EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2025/09/18 4:4 p.m.1 views

CVE-2023-53433 net: add vlan_get_protocol_and_depth() helper

In the Linux kernel, the following vulnerability has been resolved: net: add vlangetprotocolanddepth helper Before blamed commit, pskbmaypull was used instead of skbheaderpointer in vlangetprotocol and friends. Few callers depended on skb-head being populated with MAC header, syzbot caught one of...

6AI score0.00021EPSS
Exploits0References6
OSV
OSV
added 2025/09/18 2:15 p.m.0 views

UBUNTU-CVE-2023-53398

In the Linux kernel, the following vulnerability has been resolved: mlx5: fix possible ptp queue fifo use-after-free Fifo indexes are not checked during pop operations and it leads to potential use-after-free when poping from empty queue. Such case was possible during re-sync action. WARNONONCE...

7.8CVSS5.7AI score0.00017EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.7 views

CVE-2023-53398 mlx5: fix possible ptp queue fifo use-after-free

In the Linux kernel, the following vulnerability has been resolved: mlx5: fix possible ptp queue fifo use-after-free Fifo indexes are not checked during pop operations and it leads to potential use-after-free when poping from empty queue. Such case was possible during re-sync action. WARNONONCE...

0.00017EPSS
Exploits0References3
Rows per page
Query Builder