Lucene search
+L

34422 matches found

Tenable Nessus
Tenable Nessus
added 2026/03/19 12:00 a.m.7 views

MiracleLinux 8 : container-tools:rhel8 (AXSA:2026-338:01)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-338:01 advisory. golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip CVE-2025-61728 golang: net/url: Memory exhaustion in query...

10CVSS7.3AI score0.01945EPSS
SaveExploits2References4
RedHat Linux
RedHat Linux
added 2026/03/18 9:13 p.m.9 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.01945EPSS
SaveExploits0References8
Ubuntu
Ubuntu
added 2026/03/18 7:40 p.m.19 views

USN-8110-1: Net-CIDR vulnerability

Dave Rolsky discovered that Net-CIDR did not properly sanitize IP addresses. An attacker could possibly use this to bypass IP-based restrictions...

6.5CVSS5.8AI score0.00322EPSS
SaveExploits0
EUVD
EUVD
added 2026/03/18 6:31 p.m.10 views

EUVD-2026-12890

In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Initialize netdev pointer before queue setup In setupnicdevices, the netdev is allocated using allocetherdevmq. However, the pointer to this structure is stored in oct-propsi.netdev only after the calls to...

5.8AI score0.00114EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/03/18 6:31 p.m.7 views

EUVD-2026-12886

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
SaveExploits0References3
NVD
NVD
added 2026/03/18 6:16 p.m.8 views

CVE-2026-23270

In the Linux kernel, the following vulnerability has been resolved: net/sched: Only allow actct to bind to clsact/ingress qdiscs and shared blocks As Paolo said earlier 1: "Since the blamed commit below, classify can return TCACTCONSUMED while the current skb being held by the defragmentation...

7.8CVSS0.00125EPSS
SaveExploits0References9
OSV
OSV
added 2026/03/18 6:16 p.m.5 views

DEBIAN-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.3AI score0.00114EPSS
SaveExploits0References1
NVD
NVD
added 2026/03/18 6:16 p.m.6 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.5CVSS0.00114EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/03/18 6:16 p.m.8 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.5CVSS5.4AI score0.00114EPSS
SaveExploits0References17
OSV
OSV
added 2026/03/18 6:16 p.m.9 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.10 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
OSV
OSV
added 2026/03/18 5:41 p.m.9 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
CVE
CVE
added 2026/03/18 5:41 p.m.44 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
Cvelist
Cvelist
added 2026/03/18 5:41 p.m.46 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
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:41 p.m.6 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.8 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.4 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.13 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.11 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.19 views

Malicious code in solnetwallet.net.core (NuGet)

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

5.3AI score
SaveExploits0
Rows per page
Query Builder