Lucene search
+L

12950 matches found

Gentoo Linux
Gentoo Linux
added 2026/08/20 12:00 a.m.9 views

quickjs-ng: Multiple Vulnerabilities

Background quickjs-ng is a small and embeddable JavaScript engine. It aims to support the latest ECMAScript specification. It is a fork of QuickJS. Description Multiple vulnerabilities have been discovered in quickjs-ng. Please review the CVE identifiers referenced below for details. Impact Pleas...

9.8CVSS7.3AI score0.00451EPSS
SaveExploits1
EUVD
EUVD
added 2026/08/18 12:53 p.m.8 views

EUVD-2026-60760

DataEase is an open source data visualization and analysis tool. Versions prior to 2.10.23 have a path traversal vulnerability. The root cause is that on Windows, the FILESEPARATOR is , while the server only filters the / character during string truncation. The vulnerability has been fixed in...

8.7CVSS5.4AI score0.00382EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:53 a.m.23 views

CVE-2026-72131 nvme-apple: Prevent shared tags across queues on Apple A11

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag...

5.5AI score
SaveExploits0References6
PyPA
PyPA
added 2026/08/10 10:43 a.m.18 views

pypdf: Possible long runtimes/large memory usage for large CID font width ranges

ImpactAn attacker who uses this vulnerability can craft a PDF which leads to long runtimes and large memory consumption. This requires parsing the font width entries of a font with unusually large values, for example during text extraction. PatchesThis has been fixed in pypdf==6.15.0. Workarounds...

4.8CVSS5.2AI score0.00127EPSS
SaveExploits0References8Affected Software1
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.12 views

Astra Linux – Vulnerability in Systemd

Systemd, a system and service manager, as PID 1 encounters an assertion error and freezes execution when an unprivileged IPC API call is made with spurious data. In versions v249 and earlier, the effect is not an assertion error, but stack overwriting, with the content being controlled by the...

5.5CVSS5.9AI score0.00121EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 11:17 p.m.9 views

DEBIAN-CVE-2026-48120

Kakoune is a code editor. Prior to version 2026.05.21, the bundled, enabled by default, autorestore.kak script can be exploited by malicious backup files leading to arbitrary kakoune and shell commands being executed by simply opening a file. Kakoune 2026.05.21 fixes the issue. As a workaround, a...

8.6CVSS5.5AI score0.00137EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/07 10:34 p.m.11 views

CVE-2026-48120

Kakoune is a code editor. Prior to version 2026.05.21, the bundled, enabled by default, autorestore.kak script can be exploited by malicious backup files leading to arbitrary kakoune and shell commands being executed by simply opening a file. Kakoune 2026.05.21 fixes the issue. As a workaround, a...

8.6CVSS5.5AI score0.00137EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/07 9:14 p.m.31 views

CVE-2026-46405 OpenBao's Kerberos Auth Method Accumulates Unaccessible Tokens

OpenBao is an open source identity-based secrets management system. Prior to version 2.5.4, in OpenBao's Kerberos auth method on the GET handler, or when an Authorization: Negotiate header is supplied, the response is includes a logical.Auth object in addition to an error message. This results in...

5.3CVSS0.00364EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/06 7:55 p.m.20 views

Mermaid allows CSS injection applying to sibling elements of the diagram

Summary Mermaid does not fully restrict CSS to the rendered SVG subtree. Although selectors are prefixed with mermaid-X, sibling and + combinators can still escape the Mermaid container and inject styles to DOM elements adjacent to the diagram . Most users of mermaid would not be affected by this...

5.3CVSS5.6AI score0.00569EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/08/06 7:55 p.m.11 views

GHSA-6X64-9X62-F2GX Mermaid allows CSS injection applying to sibling elements of the diagram

Summary Mermaid does not fully restrict CSS to the rendered SVG subtree. Although selectors are prefixed with mermaid-X, sibling and + combinators can still escape the Mermaid container and inject styles to DOM elements adjacent to the diagram . Most users of mermaid would not be affected by this...

5.3CVSS5.6AI score0.00569EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/06 7:25 p.m.9 views

Statamic: Account takeover via OAuth email matching without email-verification check

Impact When OAuth login is enabled with a provider that does not guarantee verified email addresses, an unauthenticated attacker could sign in as an existing user — potentially including a super admin — without their password. Exploitation requires OAuth to be explicitly enabled with such a...

8.1CVSS5.4AI score0.00311EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/05 3:36 p.m.9 views

GHSA-9PF5-HG6P-4PWP Electron: Permission Check Handler Receives Main Frame Origin Instead of Requesting Iframe Origin

Impact For serial-port and media camera / microphone permission checks made from an iframe, the requestingOrigin passed to session.setPermissionCheckHandler was the top-level frame's origin rather than the requesting frame's. Origin-based handler logic could therefore grant a cross-origin iframe...

5.9CVSS5.6AI score0.00142EPSS
SaveExploits0References3
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2026/08/05 6:41 a.m.13 views

Multiple vulnerabilities in NetKids iMark

Overview NetKids iMark provided by Integrated Systems Technologies, Inc. contains multiple vulnerabilities listed below: Uncontrolled search path element CWE-427 - CVE-2026-66344 Unquoted search path or element CWE-428 - CVE-2026-66839 Kazuma Matsumoto of GMO Cybersecurity by IERAE, Inc. reported...

8.4CVSS6.7AI score0.00135EPSS
SaveExploits0References7
Jenkins Security Advisories
Jenkins Security Advisories
added 2026/08/05 12:00 a.m.12 views

Agent-to-controller deserialization filter bypass

Jenkins uses the https://github.com/jenkinsci/remotingRemoting library typically agent.jar or remoting.jar for communication between the controller and agents via serialized Java objects. To protect against deserialization vulnerabilities, Jenkins enforces the https://jenkins.io/jep/200JEP-200...

9CVSS5.9AI score0.00292EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/08/04 11:34 a.m.5 views

PYSEC-2026-3610 pypdf: Possible long runtimes for repeated malformed cross-reference entries

Impact An attacker who uses this vulnerability can craft a PDF which leads to long runtimes. This requires cross-reference streams with repeated malformed cross-reference streams. Patches This has been fixed in pypdf==6.14.0. Workarounds If you cannot upgrade yet, consider applying the changes fr...

6.9CVSS5.3AI score0.0034EPSS
SaveExploits0References8
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/04 9:54 a.m.6 views

Security Bulletin:Catastrophic Backtracking Vulnerability in path-to-regexp with Three or More Parameters

Summary Impact: A bad regular expression is generated any time you have three or more parameters within a single segment, separated by something that is not a period .. For example, /:a-:b-:c or /:a-:b-:c-:d. The backtrack protection added in [email protected] only prevents ambiguity for two...

7.5CVSS5.5AI score0.00496EPSS
SaveExploits0Affected Software1
Snyk
Snyk
added 2026/08/03 8:51 p.m.26 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the C HTTP response parser error handling. An attacker can cause the application to crash or become unresponsive by sending a specially crafted malformed chunked response. Workaround This vulnerability can be mitigated...

7.5CVSS5.5AI score0.003EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/08/03 4:35 p.m.11 views

Allocation of Resources Without Limits or Throttling

Overview org.webjars.npm:brace-expansion is a WebJar for brace-expansion. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the expand, expand, combine, and expandSequence functions, which bound the accumulator where results are combined b...

8.7CVSS4.9AI score0.00411EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/08/03 5:54 a.m.8 views

Improper Verification of Cryptographic Signature

Overview Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature in the verifySignature method of RSADigestSigner, whose legacy NULL-omitted DigestInfo path computes comparison offsets as length - hash.length - 2, so its two comparison loops jointly...

8.7CVSS5.5AI score0.00174EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/03 5:54 a.m.11 views

Improper Verification of Cryptographic Signature

Overview org.bouncycastle:bcprov-jdk15on is a Java implementation of cryptographic algorithms. Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature in the verifySignature method of RSADigestSigner, whose legacy NULL-omitted DigestInfo path computes...

8.7CVSS5.5AI score0.00174EPSS
SaveExploits0References2
Rows per page
Query Builder