<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Javascript — PoC Archive</title><link>https://poc.intelseclab.com/tags/javascript/</link><description>Latest proof-of-concept entries.</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 06 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://poc.intelseclab.com/tags/javascript/index.xml" rel="self" type="application/rss+xml"/><item><title>safe-expr-eval: Mitigation Library for the expr-eval Unsafe eval() RCE (CVE-2025-12735)</title><link>https://poc.intelseclab.com/pocs/misc/2026-07-06_cve-2025-12735-safe-expr-eval-mitigation/</link><pubDate>Mon, 06 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/misc/2026-07-06_cve-2025-12735-safe-expr-eval-mitigation/</guid><description>Critical severity (CVSS 9.8) — misc · CVE-2025-12735. Status: Patched. Affects: expr-eval npm package (mathematical/logical expression evaluator). Tags: expr-eval, eval-injection, arbitrary-code-execution, rce, cwe-95, javascript, typescript, npm, expression-parser, mitigation-library, drop-in-replacement.</description><category>misc</category><category>Critical</category><category>expr-eval</category><category>eval-injection</category><category>arbitrary-code-execution</category><category>rce</category><category>cwe-95</category><category>javascript</category><category>typescript</category><category>npm</category><category>expression-parser</category><category>mitigation-library</category><category>drop-in-replacement</category></item><item><title>WebKit Navigation API Cross-Port canIntercept Bypass (CVE-2026-20643)</title><link>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-20643-webkit-navigation-api-cross-port/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-20643-webkit-navigation-api-cross-port/</guid><description>Medium severity — web · CVE-2026-20643. Status: PoC. Affects: WebKit (Safari / WebKit-based browsers), Navigation API implementation. Tags: webkit, browser, navigation-api, same-origin-policy, cross-port, javascript, test-page, canintercept.</description><category>web</category><category>Medium</category><category>webkit</category><category>browser</category><category>navigation-api</category><category>same-origin-policy</category><category>cross-port</category><category>javascript</category><category>test-page</category><category>canintercept</category></item><item><title>TanStack Query — Unbounded Recursion Denial of Service in `replaceEqualDeep` (CVE-2026-26903)</title><link>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-26903-tanstack-query-dos-recursion/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-26903-tanstack-query-dos-recursion/</guid><description>Medium severity — web · CVE-2026-26903. Status: PoC. Affects: TanStack Query (@tanstack/query-core and framework bindings: react-query, vue-query, solid-query, svelte-query). Tags: tanstack-query, javascript, denial-of-service, stack-overflow, recursion, react, frontend, client-side-dos.</description><category>web</category><category>Medium</category><category>tanstack-query</category><category>javascript</category><category>denial-of-service</category><category>stack-overflow</category><category>recursion</category><category>react</category><category>frontend</category><category>client-side-dos</category></item><item><title>Saleor Stored XSS via Unrestricted File Upload (CVE-2026-23499)</title><link>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-23499-saleor-file-upload-xss/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-23499-saleor-file-upload-xss/</guid><description>High severity — web · CVE-2026-23499. Status: PoC. Affects: Saleor (saleor/saleor). Tags: saleor, stored-xss, unrestricted-file-upload, svg-xss, session-hijack, graphql, javascript.</description><category>web</category><category>High</category><category>saleor</category><category>stored-xss</category><category>unrestricted-file-upload</category><category>svg-xss</category><category>session-hijack</category><category>graphql</category><category>javascript</category></item><item><title>Realtime Collaboration Platform — CORS Misconfiguration Leading to Authenticated Data Exposure (CVE-2026-27579)</title><link>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-27579-cors-misconfig-data-exposure/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-27579-cors-misconfig-data-exposure/</guid><description>High severity (CVSS 7.4) — web · CVE-2026-27579 (GHSA-qh5m-p8jh-hx88). Status: PoC. Affects: realtime-collaboration-platform (karnop), backed by Appwrite. Tags: cors, misconfiguration, appwrite, cross-origin, credentials, data-exposure, session-hijack, javascript.</description><category>web</category><category>High</category><category>cors</category><category>misconfiguration</category><category>appwrite</category><category>cross-origin</category><category>credentials</category><category>data-exposure</category><category>session-hijack</category><category>javascript</category></item><item><title>oRPC OpenAPI Reference Plugin Stored XSS via Unescaped Spec Embedding (CVE-2026-33331)</title><link>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-33331-orpc-openapi-stored-xss/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-33331-orpc-openapi-stored-xss/</guid><description>High severity — web · CVE-2026-33331 (GHSA-7f6v-3gx7-27q8). Status: PoC. Affects: middleapi/orpc — OpenAPI documentation reference plugin (packages/openapi/src/plugins/openapi-reference.ts). Tags: xss, stored-xss, orpc, openapi, cwe-79, javascript, nodejs, docs-page.</description><category>web</category><category>High</category><category>xss</category><category>stored-xss</category><category>orpc</category><category>openapi</category><category>cwe-79</category><category>javascript</category><category>nodejs</category><category>docs-page</category></item><item><title>Node.js protobufjs Dynamic Type Compilation RCE (CVE-2026-41242)</title><link>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-41242-protobufjs-rce/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-41242-protobufjs-rce/</guid><description>Critical severity — web · CVE-2026-41242. Status: PoC. Affects: Node.js application using protobufjs (Root.fromJSON + dynamic decode). Tags: nodejs, protobufjs, rce, deserialization, express, code-injection, javascript.</description><category>web</category><category>Critical</category><category>nodejs</category><category>protobufjs</category><category>rce</category><category>deserialization</category><category>express</category><category>code-injection</category><category>javascript</category></item><item><title>Math.js Expression Parser Sandbox Bypass RCE (CVE-2026-40897)</title><link>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-40897-mathjs-sandbox-bypass-rce/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-05_cve-2026-40897-mathjs-sandbox-bypass-rce/</guid><description>Critical severity — web · CVE-2026-40897. Status: Weaponized. Affects: Math.js expression parser (Node.js library). Tags: mathjs, nodejs, sandbox-bypass, rce, expression-parser, prototype-pollution-adjacent, reverse-shell, javascript.</description><category>web</category><category>Critical</category><category>mathjs</category><category>nodejs</category><category>sandbox-bypass</category><category>rce</category><category>expression-parser</category><category>prototype-pollution-adjacent</category><category>reverse-shell</category><category>javascript</category></item><item><title>Next.js unstable_cache Object-Argument Cache-Key Collision</title><link>https://poc.intelseclab.com/pocs/web/2026-07-03_nextjs-unstable-cache-key-collision/</link><pubDate>Fri, 03 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-03_nextjs-unstable-cache-key-collision/</guid><description>High severity — web · None assigned as of 2026-07-03. Status: PoC. Affects: Next.js (App Router, Data Cache). Tags: nextjs, unstable_cache, cache-poisoning, cache-key-collision, data-cache, information-disclosure, server-side-caching, javascript.</description><category>web</category><category>High</category><category>nextjs</category><category>unstable_cache</category><category>cache-poisoning</category><category>cache-key-collision</category><category>data-cache</category><category>information-disclosure</category><category>server-side-caching</category><category>javascript</category></item><item><title>Google Chromium V8 Out-of-Bounds Read/Write — Crash PoC (CVE-2026-11645)</title><link>https://poc.intelseclab.com/pocs/web/2026-07-01_cve-2026-11645-chrome-v8-oob-crash/</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-07-01_cve-2026-11645-chrome-v8-oob-crash/</guid><description>High severity (CVSS 8.8) — web · CVE-2026-11645. Status: Incomplete PoC (crash only — no confirmed public RCE chain). Affects: Google Chrome / Chromium — V8 JavaScript and WebAssembly engine. Tags: browser, chrome, v8, javascript, turbofan, out-of-bounds, memory-corruption, zero-day, incomplete-poc, active-exploitation.</description><category>web</category><category>High</category><category>browser</category><category>chrome</category><category>v8</category><category>javascript</category><category>turbofan</category><category>out-of-bounds</category><category>memory-corruption</category><category>zero-day</category><category>incomplete-poc</category><category>active-exploitation</category></item><item><title>Confluence Post-Auth RCE - CVE-2024-21683</title><link>https://poc.intelseclab.com/pocs/web/2026-05-17_confluence-postauth-rce-cve-2024-21683/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>https://poc.intelseclab.com/pocs/web/2026-05-17_confluence-postauth-rce-cve-2024-21683/</guid><description>High severity (CVSS 8.3) — web · CVE-2024-21683. Status: Weaponized. Affects: Atlassian Confluence Data Center and Server. Tags: RCE, Confluence, post-auth, Rhino, JavaScript, Java, deserialization, Metasploit, red-team.</description><category>web</category><category>High</category><category>RCE</category><category>Confluence</category><category>post-auth</category><category>Rhino</category><category>JavaScript</category><category>Java</category><category>deserialization</category><category>Metasploit</category><category>red-team</category></item></channel></rss>