Lucene search
+L

6025 matches found

CNVD
CNVD
added 2025/10/21 12:00 a.m.15 views

Mongoose Buffer Overflow Vulnerability

Mongoose is a MongoDB object modeling designed to work in an asynchronous environment. Mongoose suffers from a buffer overflow vulnerability that stems from a boundary error when the application processes untrusted input, which can be exploited by an attacker to cause an application crash or buff...

7.5CVSS7.5AI score0.00427EPSS
SaveExploits1References1
OSV
OSV
added 2025/10/20 3:33 p.m.11 views

GHSA-R8C2-2QWQ-94P6 rollbar vulnerable to prototype pollution

Impact Prototype pollution potential with the utility function rollbar/src/utility.set. No impact when using the published public interface. If application code directly imports set from rollbar/src/utility and then calls set with untrusted input in the second argument, it is vulnerable to...

6.3CVSS5.9AI score0.00392EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2025/10/20 3:33 p.m.16 views

rollbar vulnerable to prototype pollution

Impact Prototype pollution potential with the utility function rollbar/src/utility.set. No impact when using the published public interface. If application code directly imports set from rollbar/src/utility and then calls set with untrusted input in the second argument, it is vulnerable to...

7.5CVSS7.2AI score0.00392EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2025/10/17 8:38 p.m.7 views

CVE-2025-62515 Remote Code Execution by Pickle Deserialization via FlightServer in pyquokka

pyquokka is a framework for making data lakes work for time series. In versions 0.3.1 and prior, the FlightServer class directly uses pickle.loads to deserialize action bodies received from Flight clients without any sanitization or validation in the doaction method. The vulnerable code is locate...

9.8CVSS7.8AI score0.00779EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/10/16 4:56 p.m.27 views

CVE-2025-62380

mailgen is a Node.js package that generates responsive HTML e-mails for sending transactional mail. Mailgen versions through 2.0.31 contain an HTML injection vulnerability in plaintext emails generated with the generatePlaintext method when user generated content is supplied. The plaintext...

6.3CVSS7.5AI score0.00419EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/10/16 12:00 a.m.17 views

CVE-2025-61536

FelixRiddle dev-jobs-handlebars 1.0 uses absolute password-reset magic links using the untrusted req.headers.host header and forces the http:// scheme. An attacker who can control the Host header or exploit a misconfigured proxy/load-balancer that forwards the header unchanged can cause reset lin...

0.00404EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/15 5:16 p.m.15 views

CVE-2025-62380

mailgen is a Node.js package that generates responsive HTML e-mails for sending transactional mail. Mailgen versions through 2.0.31 contain an HTML injection vulnerability in plaintext emails generated with the generatePlaintext method when user generated content is supplied. The plaintext...

6.3CVSS0.00419EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/15 4:52 p.m.25 views

CVE-2025-62380

Mailgen (Node.js) versions up to 2.0.31 expose an HTML injection/XSS risk in plaintext output generated by generatePlaintext. The plaintext cleaning code strips HTML tags with a regex, decodes HTML entities, and then replaces decoded content; however, HTML tags containing certain Unicode line sep...

6.3CVSS7AI score0.00419EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/10/15 4:52 p.m.2 views

CVE-2025-62380 Mailgen has HTML Injection and XSS Filter Bypass in Plaintext Emails

mailgen is a Node.js package that generates responsive HTML e-mails for sending transactional mail. Mailgen versions through 2.0.31 contain an HTML injection vulnerability in plaintext emails generated with the generatePlaintext method when user generated content is supplied. The plaintext...

6.3CVSS7AI score0.00419EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/15 4:52 p.m.19 views

CVE-2025-62380 Mailgen has HTML Injection and XSS Filter Bypass in Plaintext Emails

mailgen is a Node.js package that generates responsive HTML e-mails for sending transactional mail. Mailgen versions through 2.0.31 contain an HTML injection vulnerability in plaintext emails generated with the generatePlaintext method when user generated content is supplied. The plaintext...

6.3CVSS0.00419EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/15 4:52 p.m.11 views

CVE-2025-62380 Mailgen has HTML Injection and XSS Filter Bypass in Plaintext Emails

mailgen is a Node.js package that generates responsive HTML e-mails for sending transactional mail. Mailgen versions through 2.0.31 contain an HTML injection vulnerability in plaintext emails generated with the generatePlaintext method when user generated content is supplied. The plaintext...

6.3CVSS7.5AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/10/14 5:59 p.m.11 views

io.minio/minio: minio-java Client XML Tag is Vulnerable to Value Substitution

In minio-java versions prior to 8.6.0, XML tag values containing references to system properties or environment variables were automatically substituted with their actual values during processing. This unintended behavior could lead to the exposure of sensitive information, including credentials,...

8.7CVSS5.8AI score0.00491EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/10/13 6:20 a.m.23 views

CVE-2025-62162

cel-rust is a Common Expression Language interpreter written in Rust. Starting in version 0.10.0 and prior to version 0.11.4, parsing certain malformed CEL expressions can cause the parser to panic, terminating the process. When the crate is used to evaluate untrusted expressions e.g.,...

7.5CVSS6.8AI score0.00355EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2025/10/11 1:30 a.m.13 views

cel-rust May Panic During Parsing of Invalid CEL Expressions

Summary Parsing certain malformed CEL expressions can cause the parser to panic, terminating the process. When the crate is used to evaluate untrusted expressions e.g., user-supplied input over an API, an attacker can send crafted input to trigger a denial of service DoS. Remediation Upgrade to...

7.5CVSS7AI score0.00355EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/10/10 10:25 p.m.33 views

CVE-2025-62162

CVE-2025-62162 — cel-rust DoS via malformed CEL expressions . The vulnerability affects the CEL interpreter written in Rust, specifically versions 0.10.0 through before 0.11.4. Parsing certain malformed CEL expressions can cause the parser to panic and terminate the process, enabling a denial of ...

7.5CVSS6.4AI score0.00355EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/10 10:25 p.m.11 views

CVE-2025-62162 cel-rust May Panic During Parsing of Invalid CEL Expressions

cel-rust is a Common Expression Language interpreter written in Rust. Starting in version 0.10.0 and prior to version 0.11.4, parsing certain malformed CEL expressions can cause the parser to panic, terminating the process. When the crate is used to evaluate untrusted expressions e.g.,...

7.5CVSS6.6AI score
SaveExploits0References4
NVD
NVD
added 2025/10/10 10:15 p.m.11 views

CVE-2025-61912

python-ldap is a lightweight directory access protocol LDAP client API for Python. In versions prior to 3.4.5, ldap.dn.escapednchars escapes \x00 incorrectly by emitting a backslash followed by a literal NUL byte instead of the RFC-4514 hex form \00. Any application that uses this helper to...

6.9CVSS0.00458EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2025/10/10 10:04 p.m.24 views

CVE-2025-61912 python-ldap Vulnerable to Improper Encoding or Escaping of Output and Improper Null Termination

python-ldap is a lightweight directory access protocol LDAP client API for Python. In versions prior to 3.4.5, ldap.dn.escapednchars escapes \x00 incorrectly by emitting a backslash followed by a literal NUL byte instead of the RFC-4514 hex form \00. Any application that uses this helper to...

6.9CVSS0.00458EPSS
SaveExploits1References3
OSV
OSV
added 2025/10/10 5:50 a.m.8 views

RLSA-2025:14983 Moderate: mod_http2 security update

The modh2 Apache httpd module implements the HTTP2 protocol h2+h2c on top of libnghttp2 for httpd 2.4 servers. Security Fixes: httpd: modproxyhttp2: untrusted input from a client causes an assertion to fail in the Apache modproxyhttp2 module CVE-2025-49630 For more details about the security...

7.5CVSS6.9AI score0.01205EPSS
SaveExploits0References2
Rockylinux
Rockylinux
added 2025/10/10 5:50 a.m.13 views

mod_http2 security update

An update is available for modhttp2. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The modh2 Apache httpd module implements the HTTP2 protocol h2+h2c on top of...

7.5CVSS6.9AI score0.01205EPSS
SaveExploits0
Rows per page
Query Builder