Lucene search
+L

177 matches found

AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: bpf: Scrubbing packets on bpfredirectpeer When bpfredirectpeer is used to redirect packets to a device in another network namespace, the packets are not scrubbed. This can lead to information about the packets being “misused” in...

9.4CVSS6AI score0.00362EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/08 12:00 p.m.7 views

UBUNTU-CVE-2026-79603

x86 PV guests can free memory pages while still keeping a stale TLB entry pointing to them. A TLB flush is only issued by Xen if needed when the page is re-used. Since it's possible for the page to be scrubbed ahead of the TLB flush, there's a window where a PV guest can modify an already scrubbe...

4.3CVSS5.7AI score0.00231EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/09/05 12:26 a.m.12 views

SUSE CVE-2026-80820

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles...

5.8AI score0.00168EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/09/04 6:03 p.m.8 views

CodeWhale: js_execution leaks parent environment to model context via missing env scrub

Maintainer resolution The CodeWhale maintainers validated this report. The affected package ranges are recorded in the advisory metadata. Version 0.8.64 contains the fix in commit 26de44a8bd5051f8f944ea60b2c37ae1d2b7d25e. Users should upgrade to 0.8.64 or later. The original reporter analysis is...

8.7CVSS5.7AI score0.00624EPSS
SaveExploits0References5Affected Software3
OSV
OSV
added 2026/09/04 4:18 p.m.7 views

AZL-99446 CVE-2026-80820 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles...

5.8AI score0.00168EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:13 p.m.7 views

EUVD-2026-71255

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles...

5.3AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.17 views

CVE-2026-80820

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles...

5.3AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2026/09/04 3:13 p.m.25 views

CVE-2026-80820

CVE-2026-80820 affects the Linux kernel's XFS filesystem , specifically the online scrub (fsck) functionality. The root cause is a livelock that occurs when an unlinked inode list contains a circular loop , causing the scrub process to get stuck in an infinite cycle. The fix, referenced in upstre...

5.3AI score0.00168EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/28 4:33 p.m.10 views

SUSE CVE-2026-80708

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix missing mem scrub at clear key import in ccaclr2cipherkey The helper function ipcprbhelper uses internal buffer memory for building and processing CPRBs. After use this buffer was never scrubbed which could lead ...

5.9AI score0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 8:16 a.m.12 views

AZL-98060 CVE-2026-80708 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix missing mem scrub at clear key import in ccaclr2cipherkey The helper function ipcprbhelper uses internal buffer memory for building and processing CPRBs. After use this buffer was never scrubbed which could lead ...

6AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/28 8:16 a.m.18 views

CVE-2026-80708

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix missing mem scrub at clear key import in ccaclr2cipherkey The helper function ipcprbhelper uses internal buffer memory for building and processing CPRBs. After use this buffer was never scrubbed which could lead ...

0.00164EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.14 views

CVE-2026-80708

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix missing mem scrub at clear key import in ccaclr2cipherkey The helper function ipcprbhelper uses internal buffer memory for building and processing CPRBs. After use this buffer was never scrubbed which could lead ...

6AI score0.00164EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/28 8:16 a.m.10 views

UBUNTU-CVE-2026-80708

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix missing mem scrub at clear key import in ccaclr2cipherkey The helper function ipcprbhelper uses internal buffer memory for building and processing CPRBs. After use this buffer was never scrubbed which could lead ...

2CVSS5.9AI score0.00164EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/08/28 6:53 a.m.12 views

EUVD-2026-67443

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix missing mem scrub at clear key import in ccaclr2cipherkey The helper function ipcprbhelper uses internal buffer memory for building and processing CPRBs. After use this buffer was never scrubbed which could lead ...

6AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/28 6:53 a.m.33 views

CVE-2026-80708

This Linux kernel vulnerability affects the s390/zcrypt subsystem, specifically the cca_clr2cipherkey() function used during clear key to secure key token import. The root cause is that the internal helper _ip_cprb_helper() used internal buffer memory for building and processing CPRBs but never s...

6AI score0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/28 6:53 a.m.14 views

CVE-2026-80708

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix missing mem scrub at clear key import in ccaclr2cipherkey The helper function ipcprbhelper uses internal buffer memory for building and processing CPRBs. After use this buffer was never scrubbed which could lead ...

6AI score0.00164EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/28 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-80708

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - s390/zcrypt: Fix missing mem scrub at clear key import in ccaclr2cipherkey The helper function ipcprbhelper uses internal buffer memory for building and...

5.9AI score0.00164EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/14 3:33 p.m.11 views

CVE-2026-73491

A flaw was found in Loofah. The Loofah::HTML5::Scrub.alloweduri? function fails to properly detect javascript: Uniform Resource Identifiers URIs when their scheme is split or prefixed with HTML5 named whitespace character references, such as or . This vulnerability allows a remote attacker to cra...

3.7CVSS6.3AI score0.00245EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/12 10:17 p.m.15 views

CVE-2026-73492

Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. From 2.25.0 until 2.25.2, Loofah::HTML5::Scrub.alloweduri? does not reject javascript: or vbscript: URIs whose scheme is split by semicolon-less numeric character references...

2.3CVSS0.00245EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/12 9:00 p.m.35 views

CVE-2026-73492 Loofah `allowed_uri?` does not detect `javascript:` URIs split by numeric character references without semicolons

Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. From 2.25.0 until 2.25.2, Loofah::HTML5::Scrub.alloweduri? does not reject javascript: or vbscript: URIs whose scheme is split by semicolon-less numeric character references...

2.3CVSS0.00245EPSS
SaveExploits0References4
Rows per page
Query Builder