Lucene search
+L

35219 matches found

OSV
OSV
added 2026/03/18 6:16 p.m.10 views

UBUNTU-CVE-2026-23255

In the Linux kernel, the following vulnerability has been resolved: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptypeseqshow and provided a patch. Real issue is that ptypeseqnext and ptypeseqshow violate RCU rules. ptypeseqshow runs under rcureadlock, an...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References19
OSV
OSV
added 2026/03/18 5:41 p.m.11 views

CVE-2026-23257 net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanup

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in PF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...

5.8AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/03/18 5:41 p.m.49 views

CVE-2026-23255 net: add proper RCU protection to /proc/net/ptype

In the Linux kernel, the following vulnerability has been resolved: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptypeseqshow and provided a patch. Real issue is that ptypeseqnext and ptypeseqshow violate RCU rules. ptypeseqshow runs under rcureadlock, an...

0.00114EPSS
SaveExploits0References5
CVE
CVE
added 2026/03/18 5:41 p.m.48 views

CVE-2026-23255

The connected Amazon Linux advisory confirms CVE-2026-23255 is a Linux kernel vulnerability where /proc/net/ptype lacked proper RCU protection. The fix adds an explicit device pointer tracking and ensures RCU-compliant reads in ptype_seq_show(), with full READ_ONCE protection in ptype_seq_next() ...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/03/18 5:41 p.m.10 views

CVE-2026-23255 net: add proper RCU protection to /proc/net/ptype

In the Linux kernel, the following vulnerability has been resolved: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptypeseqshow and provided a patch. Real issue is that ptypeseqnext and ptypeseqshow violate RCU rules. ptypeseqshow runs under rcureadlock, an...

5.7AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:41 p.m.7 views

CVE-2026-23255

In the Linux kernel, the following vulnerability has been resolved: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptypeseqshow and provided a patch. Real issue is that ptypeseqnext and ptypeseqshow violate RCU rules. ptypeseqshow runs under rcureadlock, an...

5.7AI score0.00114EPSS
SaveExploits0References5Affected Software1
SUSE Linux
SUSE Linux
added 2026/03/18 1:32 p.m.10 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 kernel was updated to fix various security issues The following security issues were fixed: CVE-2023-53794: cifs: fix session state check in reconnect to avoid use-after-free issue bsc1255163. CVE-2023-53827: Bluetooth: L2CAP: Fix use-after-free in...

7.8CVSS6.7AI score0.00572EPSS
SaveExploits0References56
OSV
OSV
added 2026/03/18 1:32 p.m.5 views

SUSE-SU-2026:0928-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2023-53794: cifs: fix session state check in reconnect to avoid use-after-free issue bsc1255163. - CVE-2023-53827: Bluetooth: L2CAP: Fix use-after-free in...

9.8CVSS6.7AI score0.00572EPSS
SaveExploits0References28
EUVD
EUVD
added 2026/03/18 12:31 p.m.16 views

EUVD-2026-12808

In the Linux kernel, the following vulnerability has been resolved: net/sched: actgate: snapshot parameters with RCU on replace The gate action can be replaced while the hrtimer callback or dump path is walking the schedule list. Convert the parameters to an RCU-protected snapshot and swap update...

5.7AI score0.00127EPSS
SaveExploits0References4
HackRead
HackRead
added 2026/03/18 12:23 p.m.14 views

New .NET AOT Malware Hides Code as a Black Box to Evade Detection

Researchers at Howler Cell have discovered a new .NET AOT malware campaign that uses a clever scoring system…...

5.8AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/03/18 12:10 p.m.21 views

Malicious code in solnetwallet.net.core (NuGet)

--- -= Per source details. Do not edit below this line.=-...

5.3AI score
SaveExploits0
The Hacker News
The Hacker News
added 2026/03/18 11:42 a.m.15 views

9 Critical IP KVM Flaws Enable Unauthenticated Root Access Across Four Vendors

Cybersecurity researchers have warned about the risks posed by low-cost IP KVM Keyboard, Video, Mouse over Internet Protocol devices, which can grant attackers extensive control over compromised hosts. The nine vulnerabilities, discovered by Eclypsium , span four different products from GL-iNet...

9.8CVSS6.8AI score0.01508EPSS
SaveExploits0
NVD
NVD
added 2026/03/18 11:16 a.m.10 views

CVE-2026-23245

In the Linux kernel, the following vulnerability has been resolved: net/sched: actgate: snapshot parameters with RCU on replace The gate action can be replaced while the hrtimer callback or dump path is walking the schedule list. Convert the parameters to an RCU-protected snapshot and swap update...

7.8CVSS0.00127EPSS
SaveExploits0References9
OSV
OSV
added 2026/03/18 11:16 a.m.9 views

UBUNTU-CVE-2026-23245

In the Linux kernel, the following vulnerability has been resolved: net/sched: actgate: snapshot parameters with RCU on replace The gate action can be replaced while the hrtimer callback or dump path is walking the schedule list. Convert the parameters to an RCU-protected snapshot and swap update...

7.8CVSS5.7AI score0.00127EPSS
SaveExploits0References20
RedHat Linux
RedHat Linux
added 2026/03/18 11:07 a.m.17 views

golang: net/url: Memory exhaustion in query parameter parsing in net/url

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted...

7.5CVSS7.1AI score0.01979EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/03/18 10:44 a.m.15 views

golang: net/url: Memory exhaustion in query parameter parsing in net/url

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted...

7.5CVSS7AI score0.01979EPSS
SaveExploits0References8
CVE
CVE
added 2026/03/18 10:05 a.m.56 views

CVE-2026-23245

CVE-2026-23245 (Linux kernel, net/sched) is resolved. The vulnerability allowed replacing a gate action’s parameters while the hrtimer callback or a dump path walked the schedule list. The fix converts gate parameter updates from plain pointers to an RCU-protected snapshot , swapping updates unde...

7.8CVSS5.7AI score0.00127EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/03/18 9:57 a.m.15 views

SUSE-SU-2026:20751-1 Security update for net-snmp

This update for net-snmp fixes the following issues: - CVE-2025-68615: Fixed snmptrapd buffer overflow bsc1255491...

9.8CVSS6.3AI score0.42842EPSS
SaveExploits2References3
OSV
OSV
added 2026/03/18 9:57 a.m.11 views

SUSE-SU-2026:20901-1 Security update for net-snmp

This update for net-snmp fixes the following issues: - CVE-2025-68615: Fixed snmptrapd buffer overflow bsc1255491...

9.8CVSS6.2AI score0.42842EPSS
SaveExploits2References3
OSV
OSV
added 2026/03/18 9:56 a.m.4 views

OPENSUSE-SU-2026:20383-1 Security update for net-snmp

This update for net-snmp fixes the following issues: - CVE-2025-68615: Fixed snmptrapd buffer overflow bsc1255491...

9.8CVSS6.3AI score0.42842EPSS
SaveExploits2References2
Rows per page
Query Builder