Lucene search
+L

157117 matches found

Snyk
Snyk
โ€ขadded 2026/07/08 6:46 p.m.โ€ข25 views

Infinite loop

Overview protobufjs is a protocol buffer for JavaScript & TypeScript. Affected versions of this package are vulnerable to Infinite loop in the option parsing. An attacker can cause the application to enter an infinite loop by submitting a crafted .proto schema that opens an option declaration and...

8.7CVSS6.2AI score0.00365EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/07/08 6:46 p.m.โ€ข25 views

Use of Less Trusted Source

Overview hono is an Ultrafast web framework for the Edges Affected versions of this package are vulnerable to Use of Less Trusted Source through the getHeaders processing in the AWS API Gateway v1 EventV1Processor and the Lattice LatticeV2Processor. An attacker can cause a repeated header value t...

6.3CVSS6.1AI score0.0018EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/07/08 6:45 p.m.โ€ข13 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read via the changegroup process. An attacker can access sensitive information by merging crafted changesets through local interaction. Remediation A fix was pushed into the master branch but not yet published. References ...

6.9CVSS6.1AI score0.00159EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
โ€ขadded 2026/07/08 1:00 p.m.โ€ข11 views

Security Bulletin: IBM WebSphere Application Server shipped with Jazz for Service Management (JazzSM) is affected by multiple cross-site scripting vulnerabilities

Summary IBM WebSphere Application Server shipped with Jazz for Service Management JazzSM is affected by multiple cross-site scripting vulnerabilities CVE-2026-11594, CVE-2026-11707, CVE-2026-11383 Vulnerability Details Refer to the security bulletins listed in the Remediation/Fixes section Affect...

9.3CVSS5.8AI score0.00337EPSS
SaveExploits0Affected Software1
Snyk
Snyk
โ€ขadded 2026/07/08 10:10 a.m.โ€ข29 views

Heap-based Buffer Overflow

Overview Affected versions of this package are vulnerable to Heap-based Buffer Overflow in the parsing process of a tar archive containing a PAX extended header with a malformed SUN.holesdata sparse-file attribute. An attacker can cause a heap overflow and out-of-bounds read by supplying a...

3.9CVSS6.1AI score0.00203EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/07/08 2:23 a.m.โ€ข34 views

Improper Validation of Specified Quantity in Input

Overview Affected versions of this package are vulnerable to Improper Validation of Specified Quantity in Input due to improper handling of command-line arguments in the internal-sftp process. An attacker can bypass intended security restrictions by supplying more than nine arguments, causing...

5.4CVSS6.1AI score0.00175EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/07/08 2:23 a.m.โ€ข23 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the ssh process when a server changes its host key during a key re-exchange. An attacker can potentially execute arbitrary code or cause a denial of service by triggering a use-after-free condition on the client side...

9.4CVSS6.4AI score0.003EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/07/08 12:00 a.m.โ€ข11 views

Stack-based Buffer Overflow

Overview Affected versions of this package are vulnerable to Stack-based Buffer Overflow in the opensslverifycallback process during a DTLS handshake. An attacker can cause a process crash and disrupt service availability by sending a certificate with an oversized Subject Distinguished Name that...

8.7CVSS6.2AI score0.00577EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/07/07 11:44 p.m.โ€ข11 views

SQL Injection

Overview Affected versions of this package are vulnerable to SQL Injection via the escapePostgreConnectionParameter function. An attacker can inject arbitrary PostgreSQL connection parameters by supplying specially crafted values containing non-space whitespace or backslash characters, which are...

6.9CVSS6.2AI score0.00319EPSS
SaveExploits0References3
Snyk
Snyk
โ€ขadded 2026/07/07 11:40 p.m.โ€ข9 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization via the GetOverview handler in pkg/system/handler.go. An attacker can retrieve aggregate inventory and capacity data for a cluster they are not allowed to access by sending GET /api/v1/overview with x-cluster-name...

5.3CVSS6.1AI score0.00171EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/07/07 9:34 p.m.โ€ข12 views

Symlink Attack

Overview std/os is a Go standard library package std/os Affected versions of this package are vulnerable to Symlink Attack. Go Vulnerability Report:On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a pat...

8.5CVSS6.1AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
โ€ขadded 2026/07/07 4:02 p.m.โ€ข13 views

PYSEC-2026-1999 urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation

urllib3 handles redirects and retries using the same mechanism, which is controlled by the Retry object. The most common way to disable redirects is at the request level, as follows: python resp = urllib3.request"GET", "https://httpbin.org/redirect/1", redirect=False printresp.status 302 However,...

5.3CVSS6.4AI score0.00408EPSS
SaveExploits1References7
OSV
OSV
โ€ขadded 2026/07/07 3:46 p.m.โ€ข28 views

MAL-2026-6932 Malicious code in evm-typechain (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 0a78b4d04410e295cbe340c95e6800a0777717d46ce136f0c30b5593d1bd9738 On require, index.js issues an HTTPS GET to https://www.jsonkeeper.com/b/PC5CK, passes the returned JSON cookie field to new Function'require',..., a...

6.5AI score
SaveExploits0References2
OSV
OSV
โ€ขadded 2026/07/07 2:34 p.m.โ€ข13 views

PYSEC-2026-1995 urllib3's Proxy-Authorization request header isn't stripped during cross-origin redirects

When using urllib3's proxy support with ProxyManager, the Proxy-Authorization header is only sent to the configured proxy, as expected. However, when sending HTTP requests without using urllib3's proxy support, it's possible to accidentally configure the Proxy-Authorization header even though it...

4.4CVSS6.8AI score0.01141EPSS
SaveExploits2References10
IBM Security Bulletins
IBM Security Bulletins
โ€ขadded 2026/07/07 1:50 p.m.โ€ข13 views

Security Bulletin: IBM Maximo Scheduler Optimizer uses follow-redirects-1.15.11.tgz which is vulnerable to CVE-2026-40895

Summary IBM Maximo Scheduler Optimizer uses follow-redirects-1.15.11.tgz which is vulnerable to CVE-2026-40895. This bulletin contains information regarding the vulnerability and its fixture. Vulnerability Details CVEID:CVE-2026-40895 DESCRIPTION: follow-redirects is an open source, drop-in...

7.5CVSS6AI score0.00486EPSS
SaveExploits0Affected Software1
Snyk
Snyk
โ€ขadded 2026/07/07 1:01 p.m.โ€ข10 views

Cross-site Request Forgery (CSRF)

Overview Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF via the GET /api/oauth/email/bind and GET /api/oauth/wechat/bind endpoints. An attacker can alter account binding state by tricking a logged-in user into visiting a crafted link, potentially allowing the...

6CVSS5.9AI score0.00191EPSS
SaveExploits0References2
Snyk
Snyk
โ€ขadded 2026/07/07 1:01 p.m.โ€ข9 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the notification URL validation process. An attacker can access internal network resources and potentially expose sensitive internal data by configuring notification URLs to point to hostnames that...

7.7CVSS6AI score0.00442EPSS
SaveExploits0References2
OSV
OSV
โ€ขadded 2026/07/07 11:45 a.m.โ€ข12 views

PYSEC-2026-1710 GoogleOAuthenticator.hosted_domain incorrectly verifies membership of an Google organization/workspace

Summary and impact GoogleOAuthenticator.hosteddomain is used to restrict what Google accounts can be authorized to access a JupyterHub. The restriction is intended to ensure Google accounts are part of one or more Google organizations/workspaces verified to control specified domains. The...

7.5CVSS7AI score0.00589EPSS
SaveExploits0References7
GithubExploit
GithubExploit
โ€ขadded 2026/07/07 9:12 a.m.โ€ข81 views

Exploit for Code Injection in Vmware Spring_Framework

explo...

9.8CVSS7AI score0.99638EPSS
SaveExploits105
OSV
OSV
โ€ขadded 2026/07/06 8:20 p.m.โ€ข11 views

GHSA-89P7-7CQ3-HHR2 rm: 'rm -rf ./' (and ./// variants) silently deletes current directory contents, bypassing dot protection

rm -rf . is correctly refused, but cleantrailingslashes normalizes ./// to ./ while pathiscurrentorparentdirectory only matches ./.. and /.//.., not ./ or ../. So rm -rf ./ recursively deletes the directory's contents and then prints a misleading cannot remove './': Invalid input. Impact: all...

5.6CVSS5.9AI score0.00166EPSS
SaveExploits1References4
Rows per page
Query Builder