Lucene search
+L

1038947 matches found

Cvelist
Cvelist
added 2026/08/03 8:28 p.m.52 views

CVE-2026-69240 Sequelize: SQL Injection (Oracle DB)

Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TOTIMESTAMP or TODATE. In the Oracle dialect, when val is a string and starts wit...

9.8CVSS0.0032EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/03 7:59 p.m.81 views

CVE-2026-69198

The CVE affects the ip-address JavaScript library (versions 10.1.1–10.2.2). A defect in the containment guard in classification (built on isInSubnet) makes special-use checks (isLoopback, isPrivate, isLinkLocal, isCGNAT, isMulticast, isUnspecified, isBroadcast, isULA, getType) return an internal ...

6.9CVSS5.6AI score0.00346EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/03 7:56 p.m.9 views

CVE-2026-69192

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG URL host parser, inetaton, and getaddrinfo all decode a leading zero as octal. The library...

7.7CVSS5.6AI score0.00366EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/03 7:33 p.m.11 views

undici vulnerable to CRLF Injection via blob-like body 'type' property

Impact When an application passes a duck-typed blob-like body to undici's HTTP/1.1 dispatcher via request, stream, pipeline, or dispatch with a .type derived from untrusted input, an attacker can inject CRLF sequences \r\n to append arbitrary HTTP headers and potentially smuggle a second request...

5.4CVSS7.3AI score0.00193EPSS
SaveExploits0References10Affected Software1
Mageia
Mageia
added 2026/08/03 6:47 p.m.11 views

Updated unbound packages fix security vulnerabilities

Unbound packages updated to version 1.25.2 which incorporates a number of security and bug fixes...

9.3CVSS5.5AI score0.00293EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/03 6:47 p.m.7 views

MGASA-2026-0316 Updated unbound packages fix security vulnerabilities

Unbound packages updated to version 1.25.2 which incorporates a number of security and bug fixes...

9.3CVSS5.5AI score0.00293EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/03 5:42 p.m.4 views

cmd/go: golang: Go 'go bug' command: Arbitrary file overwrite via symlink attack

A flaw was found in the 'go bug' command within the Go programming language tools. This command writes to temporary files with predictable names. A local attacker with access to the system's temporary directory could exploit this by creating a symbolic link symlink with one of these predictable...

5.3CVSS6.8AI score0.00179EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/03 5:16 p.m.16 views

CVE-2026-68930

Russh is a Rust SSH client & server library. Prior to 0.62.5, russh dispatches channel-scoped Handler callbacks for recipient channel IDs that were never opened or confirmed in russh/src/server/encrypted.rs, serverreadauthenticated, and the execrequest callback. Version 0.62.5 fixes the issue...

6.5CVSS0.00213EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/03 5:08 p.m.5 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: spire1.15: spire1.15-1.15.2-0.4.hum1 aarch64, x8664 spire1.15-agent-1.15.2-0.4.hum1 aarch64, x8664 spire1.15-oidc-discovery-provider-1.15.2-0.4.hum1 aarch64, x8664 spire1.15-server-1.15.2-0.4.hum...

6.9CVSS5.2AI score0.00397EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/03 4:54 p.m.10 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: spire1.14: spire1.14-1.14.7-0.4.hum1 aarch64, x8664 spire1.14-agent-1.14.7-0.4.hum1 aarch64, x8664 spire1.14-oidc-discovery-provider-1.14.7-0.4.hum1 aarch64, x8664 spire1.14-server-1.14.7-0.4.hum...

6.9CVSS5.2AI score0.00397EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/03 4:15 p.m.18 views

Important: Red Hat Security Advisory: delve security, bug fix, and enhancement update

An update for delve is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

8.8CVSS7.1AI score0.00813EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/03 4:04 p.m.4 views

cmd/go: golang: Go 'go bug' command: Arbitrary file overwrite via symlink attack

A flaw was found in the 'go bug' command within the Go programming language tools. This command writes to temporary files with predictable names. A local attacker with access to the system's temporary directory could exploit this by creating a symbolic link symlink with one of these predictable...

5.3CVSS6.8AI score0.00179EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/03 3:40 p.m.10 views

netty-handler: netty-handler: IPv6 subnet rule bypass due to incorrect masking operation

A flaw was found in netty-handler, a component of the Netty network application framework. A remote attacker can exploit an incorrect masking operation in the IpSubnetFilterRule.compareTo function to bypass configured IPv6 subnet rules. This allows valid public IP addresses to circumvent intended...

8.1CVSS5.5AI score0.01025EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/03 3:34 p.m.14 views

CVE-2026-68930 Russh: Channel-scoped server callbacks can be reached without an open channel

Russh is a Rust SSH client & server library. Prior to 0.62.5, russh dispatches channel-scoped Handler callbacks for recipient channel IDs that were never opened or confirmed in russh/src/server/encrypted.rs, serverreadauthenticated, and the execrequest callback. Version 0.62.5 fixes the issue...

6.5CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/03 1:09 p.m.47 views

CVE-2026-9390 XML::Sig versions before 0.71 for Perl allow XPath injection in ID lookup

XML::Sig versions before 0.71 for Perl allow XPath injection in ID lookup. verify and getsignedxml in lib/XML/Sig.pm build XPath expressions by concatenating the SignedInfo/Reference/@URI value read from the document being verified. The value is neither escaped nor checked against the NCName...

0.00288EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/03 10:17 a.m.9 views

RHSA-2026:49527 Red Hat Security Advisory: frr security, bug fix, and enhancement update

Bulletin has no description...

7.5CVSS5.2AI score0.00335EPSS
SaveExploits0References11
Snyk
Snyk
added 2026/08/03 5:54 a.m.9 views

Inefficient Algorithmic Complexity

Overview Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity in the IETFUtils.valueToString method, reached through X500Name.toString, equals, and hashCode via AbstractX500NameStyle, which escapes each special character with vBuf.insertindex, "\" on the same...

8.7CVSS5.8AI score0.00348EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/03 5:53 a.m.11 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the engineLoad method of BcFKSKeyStoreSpi, which reads HMAC PBKDF2 or scrypt cost parameters from a keystore's integrity structures and runs key derivation before MAC verification,...

7.5CVSS5.4AI score0.00348EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/03 3:53 a.m.10 views

Uncontrolled Recursion

Overview org.bouncycastle:bcprov-debug-jdk15on is a Java implementation of cryptographic algorithms. Affected versions of this package are vulnerable to Uncontrolled Recursion in the OERInputStream.parseElement method, which processes the SEQ, CHOICE, and Supplier children of an IEEE 1609.2...

8.7CVSS5.5AI score0.00277EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/03 3:16 a.m.16 views

CVE-2026-58061

In Bouncy Castle for Java before 1.85, CCM-family modes write plaintext to caller buffer before tag check. This issue also affects Bouncy Castle for Java LTS before 2.73.12, and Bouncy Castle for Java FIPS BC-FJA before bc-fips 1.0.2.7 1.0.X series, 2.0.2 2.0.X series and 2.1.3 2.1.X series...

8.7CVSS0.00224EPSS
SaveExploits0References3
Rows per page
Query Builder