Lucene search
+L

6383 matches found

OSV
OSV
added 2026/05/02 1:01 a.m.14 views

CLSA-2026-1777541087 cups: Fix of CVE-2026-34980

CVE-2026-34980: filter control characters from option values in the scheduler to prevent PPD keyword injection via Print-Job...

7.5CVSS5.8AI score0.00502EPSS
SaveExploits2References1
CloudLinux
CloudLinux
added 2026/05/02 1:01 a.m.20 views

cups: Fix of CVE-2026-34980

CVE-2026-34980: filter control characters from option values in the scheduler to prevent PPD keyword injection via Print-Job...

7.5CVSS6AI score0.00502EPSS
SaveExploits2
OSV
OSV
added 2026/05/01 12:00 a.m.10 views

CVE-2026-42482

A stack-based buffer overflow in mangletohexlower and mangletohexupper in src/rpcpu.c in hashcat v7.1.2 allows an attacker to cause a denial of service or possibly execute arbitrary code via a crafted rule file, or via the -j or -k rule options used with password candidates of 128 or more...

7.5CVSS6.6AI score
SaveExploits0References3
OSV
OSV
added 2026/04/30 9:54 p.m.13 views

CLSA-2026-1777586051 openssh: Fix of CVE-2026-35386

CVE-2026-35386: fix client-side command execution via control characters in usernames by adding iscntrl rejection to validruser...

8.1CVSS5.9AI score0.00319EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/30 9:49 p.m.13 views

CLSA-2026-1777585781 openssh: Fix of CVE-2026-35386

CVE-2026-35386: fix client-side command execution via control characters in usernames by adding iscntrl rejection to validruser...

8.1CVSS5.9AI score0.00319EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/04/30 4:40 p.m.41 views

OpenSSH: OpenSSH: Security bypass via mishandling of authorized_keys principals option

A flaw was found in OpenSSH. This vulnerability arises from the incorrect handling of the authorizedkeys principals option in uncommon scenarios. Specifically, when a principals list is used with a Certificate Authority that includes comma characters, OpenSSH may misinterpret the input. This coul...

8.1CVSS5.3AI score0.00176EPSS
SaveExploits0References7
Amazon
Amazon
added 2026/04/30 12:00 a.m.23 views

Important: python3.12

Issue Overview: The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update, |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.jsoutput lacked the output...

9.1CVSS4.7AI score0.0069EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/30 12:00 a.m.11 views

CVE-2026-40686

In Exim before 4.99.2, when utf8 operators are enabled, there is an out-of-bounds read if large UTF-8 trailing characters are present malformed UTF-8 header data. Information might be divulged within an error message produced during handling of an unrelated e-mail message...

5.3CVSS5.2AI score0.00246EPSS
SaveExploits0
Amazon
Amazon
added 2026/04/30 12:00 a.m.21 views

Important: python3.14

Issue Overview: When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters. CVE-2026-0672 The fix for CVE-2026-0672, which rejected control characters...

9.1CVSS4.7AI score0.0069EPSS
SaveExploits0
OSV
OSV
added 2026/04/29 2:18 p.m.14 views

CLSA-2026-1777465438 openssh: Fix of CVE-2026-35414

CVE-2026-35414: fix incorrect matching of the authorizedkeys principals="" option against certificate principals containing comma characters...

8.1CVSS5.8AI score0.00176EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/04/29 12:00 p.m.9 views

CVE-2026-40686

In Exim before 4.99.2, when utf8 operators are enabled, there is an out-of-bounds read if large UTF-8 trailing characters are present malformed UTF-8 header data. Information might be divulged within an error message produced during handling of an unrelated e-mail message...

5.3CVSS6AI score0.00246EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/28 7:20 p.m.12 views

CVE-2026-0636

A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The LDAPStoreHelper implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying...

6.9CVSS5.4AI score0.00527EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/28 4:20 p.m.13 views

CLSA-2026-1777393200 cups: Fix of CVE-2026-34980

CVE-2026-34980: filter control characters from IPP option values and allowlist PPD keywords returned by filters so a remote attacker cannot inject cupsFilter/cupsFilter2 entries on a shared PostScript queue and gain code execution as the cupsd user...

7.5CVSS6.4AI score0.00502EPSS
SaveExploits2References1
OSV
OSV
added 2026/04/28 4:14 p.m.39 views

CLSA-2026-1777392877 cups: Fix of CVE-2026-34980

CVE-2026-34980: filter control characters from IPP option values and allowlist PPD keywords returned by filters so a remote attacker cannot inject cupsFilter/cupsFilter2 entries on a shared PostScript queue and gain code execution as the cupsd user...

7.5CVSS6.4AI score0.00502EPSS
SaveExploits2References1
OSV
OSV
added 2026/04/28 4:10 p.m.17 views

CLSA-2026-1777392623 cups: Fix of CVE-2026-34980

CVE-2026-34980: filter control characters from IPP option values and allowlist PPD keywords returned by filters so a remote attacker cannot inject cupsFilter/cupsFilter2 entries on a shared PostScript queue and gain code execution as the cupsd user...

7.5CVSS6.4AI score0.00502EPSS
SaveExploits2References1
RedHat Linux
RedHat Linux
added 2026/04/27 3:06 p.m.15 views

cpython: Incomplete control character validation in http.cookies

A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update, |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.jsoutput lacked the output...

7.5CVSS5.3AI score0.00478EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/27 3:06 p.m.16 views

cpython: Header injection in http.cookies.Morsel in Python

An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters...

6CVSS5.3AI score0.00416EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/04/27 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: python3 (UTSA-2026-014307)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-014307 advisory. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters...

6CVSS5.2AI score0.00416EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/24 9:53 p.m.10 views

CLSA-2026-1777026478 Fix CVE(s): CVE-2026-34980

SECURITY UPDATE: control-character injection in scheduler option handling - debian/patches/CVE-2026-34980.patch: filter control characters from IPP string option values and reject "special" PPD keywords cupsFilter, cupsFilter2, etc. reported back by job filters to prevent filter/command injection...

7.5CVSS6AI score0.00502EPSS
SaveExploits2References1
OSV
OSV
added 2026/04/24 4:18 p.m.14 views

CLSA-2026-1777042487 Fix CVE(s): CVE-2026-34980

SECURITY UPDATE: filter control characters from option values in the scheduler to prevent PPD keyword injection via Print-Job. - debian/patches/CVE-2026-34980.patch: filter out control characters from IPP option values in scheduler/job.c and filter out special PPD keywords in the CUPSDLOGPPD bran...

7.5CVSS6AI score0.00502EPSS
SaveExploits2References1
Rows per page
Query Builder