Lucene search
+L

25507 matches found

Positive Technologies
Positive Technologies
added 2025/09/24 12:00 a.m.13 views

PT-2025-39269

Name of the Vulnerable Software and Affected Versions versions prior to 2025 affected versions not specified Description An information disclosure issue exists while decoding an RTP packet received by a User Equipment UE from the network. This occurs when the payload length indicated in the packe...

8.2CVSS6.2AI score0.00259EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/24 12:00 a.m.9 views

PT-2025-39247

Name of the Vulnerable Software and Affected Versions nncp versions prior to 8.12.0 Description The software contains a path traversal flaw that could allow reading or writing to files. This issue occurs during the process of freqing and saving files when handling crafted paths within packet data...

6.4CVSS5.8AI score0.00263EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2025/09/24 12:00 a.m.1 views

CVE-2025-60020

nncp before 8.12.0 allows path traversal for reading or writing during freqing and file saving via a crafted path in packet data...

6.4CVSS6.5AI score0.00263EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/24 12:00 a.m.18 views

CVE-2025-60020

nncp before 8.12.0 allows path traversal for reading or writing during freqing and file saving via a crafted path in packet data...

6.4CVSS0.00263EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/24 12:00 a.m.10 views

PT-2025-39292

Name of the Vulnerable Software and Affected Versions Cisco Access Point Software affected versions not specified Description A flaw exists in the IPv6 Router Advertisement RA packet processing that could allow an unauthenticated, adjacent attacker to modify the IPv6 gateway on an affected device...

4.3CVSS6.2AI score0.00165EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/24 12:00 a.m.40 views

CVE-2025-60020

nncp prior to 8.12.0 is affected by a path traversal vulnerability during freqing and file saving via crafted packet data. Root cause: improper validation of file paths in NNCP’s packet processing. Impact: potential unauthorized reading (and writing) of files. Remediation: upgrade to a fixed vers...

6.4CVSS6.5AI score0.00263EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/23 9:05 a.m.54 views

SUSE-SU-2025:03301-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-46733: btrfs: fix qgroup reserve leaks in cowfilerange bsc1230708. - CVE-2024-49996: cifs: Fix buffer overflow when parsing NFS reparse points bsc1232089. -...

9.8CVSS7.6AI score0.05135EPSS
SaveExploits3References213
CVE
CVE
added 2025/09/23 6:00 a.m.55 views

CVE-2025-39886

CVE-2025-39886 in the Linux kernel relates to a locking issue triggered when bpf_map_kmalloc_node() is called from __bpf_async_init(), potentially affecting memcg accounting and causing MEMCG_MAX events. The documented fix changes the bpf_timer_init() path to use allow_spinning=false and, per ups...

5.5CVSS6.4AI score0.00149EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/23 6:00 a.m.3 views

CVE-2025-39886 bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()

In the Linux kernel, the following vulnerability has been resolved: bpf: Tell memcg to use allowspinning=false path in bpftimerinit Currently, calling bpfmapkmallocnode from bpfasyncinit can cause various locking issues; see the following stack trace edited for style as one example: ... 10.011566...

6.4AI score0.00149EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/09/23 1:04 a.m.10 views

kernel: net: usb: smsc75xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.3AI score0.00178EPSS
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2025/09/23 12:00 a.m.23 views

CVE-2025-51005

A heap-buffer-overflow vulnerability exists in the tcpliveplay utility of the tcpreplay-4.5.1. When a crafted pcap file is processed, the program incorrectly handles memory in the checksum calculation logic at dochecksummathliveplay in tcpliveplay.c, leading to a possible denial of service...

7.5CVSS6.4AI score0.00385EPSS
SaveExploits1References2
Snyk
Snyk
added 2025/09/22 2:41 p.m.4 views

Double Free

Overview Affected versions of this package are vulnerable to Double Free via the dltlinuxsll2cleanup function. An attacker can cause memory corruption and application crash by supplying a specially crafted pcap file to the binary. Remediation Upgrade appneta/tcpreplay to version 4.5.2 or higher...

7.8CVSS6.8AI score0.00185EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/09/22 12:00 a.m.6 views

CVE-2025-51006

Within tcpreplay's tcprewrite, a double free vulnerability has been identified in the dltlinuxsll2cleanup function in plugins/dltlinuxsll2/linuxsll2.c. This vulnerability is triggered when tcpeditdltcleanup indirectly invokes the cleanup routine multiple times on the same memory region. By...

6.4AI score0.00185EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2025/09/19 11:23 p.m.19 views

SUSE CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

5.7CVSS6.5AI score0.00236EPSS
SaveExploits0References21
OSV
OSV
added 2025/09/19 4:15 p.m.5 views

DEBIAN-CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

5.5CVSS5.3AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/19 4:15 p.m.13 views

CVE-2025-39851

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix NPD when refreshing an FDB entry with a nexthop object VXLAN FDB entries can point to either a remote destination or an FDB nexthop group. The latter is usually used in EVPN deployments where learning is disabled...

7.5CVSS0.00293EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/19 4:15 p.m.26 views

CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS0.00236EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/19 4:15 p.m.8 views

UBUNTU-CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS5.9AI score0.00236EPSS
SaveExploits0References30
CVE
CVE
added 2025/09/19 3:26 p.m.38 views

CVE-2025-39856

CVE-2025-39856 concerns the Linux kernel network driver for TI am65 CPSW-NUSS (CPSW2G) where, in the TX completion path, the variable ndev may be accessed before initialization if no TX packets have been processed. This can cause a null pointer dereference and kernel crash. Affected component: ne...

5.5CVSS6AI score0.00127EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/09/19 3:26 p.m.67 views

CVE-2025-39851

CVE-2025-39851 relates to the Linux kernel VXLAN implementation. Affected scenario is when learning is enabled and an incoming packet attempts to refresh an FDB entry that points to an FDB nexthop group (not a remote destination). This could dereference a non-existent remote and trigger a NULL po...

7.5CVSS5.8AI score0.00293EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder