Lucene search
+L

2038 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/29 12:00 a.m.14 views

Node.js 22.x < 22.23.2 / 24.x < 24.18.1 / 26.x < 26.5.1 Multiple Vulnerabilities (Wednesday, July 29, 2026 Security Releases).

The version of Node.js installed on the remote host is prior to 22.23.2, 24.18.1, 26.5.1. It is, therefore, affected by multiple vulnerabilities as referenced in the Wednesday, July 29, 2026 Security Releases advisory. - A flaw in Node.js allows a spoofed TypedArray byteLength to trigger a...

8.4CVSS5.9AI score0.005EPSS
SaveExploits1References12
Cvelist
Cvelist
added 2026/07/28 1:20 p.m.40 views

CVE-2026-66922 Pivotick Prototype-Key Collision in Tree Layout and Cycle Detection Allows Graph Manipulation and Denial of Service

Pivotick used plain JavaScript objects as lookup tables indexed by caller-controlled graph node identifiers in its tree-layout and cycle-detection components. Node identifiers matching properties inherited from Object.prototype, such as constructor, toString, or proto, were not handled as ordinar...

5.1CVSS0.00284EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/28 1:20 p.m.9 views

CVE-2026-66922 Pivotick Prototype-Key Collision in Tree Layout and Cycle Detection Allows Graph Manipulation and Denial of Service

Pivotick used plain JavaScript objects as lookup tables indexed by caller-controlled graph node identifiers in its tree-layout and cycle-detection components. Node identifiers matching properties inherited from Object.prototype, such as constructor, toString, or proto, were not handled as ordinar...

5.1CVSS5.9AI score
SaveExploits0References4
CVE
CVE
added 2026/07/28 1:20 p.m.39 views

CVE-2026-66922

Pivotick CVE-2026-66922 affects the tree-layout and cycle-detection code by using plain JavaScript objects as lookup tables indexed with node identifiers that can collide with Object.prototype properties (e.g., constructor, toString, proto ). This can cause inherited-property confusion, wrong typ...

5.1CVSS5.9AI score0.00284EPSS
SaveExploits0References1
GithubExploit
GithubExploit
added 2026/07/28 12:15 p.m.76 views

Exploit for CVE-2026-59891

CVE-2026-59891 Regression & Control Lab @sigstore/oci의 실제 취...

9.6CVSS5.8AI score0.00473EPSS
SaveExploits1
Veracode
Veracode
added 2026/07/25 3:23 p.m.14 views

Improper Authentication

Jetty HTTP Client is vulnerable to Improper Authentication. The vulnerability is due to the use of ISO-8859-1 encoding when computing Digest authentication response hashes, which replaces all non-Latin-1 characters with ?, allowing an attacker who knows a victim's username to bypass Digest...

9.1CVSS5.5AI score0.00483EPSS
SaveExploits1References8Affected Software3
Veracode
Veracode
added 2026/07/25 6:00 a.m.17 views

Sensitive Information Exposure

Next.js is vulnerable to Sensitive Information Exposure. The vulnerability is due to improper caching of server-side fetch responses for non-UTF-8 request bodies, where different request bodies can share the same cache entry, allowing confidential response data to be exposed to unauthorized...

6.3CVSS5.5AI score0.00351EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/24 9:56 p.m.10 views

GHSA-CMWH-G2H8-C222 Poweradmin: OIDC `sub` collation bypass in Poweradmin leading to account takeover

Preface Poweradmin maps OIDC identities into local users through oidcuserlinks.oidcsubject plus providerid. In the MySQL schema, the OIDC link table explicitly uses utf8mb4unicodeci, which is case-insensitive and accent-insensitive. OIDC sub is a stable external subject identifier and should be...

8.1CVSS5.9AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/07/24 3:13 p.m.14 views

CVE-2026-17039

A flaw was found in pki-core. The certificate authority CA renewal request path does not perform the realm-based authorization check that the enrollment path performs, allowing an authenticated user entitled to one realm to cause a certificate belonging to a different realm to be renewed without...

3.1CVSS5.8AI score0.00211EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/23 3:41 p.m.36 views

CVE-2026-15617 Principal/domain lookup without case normalization

Logto performs principal lookup without normalizing email and identifier strings, enabling principal collision and unauthorized account access via case- or Unicode-different identities...

0.00358EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/23 3:41 p.m.30 views

CVE-2026-15617

CVE-2026-15617 affects Logto Identity Platform: during SSO, the system performs strict, unnormalized comparisons of identity attributes (email, issuer, identity IDs), allowing sessions to bind to unintended local accounts due to case/whitespace/Unicode differences. This can enable unauthorized ac...

9.1CVSS5.2AI score0.00358EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/23 3:41 p.m.12 views

CVE-2026-15617

Logto performs principal lookup without normalizing email and identifier strings, enabling principal collision and unauthorized account access via case- or Unicode-different identities...

5.2AI score0.00358EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/23 11:41 a.m.18 views

PYSEC-2026-3480 LMCache: 16-bit multimodal hash collision can poison KV cache entries

A flaw has been found in LMCache up to 0.4.6. This affects the function hexhashtoint16 of the file lmcache/integration/vllm/utils.py of the component KV Cache Handler. Executing a manipulation can lead to use of weak hash. The attack needs to be launched locally. The attack requires a high level ...

3.6CVSS4.5AI score0.00075EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/23 11:41 a.m.15 views

PYSEC-2026-3468 GPTCache: File and image cache keys collide because BufferedReader.peek() only reads the buffered prefix

A vulnerability was detected in zilliztech GPTCache up to 0.1.44. Affected by this issue is the function BufferedReader.peek of the file gptcache/processor/pre.py of the component Cache Key Handler. Performing a manipulation of the argument inputdata"image" results in use of weak hash. The attack...

3.6CVSS4.6AI score0.00075EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/23 11:41 a.m.22 views

PYSEC-2026-3487 mlrun: DataFrame hash collisions can cause dataset artifact path conflicts and silent data corruption

A vulnerability has been found in mlrun up to 1.12.0-rc3. This impacts the function mlrun.utils.helpers.calculatedataframehash of the file mlrun/utils/helpers.py of the component DataFrame Hash Handler. The manipulation leads to use of weak hash. The attack can only be performed from a local...

3.6CVSS4.2AI score0.00075EPSS
SaveExploits0References10
Snyk
Snyk
added 2026/07/22 11:06 p.m.20 views

Improper Encoding or Escaping of Output

Overview next is a react framework. Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output via the IncrementalCache.generateCacheKey function in next/dist/server/lib/incremental-cache. An attacker can make a server-side fetch return a cached response body from...

6.3CVSS5.9AI score0.00351EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/22 10:55 p.m.13 views

Incorrect Implementation of Authentication Algorithm

Overview Affected versions of this package are vulnerable to Incorrect Implementation of Authentication Algorithm due to lossy ISO-8859-1 encoding in the digest hash computation. An attacker can log in as a user with a non-Latin-1 password by supplying a collision password that replaces each...

9.1CVSS5.9AI score0.00483EPSS
SaveExploits1References3
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
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.14 views

PT-2026-63532

Name of the Vulnerable Software and Affected Versions Eclipse Jetty affected versions not specified Description The Digest authentication server-side component and the DigestAuthentication.apply method in the HTTP client use ISO-8859-1 encoding to process passwords. Because ISO-8859-1 cannot...

9.1CVSS5.3AI score0.00483EPSS
SaveExploits1References24
Vulnrichment
Vulnrichment
added 2026/07/21 9:22 p.m.6 views

CVE-2026-55851 Netty codec-haproxy: Signed-Byte Sentinel Collision in HAProxyMessageDecoder Leads to Unbounded Memory Exhaustion

Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final up to but not including 4.2.16.Final, and 4.1.0.Final up to but not including 4.1.135, the HAProxyMessageDecoder in Netty's codec-haproxy module performs protocol version detection by...

8.7CVSS5.4AI score0.00612EPSS
SaveExploits0References5
Rows per page
Query Builder