Lucene search
+L

517421 matches found

Debian CVE
Debian CVE
added 2026/09/03 7:26 p.m.7 views

CVE-2026-85046

Type confusion in V8 in Google Chrome prior to 152.0.7977.82 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS6.5AI score0.00885EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2026/09/03 7:26 p.m.10 views

CVE-2026-85046

Type confusion in V8 in Google Chrome prior to 152.0.7977.82 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. Chromium security severity: High...

6.2AI score0.00885EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/09/03 7:26 p.m.42 views

CVE-2026-85046

Type confusion in V8 in Google Chrome prior to 152.0.7977.82 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. Chromium security severity: High...

0.00885EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/03 7:24 p.m.4 views

cve-2024-56348

JetBrains TeamCity تجاوز المصادقة + RCE CVE-2024-56348 PoC 📜 الوصف ثغرة CVE-2024-56348 هي ثغرة حرجة في تجاوز المصادقة في JetBrains TeamCity المثبّت محليًا on-premises تؤثر على جميع الإصدارات السابقة للإصدار 2024.12. تتعامل REST API بشكل غير صحيح مع الطلبات الموجهة إلى مسارات تحتوي على ;.jsp، مما...

4.3CVSS5.7AI score0.00281EPSS
SaveExploits1
EUVD
EUVD
added 2026/09/03 7:17 p.m.11 views

EUVD-2026-62599

Orval: RCE via OpenAPI path - unescaped request-URL template literal backtick breakout...

9.3CVSS5.9AI score0.00523EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 7:17 p.m.8 views

Orval: RCE via OpenAPI path -> unescaped request-URL template literal (backtick breakout)

Summary Orval emits the OpenAPI path into the generated request URL as a TEMPLATE LITERAL /users/... without escaping the backtick character. A path containing a backtick closes the template literal and injects a concatenation expression that is evaluated when the generated URL/request/key functi...

9.3CVSS6AI score0.00523EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/03 7:06 p.m.9 views

Orval: RCE via servers[].url -> unescaped request-URL template literal (with getBaseUrlFromSpecification)

Summary When Orval is configured with output.baseUrl.getBaseUrlFromSpecification: true, it bakes the spec's servers0.url into the generated request URL as a template literal without escaping the backtick. A server URL containing a backtick closes the template literal and injects a concatenation...

9.3CVSS6.2AI score0.005EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/03 7:03 p.m.15 views

EUVD-2026-62657

Orval: Import-time RCE via schema default - zod module-level template literal...

9.3CVSS5.9AI score0.00546EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/03 6:59 p.m.7 views

CVE-2026-85218

A double stack-based buffer overflow was found in the BlueZ AVRCP controller implementation. A nearby BR/EDR peripheral can send a crafted AVRCP player-settings response that supplies an attacker-controlled attribute count, causing avrcplistplayerattributesrsp and avrcpgetcurrentplayervalue in...

7.1CVSS6.4AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 6:38 p.m.10 views

EUVD-2026-62603

Orval: Import-time RCE via array-items default - zod module-level template literal...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 6:38 p.m.9 views

Orval: Import-time RCE via array-items default -> zod module-level template literal

Summary Orval's zod schema generation emits the array-items default value as a module-level template literal export const …Default = ; without escaping $ or the backtick. A default of the form v$w injects a live JavaScript expression evaluated when the generated zod schema module is imported,...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References6Affected Software1
RedHat Linux
RedHat Linux
added 2026/09/03 6:34 p.m.8 views

io.quarkus:quarkus-qute: quarkus-qute:Server-Side Template Injection (SSTI) vulnerability in ReflectionValueResolver of the Quarkus Qute template engine

A flaw was found in the Qute template engine, which is used by Quarkus to generate dynamic content like HTML pages or emails. The issue exists in the component responsible for looking up data values ReflectionValueResolver, which fails to properly block access to sensitive Java internal functions...

8.8CVSS5.6AI score0.00496EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 6:32 p.m.13 views

EUVD-2026-62601

Orval: Import-time RCE via header-parameter default - zod module-level template literal...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 6:32 p.m.9 views

Orval: Import-time RCE via header-parameter default -> zod module-level template literal

Summary Orval's zod schema generation emits the header-parameter default value as a module-level template literal export const Default = ; without escaping $ or the backtick. A default of the form v$w injects a live JavaScript expression evaluated when the generated zod schema module is imported,...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/03 6:20 p.m.12 views

EUVD-2026-62605

Orval: Import-time RCE via enum-typed default - zod module-level template literal...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 6:20 p.m.9 views

Orval: Import-time RCE via enum-typed default -> zod module-level template literal

Summary Orval's zod schema generation emits the enum-typed default value as a module-level template literal export const …Default = ; without escaping $ or the backtick. A default of the form v$w injects a live JavaScript expression evaluated when the generated zod schema module is imported,...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/03 6:18 p.m.12 views

EUVD-2026-62604

Orval: Import-time RCE via query parameter name - computed-property-key injection in the zod cli...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/03 6:17 p.m.7 views

CVE-2026-83959

Substance3D - Sampler is affected by a Heap-based Buffer Overflow vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file...

7.8CVSS0.00174EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/03 6:17 p.m.5 views

CVE-2026-58400

GeoNetwork is a catalog application to manage spatially referenced resources. Prior to versions 4.4.12 and 4.2.17, the Saxon XSLT processor used to render formatters is configured without secure processing FEATURESECUREPROCESSING and without disabling Java extension functions...

9.1CVSS0.01187EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/03 6:09 p.m.5 views

zencart_auth_rce_poc

zencartauthrcepoc CVE-2021-3291 1- व्यवस्थापक के रूप में लॉगिन करें 2- किसी भी मॉड्यूल का संपादन पृष्ठ खोलें 3- किसी भी true रेडियोबॉक्स पर तत्व का निरीक्षण करें 4- true को true','MODULEORDERTOTALTOTALSTATUS'; echo id; // में बदलें 5- अपडेट पर क्लिक करें 6- कमांड ट्रिगर करने के लिए फिर से संपादन...

9CVSS7AI score0.16782EPSS
SaveExploits4
Rows per page
Query Builder