Lucene search
+L

516871 matches found

Cvelist
Cvelist
added 2026/08/26 2:36 p.m.31 views

CVE-2026-74738 regmap: sdw-mbq: don't call an unset readable_reg callback

In the Linux kernel, the following vulnerability has been resolved: regmap: sdw-mbq: don't call an unset readablereg callback regmapsdwmbqpollbusy decides whether to poll the Function Busy bit by calling ctx-readablereg, which is a straight copy of config-readablereg. That callback is optional:...

0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/26 2:36 p.m.16 views

CVE-2026-74738

CVE-2026-74738 affects the Linux kernel regmap sdw-mbq (SoundWire Modem Bus Queued) subsystem. The function regmap_sdw_mbq_poll_busy() dereferences ctx->readable_reg() without checking for NULL , but this callback is optional—drivers such as es9356 and tac5xx2-sdw build an MBQ regmap without s...

5.4AI score0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/26 2:36 p.m.7 views

CVE-2026-74738

In the Linux kernel, the following vulnerability has been resolved: regmap: sdw-mbq: don't call an unset readablereg callback regmapsdwmbqpollbusy decides whether to poll the Function Busy bit by calling ctx-readablereg, which is a straight copy of config-readablereg. That callback is optional:...

5.4AI score0.00173EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/26 2:36 p.m.6 views

EUVD-2026-66568

In the Linux kernel, the following vulnerability has been resolved: regmap: sdw-mbq: don't call an unset readablereg callback regmapsdwmbqpollbusy decides whether to poll the Function Busy bit by calling ctx-readablereg, which is a straight copy of config-readablereg. That callback is optional:...

5.4AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/26 2:35 p.m.15 views

EUVD-2026-41134

AsyncHttpClient stores cookie for an unrelated domain cookie tossing via ThreadSafeCookieStore...

4CVSS5.1AI score0.0033EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/08/26 2:35 p.m.8 views

AsyncHttpClient stores cookie for an unrelated domain (cookie tossing) via ThreadSafeCookieStore

Impact A cookie tossing / cookie injection issue CWE-1275. ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without verifying that the responding host is allowed to set a cookie for that domain RFC 6265 §5.3 step 6. A host the client connects to can therefore plant a...

4CVSS5.4AI score0.0033EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/08/26 2:35 p.m.6 views

GHSA-M452-Q8C9-RG2F AsyncHttpClient stores cookie for an unrelated domain (cookie tossing) via ThreadSafeCookieStore

Impact A cookie tossing / cookie injection issue CWE-1275. ThreadSafeCookieStore stored a cookie under the value of its Domain attribute without verifying that the responding host is allowed to set a cookie for that domain RFC 6265 §5.3 step 6. A host the client connects to can therefore plant a...

4CVSS5.5AI score0.0033EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/08/26 2:30 p.m.15 views

EUVD-2026-41136

Wasmtime has a leak in WASIp1 fdrenumber implementation...

5CVSS5.1AI score0.00217EPSS
SaveExploits0References13
Github Security Blog
Github Security Blog
added 2026/08/26 2:30 p.m.7 views

Wasmtime has a leak in WASIp1 `fd_renumber` implementation

Impact Wasmtime's native implementation of WASIp1 suffers from a leak in the fdrenumber function where the file descriptor being renumbered to is not properly closed. Wasmtime's implementation erroneously only updated the table of descriptors for WASIp1 and didn't update the underlying table of...

5CVSS5.2AI score0.00217EPSS
SaveExploits0References14Affected Software1
OSV
OSV
added 2026/08/26 2:30 p.m.5 views

GHSA-3P27-QVP9-27QF Wasmtime has a leak in WASIp1 `fd_renumber` implementation

Impact Wasmtime's native implementation of WASIp1 suffers from a leak in the fdrenumber function where the file descriptor being renumbered to is not properly closed. Wasmtime's implementation erroneously only updated the table of descriptors for WASIp1 and didn't update the underlying table of...

5CVSS5.3AI score0.00217EPSS
SaveExploits0References14
Github Security Blog
Github Security Blog
added 2026/08/26 2:28 p.m.7 views

@logtape/syslog: syslog log injection via unescaped control characters and unvalidated SD-NAME keys

@logtape/syslog contains two related output-encoding bugs in the structured data formatting code. Both only affect deployments with includeStructuredData: true, which is non-default. 1. Unescaped C0 control characters in structured data values escapeStructuredDataValue in...

8.6CVSS5.8AI score0.00306EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/26 2:28 p.m.7 views

GHSA-8H6H-X5PQ-56FQ @logtape/syslog: syslog log injection via unescaped control characters and unvalidated SD-NAME keys

@logtape/syslog contains two related output-encoding bugs in the structured data formatting code. Both only affect deployments with includeStructuredData: true, which is non-default. 1. Unescaped C0 control characters in structured data values escapeStructuredDataValue in...

8.6CVSS6AI score0.00306EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/26 2:27 p.m.35 views

CVE-2026-54511 @logtape/syslog: syslog log injection via unescaped control characters and unvalidated SD-NAME keys

LogTape is an unobtrusive logging library. Prior to 1.3.11, 2.0.14, and 2.1.5, the @logtape/syslog package's escapeStructuredDataValue function in packages/syslog/src/syslog.ts does not neutralize C0 control characters from U+0000 through U+001F in structured data values, and formatStructuredData...

8.6CVSS0.00306EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/26 2:27 p.m.7 views

EUVD-2026-66563

LogTape is an unobtrusive logging library. Prior to 1.3.11, 2.0.14, and 2.1.5, the @logtape/syslog package's escapeStructuredDataValue function in packages/syslog/src/syslog.ts does not neutralize C0 control characters from U+0000 through U+001F in structured data values, and formatStructuredData...

8.6CVSS5.6AI score0.00306EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/26 2:27 p.m.15 views

CVE-2026-54511

@logtape/syslog (part of LogTape, a Node.js logging library) contains two related output-encoding bugs in its structured-data formatting, affecting versions prior to 1.3.11 , 2.0.14 , and 2.1.5 when includeStructuredData is set to true (non-default). The escapeStructuredDataValue() function fails...

8.6CVSS5.6AI score0.00306EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/26 2:27 p.m.6 views

CVE-2026-54511 @logtape/syslog: syslog log injection via unescaped control characters and unvalidated SD-NAME keys

LogTape is an unobtrusive logging library. Prior to 1.3.11, 2.0.14, and 2.1.5, the @logtape/syslog package's escapeStructuredDataValue function in packages/syslog/src/syslog.ts does not neutralize C0 control characters from U+0000 through U+001F in structured data values, and formatStructuredData...

8.6CVSS5.6AI score0.00306EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/26 2:27 p.m.6 views

CVE-2026-54511 @logtape/syslog: syslog log injection via unescaped control characters and unvalidated SD-NAME keys

LogTape is an unobtrusive logging library. Prior to 1.3.11, 2.0.14, and 2.1.5, the @logtape/syslog package's escapeStructuredDataValue function in packages/syslog/src/syslog.ts does not neutralize C0 control characters from U+0000 through U+001F in structured data values, and formatStructuredData...

8.6CVSS5.8AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/26 2:24 p.m.9 views

IzPack has Path Traversal in UnpackerBase that allows writing files outside the installation directory via malicious pack entries

Summary IzPack's UnpackerBase.unpack resolves pack-file target paths without any canonical-path or directory-containment check. An attacker who distributes a trojanized installer JAR the format is unsigned can include pack entries whose targetPath contains ../ sequences. When a victim runs the...

7.4CVSS5.6AI score0.00377EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/26 2:24 p.m.5 views

GHSA-F63G-88CJ-HJF9 IzPack has Path Traversal in UnpackerBase that allows writing files outside the installation directory via malicious pack entries

Summary IzPack's UnpackerBase.unpack resolves pack-file target paths without any canonical-path or directory-containment check. An attacker who distributes a trojanized installer JAR the format is unsigned can include pack entries whose targetPath contains ../ sequences. When a victim runs the...

7.4CVSS5.7AI score0.00377EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/26 2:24 p.m.7 views

CVE-2026-54550 IzPack: Path Traversal in UnpackerBase allows writing files outside the installation directory via malicious pack entries

IzPack is a widely used tool for packaging applications on the Java platform as cross-platform installers. In 5.2.6 and earlier, UnpackerBase.unpack in izpack-installer/src/main/java/com/izforge/izpack/installer/unpacker/UnpackerBase.java obtains an attacker-controlled PackFile targetPath, passes...

7.4CVSS5.4AI score0.00377EPSS
SaveExploits0References4
Rows per page
Query Builder