Lucene search
+L

7874 matches found

CNNVD
CNNVD
•added 2025/07/28 12:00 a.m.•3 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 Linux kernel that stems from unreserved report ID space, which could lead to buffer underruns...

5.5CVSS6.6AI score0.00296EPSS
SaveExploits0References11
OSV
OSV
•added 2025/07/27 10:15 p.m.•15 views

AZL-66017 CVE-2024-58266 affecting package rust 1.72.0-14

The shlex crate before 1.2.1 for Rust allows unquoted and unescaped instances of the and \xa0 characters, which may facilitate command injection...

9.8CVSS5.8AI score0.0078EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/27 10:15 p.m.•14 views

UBUNTU-CVE-2024-58266

The shlex crate before 1.2.1 for Rust allows unquoted and unescaped instances of the and \xa0 characters, which may facilitate command injection...

9.8CVSS5.8AI score0.0078EPSS
SaveExploits0References5
Gitee
Gitee
•added 2025/07/27 4:09 a.m.•289 views

Exploit for Use After Free in Linux Linux_Kernel

This repository contains various kernel exploits for Linux systems. The exploits target different vulnerabilities in the Linux kernel, including: 1. CVE-2016-8655: A Linux AFPACKET race condition exploit that includes KASLR and SMEP bypasses. 2. CVE-2016-9793: A Linux SOSND|RCVBUFFORCE CAPNETADMI...

7.8CVSS7.1AI score0.20797EPSS
SaveExploits69
Packet Storm News
Packet Storm News
•added 2025/07/27 12:00 a.m.•16 views

WBHT: a Generative Attention Architecture for Detecting Black Hole Anomalies in Backbone Networks

We propose the Wasserstein Black Hole Transformer WBHT framework for detecting black hole BH anomalies in communication networks. These anomalies cause packet loss without failure notifications, disrupting connectivity and leading to financial losses. WBHT combines generative modeling, sequential...

6.7AI score
SaveExploits0
SUSE CVE
SUSE CVE
•added 2025/07/25 11:22 p.m.•14 views

SUSE CVE-2025-38463

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

6.1CVSS6.5AI score0.00166EPSS
SaveExploits0References22
OSV
OSV
•added 2025/07/25 4:15 p.m.•25 views

AZL-65774 CVE-2025-38463 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

7.8CVSS5.6AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
•added 2025/07/25 4:15 p.m.•17 views

CVE-2025-38463

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

7.8CVSS0.00166EPSS
SaveExploits0References4
OSV
OSV
•added 2025/07/25 4:15 p.m.•5 views

DEBIAN-CVE-2025-38463

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

5.5CVSS5.7AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 4:15 p.m.•19 views

UBUNTU-CVE-2025-38463

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

7.8CVSS6.2AI score0.00166EPSS
SaveExploits0References29
Debian CVE
Debian CVE
•added 2025/07/25 3:27 p.m.•12 views

CVE-2025-38463

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

7.8CVSS5.7AI score0.00166EPSS
SaveExploits0
OSV
OSV
•added 2025/07/25 3:27 p.m.•8 views

CVE-2025-38463 tcp: Correct signedness in skb remaining space calculation

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

7.8CVSS6.6AI score
SaveExploits0References7
attackerkb
attackerkb
•added 2025/07/25 3:27 p.m.•12 views

CVE-2025-38463

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug 1 where sk-skforwardalloc can overflow. When we send data, if an skb exists at the tail of the write queue, the kernel will attempt to append the...

5.5CVSS6.2AI score0.00166EPSS
SaveExploits0References5Affected Software1
CVE
CVE
•added 2025/07/25 3:27 p.m.•116 views

CVE-2025-38463

CVE-2025-38463: Linux kernel TCP skb remaining space calculation contains a signedness bug in skb->len vs size_goal, allowing sk_forward_alloc overflow in certain write-path conditions. Root cause: copy = size_goal - skb->len is computed with mismatched signed/unsigned types, producing a la...

7.8CVSS6.3AI score0.00166EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2025/07/25 3:15 p.m.•17 views

DEBIAN-CVE-2025-38424

In the Linux kernel, the following vulnerability has been resolved: perf: Fix sample vs doexit Baisheng Gao reported an ARM64 crash, which Mark decoded as being a synchronous external abort -- most likely due to trying to access MMIO in bad ways. The crash further shows perf trying to do a user...

5.5CVSS5.6AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 2:16 p.m.•11 views

CVE-2025-38424 perf: Fix sample vs do_exit()

In the Linux kernel, the following vulnerability has been resolved: perf: Fix sample vs doexit Baisheng Gao reported an ARM64 crash, which Mark decoded as being a synchronous external abort -- most likely due to trying to access MMIO in bad ways. The crash further shows perf trying to do a user...

7.8CVSS6.4AI score
SaveExploits0References13
Cvelist
Cvelist
•added 2025/07/25 2:16 p.m.•24 views

CVE-2025-38424 perf: Fix sample vs do_exit()

In the Linux kernel, the following vulnerability has been resolved: perf: Fix sample vs doexit Baisheng Gao reported an ARM64 crash, which Mark decoded as being a synchronous external abort -- most likely due to trying to access MMIO in bad ways. The crash further shows perf trying to do a user...

7.8CVSS0.00192EPSS
SaveExploits0References8
NVD
NVD
•added 2025/07/25 1:15 p.m.•14 views

CVE-2025-38370

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix failure to rebuild free space tree using multiple transactions If we are rebuilding a free space tree, while modifying the free space tree we may need to allocate a new metadata block group. If we end up using multiple...

5.5CVSS0.00132EPSS
SaveExploits0References2
OSV
OSV
•added 2025/07/25 1:15 p.m.•10 views

UBUNTU-CVE-2025-38370

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix failure to rebuild free space tree using multiple transactions If we are rebuilding a free space tree, while modifying the free space tree we may need to allocate a new metadata block group. If we end up using multiple...

5.5CVSS5.6AI score0.00132EPSS
SaveExploits0References11
Debian CVE
Debian CVE
•added 2025/07/25 12:53 p.m.•20 views

CVE-2025-38370

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix failure to rebuild free space tree using multiple transactions If we are rebuilding a free space tree, while modifying the free space tree we may need to allocate a new metadata block group. If we end up using multiple...

5.5CVSS5.3AI score0.00132EPSS
SaveExploits0
Rows per page
Query Builder