Lucene search
+L

73 matches found

Kitploit
Kitploit
added 2026/09/15 7:22 a.m.10 views

Next.js-RSC-RCE-Scanner-Burp-Suite-Extension

Next.js RSC RCE スキャナ Burp Suite 拡張機能 Next.js / React Server Components RSC リモートコード実行 の脆弱性 CVE-2025-55182 および CVE-2025-66478 を検出する高精度な Burp Suite 拡張機能です。 この拡張機能は、Searchlight Cyber セキュリティリサーチチーム によって発見された検出ロジックを実装しています。RSC ストリーム内の undefined オブジェクトに対するプロパティアクセスクラッシュを引き起こす、特別に細工された malformed multipar...

10CVSS7.5AI score0.99802EPSS
SaveExploits405
Cvelist
Cvelist
added 2026/09/09 1:32 p.m.29 views

CVE-2026-86199 PocketMine-MP before 5.43.1 Denial of Service via unauthenticated login

PocketMine-MP versions before 5.43.1 fail to properly validate the Certificate field during offline login authentication. Unauthenticated players can trigger an uninitialized property access error that crashes the server...

8.7CVSS0.00316EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/07 5:16 p.m.19 views

CVE-2026-17595

Nexus Repository 3 did not fully sandbox JEXL expressions used in Content Selectors. An account holding the nexus:selectors:create permission could construct an expression that read Java object properties not intended to be exposed to the expression engine, disclosing internal JVM class metadata...

5.3CVSS0.00287EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/07 4:07 p.m.16 views

EUVD-2026-54519

Nexus Repository 3 did not fully sandbox JEXL expressions used in Content Selectors. An account holding the nexus:selectors:create permission could construct an expression that read Java object properties not intended to be exposed to the expression engine, disclosing internal JVM class metadata...

5.3CVSS5.5AI score0.00287EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/07 4:07 p.m.16 views

CVE-2026-17595

Nexus Repository 3 did not fully sandbox JEXL expressions used in Content Selectors. An account holding the nexus:selectors:create permission could construct an expression that read Java object properties not intended to be exposed to the expression engine, disclosing internal JVM class metadata...

5.3CVSS5.5AI score0.00287EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/08/07 4:07 p.m.61 views

CVE-2026-17595

Nexus Repository 3 is affected by a JEXL Content Selector sandbox bypass where an account with nexus:selectors:create could read Java object properties not intended for exposure, potentially revealing internal JVM class metadata (e.g., class and classloader names). The issue stems from incomplete...

5.3CVSS5.5AI score0.00287EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/07/27 8:14 a.m.50 views

Exploit for Deserialization of Untrusted Data in Facebook React

Tìm hiểu về React Server Components và giao thức Flight REac...

10CVSS5.8AI score0.99802EPSS
SaveExploits391
Debian CVE
Debian CVE
added 2026/07/14 9:12 p.m.28 views

CVE-2026-46635

Twig is a template language for PHP. Prior to 3.26.0, the column filter passes object arrays to PHP arraycolumn, which reads public and magic properties without reaching CoreExtension::getAttribute or SandboxExtension::checkPropertyAllowed, allowing an untrusted template author with column in...

5.3CVSS5.3AI score0.00331EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/08 12:00 a.m.29 views

PT-2026-56332

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description Embedding JavaScript within a PDF file causes the page to be deleted. Subsequent scripts continue to access the relevant properties of the document view, which...

7.8CVSS5.2AI score0.0017EPSS
SaveExploits0References6
IBM Security Bulletins
IBM Security Bulletins
added 2026/06/08 4:50 p.m.12 views

Security Bulletin: IBM SPSS Modeler is affected by Improper Access Control vulnerability in Apache Commons

Summary IBM SPSS Modeler is affected by Improper Access Control vulnerability in Apache Commons. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2025-48734 DESCRIPTION: Improper Access Control vulnerability in Apache Commons. A special BeanIntrospector class wa...

8.8CVSS7.1AI score0.01825EPSS
SaveExploits1Affected Software1
Snyk
Snyk
added 2026/05/27 5:41 p.m.12 views

Incorrect Authorization

Overview twig/twig is a flexible, fast, and secure template language for PHP. Affected versions of this package are vulnerable to Incorrect Authorization via the CoreExtension::column filter when sandboxing is enabled through SourcePolicyInterface. An attacker can bypass the sandbox property...

7.5CVSS5.9AI score0.00407EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/21 9:25 p.m.71 views

Twig: Sandbox property allowlist bypass via the `column` filter (array_column on objects)

Description The column filter passes its input straight to PHP's native arraycolumn. When the array elements are objects, arraycolumn reads $obj-$name and $obj-$index directly, including invoking get/isset. Because this property read happens entirely in PHP native code and never reaches...

5.3CVSS5.9AI score0.00331EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
added 2026/05/05 1:24 p.m.24 views

Prototype Pollution

Axios is vulnerable to Prototype Pollution. The vulnerability is due to direct property access of configuration fields in the HTTP adapter e.g., config.auth, config.baseURL, config.socketPath, config.beforeRedirect, config.insecureHTTPParser without hasOwnProperty checks, allowing polluted...

9.1CVSS5.8AI score0.00715EPSS
SaveExploits1References18Affected Software1
OSV
OSV
added 2026/03/29 3:16 p.m.12 views

GHSA-442J-39WM-28R2 Handlebars.js has a Property Access Validation Bypass in container.lookup

Summary In lib/handlebars/runtime.js, the container.lookup function uses container.lookupProperty as a gate check to enforce prototype-access controls, but then discards the validated result and performs a second, unguarded property access depthsiname. This Time-of-Check Time-of-Use TOCTOU patter...

3.7CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/29 3:16 p.m.39 views

Handlebars.js has a Property Access Validation Bypass in container.lookup

Summary In lib/handlebars/runtime.js, the container.lookup function uses container.lookupProperty as a gate check to enforce prototype-access controls, but then discards the validated result and performs a second, unguarded property access depthsiname. This Time-of-Check Time-of-Use TOCTOU patter...

5.9AI score
SaveExploits0References4Affected Software1
GithubExploit
GithubExploit
added 2026/03/20 6:54 p.m.272 views

Exploit for Missing Authorization in Scshr Hr_Portal

CVE-2025-48734: Apache Commons BeanUtils – enum declaredClass...

8.8CVSS7.8AI score0.01825EPSS
SaveExploits1
IBM Security Bulletins
IBM Security Bulletins
added 2026/03/04 10:31 a.m.18 views

Security Bulletin: IBM Event Streams is vulnerable to improper access control

Summary IBM Event Streams is vulnerable to improper access control leading to potential classloader access in Apache Commons BeanUtils CVE-2025-48734 Vulnerability Details CVEID:CVE-2025-48734 DESCRIPTION: Improper Access Control vulnerability in Apache Commons. A special BeanIntrospector class w...

8.8CVSS6.2AI score0.01825EPSS
SaveExploits1Affected Software1
Veracode
Veracode
added 2026/02/12 7:25 a.m.14 views

Arbitrary Code Execution

SandboxJS is vulnerable to a sandbox escape vulnerability. The vulnerability is due to inconsistent key validation during property access, where the key is sanitized using hasOwnPropertykey but not strictly enforced as a string, allowing attackers to supply crafted objects that coerce to differen...

10CVSS5.5AI score0.00497EPSS
SaveExploits1References3Affected Software1
RedhatCVE
RedhatCVE
added 2026/02/08 1:21 a.m.16 views

CVE-2026-25533

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.10.1, the existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the error objects does not cover the peculiar...

8.8CVSS5.6AI score0.00239EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/02/08 1:21 a.m.13 views

CVE-2026-25641

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, there is a sandbox escape vulnerability due to a mismatch between the key on which the validation is performed and the key used for accessing properties. Even though the key used in property accesses is annotated as string, this is...

10CVSS5.4AI score0.00497EPSS
SaveExploits1References1
Rows per page
Query Builder