Lucene search
+L

363 matches found

Kitploit
Kitploit
added 2026/09/07 12:28 p.m.11 views

CVE-2026-5718-Lab

CVE-2026-5718 本地 Docker 实验室 仅限本地的易受攻击版与已修补版 Docker 实验室,针对影响 WordPress 插件 Drag and Drop Multiple File Upload for Contact Form 7 的 CVE-2026-5718 。 本实验室通过仅在 Docker 环境中运行的最小危害 PHP 执行验证,演示易受攻击版本 1.3.9.6 与已修补版本 1.3.9.7 之间的差异。 适用范围:仅限 localhost / Docker 网络。请勿针对您不拥有或未经明确许可测试的系统使用此 PoC。 执行摘要 CVE-2026-5718...

8.1CVSS5.9AI score0.04175EPSS
SaveExploits3References1
NVD
NVD
added 2026/09/04 4:17 p.m.6 views

CVE-2026-78658

IBM UCD - IBM UrbanCode Deploy 7.2 through 7.2.3.25, and 7.3 through 7.3.2.20 and IBM UCD - IBM DevOps Deploy 8.0 through 8.0.1.15, 8.1 through 8.1.2.8, and 8.2 through 8.2.2.1 IBM DevOps Deploy / IBM UrbanCode Deploy UCD is susceptible to an formation disclosure vulnerability when processing...

6.5CVSS0.00275EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/04 3:10 p.m.32 views

CVE-2026-78658 IBM DevOps Deploy / IBM UrbanCode Deploy (UCD) is susceptible to an information disclosure vulnerability

IBM UCD - IBM UrbanCode Deploy 7.2 through 7.2.3.25, and 7.3 through 7.3.2.20 and IBM UCD - IBM DevOps Deploy 8.0 through 8.0.1.15, 8.1 through 8.1.2.8, and 8.2 through 8.2.2.1 IBM DevOps Deploy / IBM UrbanCode Deploy UCD is susceptible to an formation disclosure vulnerability when processing...

6.5CVSS0.00275EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:10 p.m.6 views

EUVD-2026-71399

IBM UCD - IBM UrbanCode Deploy 7.2 through 7.2.3.25, and 7.3 through 7.3.2.20 and IBM UCD - IBM DevOps Deploy 8.0 through 8.0.1.15, 8.1 through 8.1.2.8, and 8.2 through 8.2.2.1 IBM DevOps Deploy / IBM UrbanCode Deploy UCD is susceptible to an formation disclosure vulnerability when processing...

6.5CVSS5.3AI score0.00275EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/04 3:10 p.m.20 views

CVE-2026-78658

IBM UrbanCode Deploy (UCD) and IBM DevOps Deploy contain an information disclosure vulnerability (CWE-212) in the redaction engine. When a deployment's secure property begins with certain non-ASCII characters , subsequent ASCII secure values embedded inside unsecure properties may fail to be mask...

6.5CVSS5.3AI score0.00275EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/03 5:51 p.m.8 views

Security Bulletin: IBM DevOps Deploy / IBM UrbanCode Deploy (UCD) is susceptible to an information disclosure vulnerability (CVE-2026-78658)

Summary IBM DevOps Deploy / IBM UrbanCode Deploy UCD is susceptible to an information disclosure vulnerability when processing redacted property values. CVE-2026-78658. Vulnerability Details CVEID:CVE-2026-78658 DESCRIPTION: IBM DevOps Deploy / IBM UrbanCode Deploy UCD is susceptible to an...

6.5CVSS5.9AI score0.00275EPSS
SaveExploits0Affected Software1
Snyk
Snyk
added 2026/08/20 12:00 a.m.11 views

SQL Injection

Overview org.springframework.data:spring-data-jpa is a package that is used to implement JPA based repositories. Affected versions of this package are vulnerable to SQL Injection in the validation of Sort parameters when crafted payloads are accepted from untrusted sources and used without prior...

6.5CVSS6AI score0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/06 8:37 p.m.10 views

GHSA-2Q4P-G7HV-5RGV league/commonmark: Quadratic-time denial of service when parsing crafted Markdown

Impact Affected versions of league/commonmark can have quadratic time complexity when parsing specially crafted Markdown lines. In practical terms, doubling the length of an affected line can make the parser perform roughly four times as much work. The parser identifies locations using character...

7.5CVSS5.6AI score0.00346EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/05 6:52 p.m.10 views

CVE-2026-67550

A flaw was found in re2, a component that provides Node.js bindings for Google's RE2 regular expression engine. An attacker can exploit a vulnerability by manipulating the lastIndex parameter with a non-ASCII input. This manipulation can lead to an out-of-bounds heap read, causing the process to...

5.7CVSS5.4AI score0.0018EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/04 11:02 a.m.9 views

CVE-2026-10050 Digest authentication lossy encoding

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

8.7CVSS5.5AI score0.00483EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/31 4:53 p.m.14 views

GHSA-FF84-5F28-78QJ re2: Out-of-bounds heap read in `exec`/`test`/`match` via attacker-influenced `lastIndex` on a non-ASCII subject → uncatchable process crash (DoS)

Summary re2 validates the user-settable lastIndex against the subject's UTF-8 byte length but then uses it as a UTF-16 code-unit count to walk the subject buffer, with no bounds check. For any non-ASCII subject, the byte length is larger than the true character count, so a lastIndex between those...

5.7CVSS5.7AI score0.0018EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/31 4:53 p.m.15 views

re2: Out-of-bounds heap read in `exec`/`test`/`match` via attacker-influenced `lastIndex` on a non-ASCII subject → uncatchable process crash (DoS)

Summary re2 validates the user-settable lastIndex against the subject's UTF-8 byte length but then uses it as a UTF-16 code-unit count to walk the subject buffer, with no bounds check. For any non-ASCII subject, the byte length is larger than the true character count, so a lastIndex between those...

5.7CVSS5.7AI score0.0018EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/31 4:53 p.m.18 views

EUVD-2026-51297

re2: Out-of-bounds heap read in exec/test/match via attacker-influenced lastIndex on a non-ASCII subject → uncatchable process crash DoS...

5.7CVSS5.4AI score0.0018EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2026/07/31 4:53 p.m.14 views

NPM: re2: Out-of-bounds heap read in `exec`/`test`/`match` via attacker-influenced `lastIndex` on a non-ASCII subject → uncatchable process crash (DoS)

NPM: re2: Out-of-bounds heap read in exec/test/match via attacker-influenced lastIndex on a non-ASCII subject → uncatchable process crash DoS vulnerability discovered by ? in WordPress Npm re2 versions = 1.25.1...

5.7CVSS5.5AI score0.0018EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/31 12:33 p.m.8 views

OPENSUSE-SU-2026:21510-1 Security update for perl-Date-Manip

This update for perl-Date-Manip fixes the following issues: Changes in perl-Date-Manip: - CVE-2026-60074: corrupted dates returned when processing non-ASCII decimal digits that pass the numeric range tests in check bsc1273063 - CVE-2026-60075: CPU exhaustion due to quadratic backtracking in the...

7.5CVSS5.5AI score0.00373EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/31 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-67550

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject bu...

5.7CVSS5.4AI score0.0018EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:18 p.m.12 views

DEBIAN-CVE-2026-67550

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject but uses it as a UTF-16 code-unit offset in exec, test, match, replace, and split, allowing an attacker-influenced lastIndex on a non-ASCII...

5.7CVSS5.5AI score0.0018EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/30 8:18 p.m.13 views

CVE-2026-67550

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject but uses it as a UTF-16 code-unit offset in exec, test, match, replace, and split, allowing an attacker-influenced lastIndex on a non-ASCII...

5.7CVSS0.0018EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/30 7:59 p.m.49 views

CVE-2026-67550 re2: Out-of-bounds heap read in `exec`/`test`/`match` via attacker-influenced `lastIndex` on a non-ASCII subject → uncatchable process crash (DoS)

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject but uses it as a UTF-16 code-unit offset in exec, test, match, replace, and split, allowing an attacker-influenced lastIndex on a non-ASCII...

5.7CVSS0.0018EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/30 7:59 p.m.11 views

CVE-2026-67550

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject but uses it as a UTF-16 code-unit offset in exec, test, match, replace, and split, allowing an attacker-influenced lastIndex on a non-ASCII...

5.7CVSS5.9AI score0.0018EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder