Lucene search
+L

4273 matches found

UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64529

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References14
OSV
OSV
added 2026/07/25 10:17 a.m.10 views

UBUNTU-CVE-2026-64529

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References15
EUVD
EUVD
added 2026/07/25 9:24 a.m.18 views

EUVD-2026-49041

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public...

5.8AI score0.00135EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/07/25 9:24 a.m.11 views

CVE-2026-64529

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2026/07/25 9:24 a.m.21 views

CVE-2026-64529

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 9:24 a.m.48 views

CVE-2026-64529 crypto: qat - remove unused character device and IOCTLs

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public...

7.8CVSS0.00135EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/25 9:24 a.m.60 views

CVE-2026-64529

Summary: CVE-2026-64529 exists in the Linux kernel and concerns the QAT driver. The vulnerability stems from a previously exposed character device (qat_adf_ctl) with IOCTLs used for device configuration, start/stop, status, and enumeration that were not part of public user-space API headers and h...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/25 9:24 a.m.12 views

CVE-2026-64529 crypto: qat - remove unused character device and IOCTLs

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public...

7.8CVSS5.8AI score
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-64529

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop,...

7.8CVSS5.9AI score0.00135EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.25 views

PT-2026-64760

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The QAT driver exposes a character device qat adf ctl that utilizes IOCTLs Input/Output Control for device configuration, start, stop, status query, and enumeration. This interface...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/07/24 9:52 p.m.18 views

swift-nio-http2: Missing CR/LF/NUL validation in header values

Summary SwiftNIO HTTP/2 was missing validation on inbound HEADERS frames that let CR, LF, NUL, SP and other control characters reach an HTTP/1.1 backend through NIOHTTP2's HTTP/2-to-HTTP/1 codec, enabling HTTP request smuggling or response splitting. Impact Two related gaps in inbound header...

5.3CVSS6AI score0.00181EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/24 4:42 p.m.20 views

GitPython: Unsafe git option guard bypass via single-character kwarg value token smuggling enables arbitrary command execution

Summary GitPython's checkunsafeoptions guard the control introduced by CVE-2026-42215 / GHSA-2f96 and hardened since can be bypassed for every guarded method clone/clonefrom, fetch/pull/push, lsremote, itercommits, blame, archive by smuggling an option token inside the VALUE of a single-character...

8.8CVSS6.1AI score0.00749EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/07/24 4:42 p.m.10 views

GHSA-R9MR-M37C-5FR3 GitPython: Unsafe git option guard bypass via single-character kwarg value token smuggling enables arbitrary command execution

Summary GitPython's checkunsafeoptions guard the control introduced by CVE-2026-42215 / GHSA-2f96 and hardened since can be bypassed for every guarded method clone/clonefrom, fetch/pull/push, lsremote, itercommits, blame, archive by smuggling an option token inside the VALUE of a single-character...

8.8CVSS6.1AI score0.00653EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2026/07/23 12:00 a.m.19 views

PT-2026-64153

Name of the Vulnerable Software and Affected Versions swift-nio-http2 versions prior to 1.45.0 Description SwiftNIO HTTP/2 lacks validation for inbound HEADERS frames, allowing control characters such as CR, LF, NUL, and SP to reach an HTTP/1.1 backend via the HTTP/2-to-HTTP/1 codec. This can lea...

5.3CVSS5.9AI score0.00181EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2026/07/23 12:00 a.m.8 views

The vulnerability of the jq JSON processing tool lies in its failure to handle the elimination of zero bytes or the NUL character, allowing an attacker to trigger a service failure.

The vulnerability of the jq JSON processing tool is related to the lack of measures taken to eliminate the zero byte or NUL character. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.5AI score0.00158EPSS
SaveExploits1References7Affected Software7
BDU FSTEC
BDU FSTEC
added 2026/07/23 12:00 a.m.9 views

The vulnerability in the src/linker.c file of the jq JSON processing tool allows a attacker to cause a service failure.

The vulnerability in the src/linker.c file of the jq JSON processing tool lies in the lack of measures taken to eliminate the zero byte or NUL character. Exploiting this vulnerability could allow an attacker to cause a service failure...

4.4CVSS5.9AI score0.00157EPSS
SaveExploits1References6Affected Software7
Github Security Blog
Github Security Blog
added 2026/07/22 10:55 p.m.14 views

Eclipse Jetty Digest Authentication: ISO-8859-1 lossy encoding allows authentication bypass via character substitution

Summary The DigestAuthentication.apply method in Jetty's HTTP client uses getBytesStandardCharsets.ISO88591 at three locations lines 171, 179, 196 to compute Digest auth response hashes. ISO-8859-1 silently replaces any character above U+00FF Chinese, Japanese, Cyrillic, Arabic, Emoji, etc. with...

9.1CVSS5.5AI score0.00483EPSS
SaveExploits1References9Affected Software3
OSV
OSV
added 2026/07/22 10:55 p.m.27 views

GHSA-2FVJ-HGJ9-J2GR Eclipse Jetty Digest Authentication: ISO-8859-1 lossy encoding allows authentication bypass via character substitution

Summary The DigestAuthentication.apply method in Jetty's HTTP client uses getBytesStandardCharsets.ISO88591 at three locations lines 171, 179, 196 to compute Digest auth response hashes. ISO-8859-1 silently replaces any character above U+00FF Chinese, Japanese, Cyrillic, Arabic, Emoji, etc. with...

8.7CVSS5.6AI score0.00483EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/21 10:03 p.m.26 views

GHSA-5QHF-9PHG-95M2 Loofah `allowed_uri?` does not detect `javascript:` URIs split by numeric character references without semicolons

Summary Loofah::HTML5::Scrub.alloweduri? does not correctly reject javascript: or vbscript: URIs when the scheme is split by a numeric character reference that has no trailing semicolon. A browser decodes such references and resolves the URL to an executable javascript: scheme, while alloweduri?...

2.3CVSS4.9AI score0.00245EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 3:04 p.m.20 views

GHSA-8WHX-365G-H9VV Loofah `allowed_uri?` does not detect `javascript:` URIs split by named whitespace character references

Summary Loofah::HTML5::Scrub.alloweduri? does not correctly reject javascript: URIs when the scheme is split or prefixed by the HTML5 named character references tab or line feed. This is a bypass of the fix for GHSA-46fp-8f5p-pf2m, which handled the equivalent numeric character references , , but...

2.3CVSS4.9AI score0.00245EPSS
SaveExploits0References4
Rows per page
Query Builder