{"vulnerability": "CVE-2026-5055", "sightings": [{"uuid": "f85cbab7-f7ad-4587-b94a-fcd4167e3607", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5055", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mj6sqgkwlk2r", "content": "", "creation_timestamp": "2026-04-11T02:40:39.828970Z"}, {"uuid": "f2a768aa-1a7c-4e73-a85f-806f1c6658f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5055", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mj72l7qsdp2h", "content": "", "creation_timestamp": "2026-04-11T05:00:55.254461Z"}, {"uuid": "abd36422-bf2d-4ff0-9ef3-166df866bc15", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5055", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3mjleup4in42t", "content": "", "creation_timestamp": "2026-04-16T02:37:07.242983Z"}, {"uuid": "ad82df8e-1640-4fff-865a-75a3d7307bcc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5055", "type": "seen", "source": "Telegram/oNJqzE-05Z_hzc8NPQW-z5MMZ2uUFxP7FYrJiMTOKneUM6w", "content": "", "creation_timestamp": "2026-04-11T03:21:45.000000Z"}, {"uuid": "f3569df7-8d8a-46e4-89e1-8b7b9a64d342", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50559", "type": "seen", "source": "https://gist.github.com/alon710/3db515a2eeb4d5b12d5e1d48cfe2eef8", "content": "# CVE-2026-50559: CVE-2026-50559: Authentication and Authorization Bypass via Parser Differential in Quarkus\n\n&gt; **CVSS Score:** 7.5\n&gt; **Published:** 2026-07-29\n&gt; **Full Report:** https://cvereports.com/reports/CVE-2026-50559\n\n## Summary\nA critical authentication and authorization bypass vulnerability in the Quarkus Java framework exists due to a parser differential mismatch between the HTTP security policy layer and downstream handlers. By leveraging encoded reserved characters such as semicolons, slashes, and backslashes, attackers can bypass configured path-based security policies to gain unauthorized access to secure administrative endpoints and static resources.\n\n## TL;DR\nQuarkus applications prior to 3.37.0 are vulnerable to an authentication bypass where encoded characters (%3B, %2F, %5C) prevent security filters from matching path-based policies, while downstream routers decode and execute the requests.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-287 / CWE-863\n- **Attack Vector**: Network\n- **CVSS v3.1 Score**: 7.5 (High)\n- **EPSS Score**: 0.00463 (37.7th percentile)\n- **Impact**: Authentication &amp; Authorization Bypass\n- **Exploit Status**: Proof of Concept (PoC) Available\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- Quarkus Java Framework\n\n## Mitigation\n\n- Upgrade to a patched version of Quarkus (3.37.0, 3.36.3, 3.33.2.1, 3.27.4.1, 3.20.6.2)\n- Configure Web Application Firewall (WAF) or API Gateway edge rules to block encoded reserved characters (%3B, %2F, %5C)\n- Adopt programmatic method-level authorization annotations (@RolesAllowed) as a defense-in-depth measure\n\n**Remediation Steps:**\n1. Identify all Quarkus deployments within the application environment.\n2. Update application build configurations (pom.xml or build.gradle) to reference a secure, patched Quarkus version.\n3. Verify the deployment by running integration tests targeting path-based security policies.\n4. Deploy perimeter WAF rules to inspect and sanitize HTTP URIs before they reach the application cluster.\n5. Perform method-level security reviews and transition from path-based authorization to programmatic annotations where applicable.\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-50559) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-30T10:31:25.809792Z"}, {"uuid": "b7967b47-afd3-441a-a334-89ed8dcd525b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50559", "type": "seen", "source": "https://bsky.app/profile/suriq.io/post/3mooa7iyulz2r", "content": "Quarkus patched a semicolon auth bypass in May. CVE-2026-50559 reopens it with URL-encoded characters, so an unauthenticated request can reach protected routes and files. Patch now; the May fix does not cover it.\n\n#CVE #infosec #cybersecurity", "creation_timestamp": "2026-06-19T20:57:38.885937Z"}, {"uuid": "b42cfc88-2790-43cb-b9f3-c999d2b9ecc8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50559", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mooeqikk4j2g", "content": "CVE-2026-50559 - Authentication/Authorization Bypass via Advanced Path Normalization Vulnerabilities\nCVE ID : CVE-2026-50559\n \n Published : June 19, 2026, 8:26 p.m. | 1\u00a0hour, 16\u00a0minutes ago\n \n Description : Quarkus is a Java framework for building cloud-native applications. Pr...", "creation_timestamp": "2026-06-19T22:18:43.283587Z"}, {"uuid": "078155ce-f5fc-4080-9fd6-a619d2dfc3ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50556", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3movzuf2ets2s", "content": "CVE-2026-50556 - Angular: Missing ` ` Raw-Text Serialization Escaping leads to Cross-Site Scripting (XSS) in Angular SSR\nCVE ID : CVE-2026-50556\n \n Published : June 22, 2026, 3:38 p.m. | 7\u00a0hours, 32\u00a0minutes ago\n \n Description : Angular is a development platform for building mo...", "creation_timestamp": "2026-06-22T23:25:20.548376Z"}, {"uuid": "c29ee1d7-4b06-4146-9423-95dc0fea51f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50555", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mow2l7isc52j", "content": "CVE-2026-50555 - Angular: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in @angular/platform-server\nCVE ID : CVE-2026-50555\n \n Published : June 22, 2026, 3:37 p.m. | 7\u00a0hours, 33\u00a0minutes ago\n \n Description : Angular is a development platfo...", "creation_timestamp": "2026-06-22T23:38:06.614928Z"}, {"uuid": "f51db912-9269-4400-8148-a912033c601f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50551", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mp3dwi46mr2x", "content": "CVE-2026-50551 - SiYuan: Stored XSS to RCE via Unsanitized Attribute View Asset Cell Content\nCVE ID : CVE-2026-50551\n \n Published : June 24, 2026, 9:20 p.m. | 3\u00a0hours, 50\u00a0minutes ago\n \n Description : SiYuan is an open-source personal knowledge management system. Prior to 3.7.0...", "creation_timestamp": "2026-06-25T02:08:47.149353Z"}, {"uuid": "c60d168f-6d81-495a-a381-78232823977a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "cve-2026-50551", "type": "seen", "source": "https://bsky.app/profile/offseq.bsky.social/post/3mp3gsuacvy2b", "content": "CRITICAL XSS in SiYuan (&lt;3.7.0) allows RCE through Electron client. Upgrade to v3.7.0+ to prevent exploitation. Details: https://radar.offseq.com/threat/cve-2026-50551-cwe-79-improper-neutralization-of-i-e91ef5b4d83fcdb8 #OffSeq #XSS #SiYuan", "creation_timestamp": "2026-06-25T03:00:27.623337Z"}, {"uuid": "c1c2db4a-442c-4c60-9435-edf7860c4eb5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "cve-2026-50551", "type": "seen", "source": "https://infosec.exchange/users/offseq/statuses/116808510648585515", "content": "CVE-2026-50551: SiYuan (&lt;3.7.0) suffers CRITICAL stored XSS in Attribute View, enabling RCE via Electron client. Upgrade to v3.7.0+ to mitigate. No workaround available. Details: https://radar.offseq.com/threat/cve-2026-50551-cwe-79-improper-neutralization-of-i-e91ef5b4d83fcdb8 #OffSeq #XSS #SiYuan #Cybersecurity", "creation_timestamp": "2026-06-25T03:00:28.769501Z"}, {"uuid": "babe0fb6-b5f3-4be4-bb1a-d4257a58b70f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50556", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mps6rfuwao2b", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-50556 \u0432 Angular: \u0443\u0433\u0440\u043e\u0437\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/E76439F7-9055-4F59-80F3-F190FA8D35A2", "creation_timestamp": "2026-07-04T04:07:42.939173Z"}, {"uuid": "c37039de-e6c1-4dcc-8f62-f9376a12b126", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50559", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mps7ejvrvj2k", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-50559 \u0432 Quarkus: \u0443\u0433\u0440\u043e\u0437\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/72E99481-D133-4F03-91BA-85DF881C986C", "creation_timestamp": "2026-07-04T04:18:24.281232Z"}, {"uuid": "2b4329ac-15df-44ee-a127-60faf2bd4c3e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50553", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mq7sctc67r25", "content": "CVE-2026-50553 - enchant97\nNote Mark's export feature can write files outside the intended directory due to unsanitized book and note slugs. This can happen because the software does not properly check the\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#enchant97 #Golang #CVE #infosec", "creation_timestamp": "2026-07-09T14:02:22.529089Z"}, {"uuid": "142f7a2d-3d32-4524-8aac-f703f42bcf1c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-50553", "type": "published-proof-of-concept", "source": "https://github.com/enchant97/note-mark/security/advisories/GHSA-rqrh-8wpv-x7hh", "content": "", "creation_timestamp": "2026-07-09T14:35:07.947259Z"}, {"uuid": "8ca24204-3de0-46a7-af21-4d51f948bdb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-50554", "type": "published-proof-of-concept", "source": "https://github.com/enchant97/note-mark/security/advisories/GHSA-588f-fvcv-xhvf", "content": "", "creation_timestamp": "2026-07-09T14:35:10.180343Z"}, {"uuid": "3948f849-93cf-4dbc-b833-a1e8a5ced76d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50551", "type": "seen", "source": "https://bsky.app/profile/stackflag.bsky.social/post/3mqd2wbs2yf22", "content": "CVE-2026-50551 - siyuan-note\nSiYuan, a personal knowledge management system, contains a security flaw that can allow an attacker to execute malicious code on users' computers. This vulnerability affects\u2026\n\nToo many irrelevant or confusing CVEs? Use stackflag.com\n\n#siyuannote #Golang #CVE #infosec", "creation_timestamp": "2026-07-10T21:14:06.260232Z"}, {"uuid": "ab0cead5-4b89-4467-9799-0c7ca7f7c339", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-50551", "type": "published-proof-of-concept", "source": "https://github.com/siyuan-note/siyuan/security/advisories/GHSA-56mp-4f3v-fgj2", "content": "", "creation_timestamp": "2026-07-10T22:35:05.690864Z"}, {"uuid": "a0ab5b28-ed8c-4a4a-a19a-af2370f02c77", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50551", "type": "seen", "source": "https://gist.github.com/alon710/215bfec609456ef9029abde8936c9791", "content": "# CVE-2026-50551: CVE-2026-50551: Stored Cross-Site Scripting to Remote Code Execution via Attribute View Asset Cell Renderer in SiYuan\n\n&gt; **CVSS Score:** 9.9\n&gt; **Published:** 2026-07-10\n&gt; **Full Report:** https://cvereports.com/reports/CVE-2026-50551\n\n## Summary\nA critical-severity stored Cross-Site Scripting (XSS) vulnerability exists in SiYuan's Attribute View database asset cell renderer. This flaw allows low-privilege authenticated users to execute arbitrary JavaScript in the application frontend. In Electron-based desktop clients, this execution context can be leveraged to execute arbitrary native operating system commands, resulting in complete system compromise.\n\n## TL;DR\nStored XSS in SiYuan's database asset renderer allows unauthenticated remote code execution via synchronizing a maliciously crafted database in Electron clients.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 9.9 (Critical)\n- **Impact**: Remote Code Execution (RCE)\n- **Exploit Status**: Proof of Concept (PoC) documented\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- SiYuan (Desktop App &amp; Self-hosted Server)\n- **siyuan**: &lt; 3.7.0 (Fixed in: `3.7.0`)\n\n## Mitigation\n\n- Upgrade the SiYuan application to version 3.7.0 or later immediately.\n- Isolate self-hosted servers behind access control lists to prevent untrusted database synchronization.\n- Enforce context isolation policies in desktop environments to contain potential renderer compromises.\n\n**Remediation Steps:**\n1. Identify all deployed desktop clients and self-hosted instances of SiYuan.\n2. Download and install version 3.7.0 or higher from the official repository or application store.\n3. Verify the application version via the settings interface to ensure the patch is applied.\n\n## References\n\n- [GitHub Security Advisory GHSA-56mp-4f3v-fgj2](https://github.com/siyuan-note/siyuan/security/advisories/GHSA-56mp-4f3v-fgj2)\n- [NVD Vulnerability Detail](https://nvd.nist.gov/vuln/detail/CVE-2026-50551)\n- [CVE Authority Record](https://www.cve.org/CVERecord?id=CVE-2026-50551)\n- [Fix Merge Commit](https://github.com/siyuan-note/siyuan/commit/27e0051e0d067892e833df1063cb2fb469600e98)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-50551) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-10T23:42:38.231666Z"}, {"uuid": "189dc4aa-7990-45c9-a087-7d60e8735c27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50551", "type": "seen", "source": "https://gist.github.com/alon710/215bfec609456ef9029abde8936c9791", "content": "# CVE-2026-50551: CVE-2026-50551: Stored Cross-Site Scripting to Remote Code Execution via Attribute View Asset Cell Renderer in SiYuan\n\n&gt; **CVSS Score:** 9.9\n&gt; **Published:** 2026-07-10\n&gt; **Full Report:** https://cvereports.com/reports/CVE-2026-50551\n\n## Summary\nA critical-severity stored Cross-Site Scripting (XSS) vulnerability exists in SiYuan's Attribute View database asset cell renderer. This flaw allows low-privilege authenticated users to execute arbitrary JavaScript in the application frontend. In Electron-based desktop clients, this execution context can be leveraged to execute arbitrary native operating system commands, resulting in complete system compromise.\n\n## TL;DR\nStored XSS in SiYuan's database asset renderer allows unauthenticated remote code execution via synchronizing a maliciously crafted database in Electron clients.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 9.9 (Critical)\n- **Impact**: Remote Code Execution (RCE)\n- **Exploit Status**: Proof of Concept (PoC) documented\n- **KEV Status**: Not listed\n\n## Affected Systems\n\n- SiYuan (Desktop App &amp; Self-hosted Server)\n- **siyuan**: &lt; 3.7.0 (Fixed in: `3.7.0`)\n\n## Mitigation\n\n- Upgrade the SiYuan application to version 3.7.0 or later immediately.\n- Isolate self-hosted servers behind access control lists to prevent untrusted database synchronization.\n- Enforce context isolation policies in desktop environments to contain potential renderer compromises.\n\n**Remediation Steps:**\n1. Identify all deployed desktop clients and self-hosted instances of SiYuan.\n2. Download and install version 3.7.0 or higher from the official repository or application store.\n3. Verify the application version via the settings interface to ensure the patch is applied.\n\n## References\n\n- [GitHub Security Advisory GHSA-56mp-4f3v-fgj2](https://github.com/siyuan-note/siyuan/security/advisories/GHSA-56mp-4f3v-fgj2)\n- [NVD Vulnerability Detail](https://nvd.nist.gov/vuln/detail/CVE-2026-50551)\n- [CVE Authority Record](https://www.cve.org/CVERecord?id=CVE-2026-50551)\n- [Fix Merge Commit](https://github.com/siyuan-note/siyuan/commit/27e0051e0d067892e833df1063cb2fb469600e98)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-50551) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-11T00:01:00.222280Z"}, {"uuid": "993998b2-b1bf-4793-b6f1-9f6d2f2762cf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50555", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3mqj6o5bwlg2d", "content": "\ud83d\udccc CVE-2026-50555 - Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc... https://www.cyberhub.blog/cves/CVE-2026-50555", "creation_timestamp": "2026-07-13T07:37:07.214154Z"}, {"uuid": "c05fa8ad-6603-4056-bda9-38b6c1a15eb0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50556", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3mqjadrzk5w23", "content": "\ud83d\udccc CVE-2026-50556 - Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc... https://www.cyberhub.blog/cves/CVE-2026-50556", "creation_timestamp": "2026-07-13T08:07:07.056043Z"}, {"uuid": "f4f8b136-b622-4c04-aefd-213b2a343132", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-50552", "type": "seen", "source": "https://gist.github.com/alon710/0bc2e259381309bd98ca630012fce3cb", "content": "# CVE-2026-50552: CVE-2026-50552: Server-Side Request Forgery via Validation Bypass in Koel\n\n&gt; **CVSS Score:** 6.3\n&gt; **Published:** 2026-07-15\n&gt; **Full Report:** https://cvereports.com/reports/CVE-2026-50552\n\n## Summary\nAn authenticated Server-Side Request Forgery (SSRF) vulnerability in Koel, an open-source personal music streaming server, allows remote attackers to probe internal hosts and loopback addresses. The vulnerability arises due to a missing 'bail' validation rule in the Laravel-based form validation pipeline, which permits downstream HTTP checks to execute even after a URL has failed security verification.\n\n## TL;DR\nA missing validation halt keyword allows Koel's HTTP client to initiate connection probes to internal and loopback IP addresses even after the URL is marked unsafe.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-918 (Server-Side Request Forgery)\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 6.3 (Medium)\n- **EPSS Score**: 0.0016\n- **EPSS Percentile**: 5.55%\n- **Exploit Status**: Proof of Concept / Public Details Available\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- Koel streaming servers deployed on private networks or hosting platforms.\n- **Koel**: &lt; 9.7.1 (Fixed in: `9.7.1`)\n\n## Mitigation\n\n- Upgrade the Koel application instance to version 9.7.1 or higher to enforce proper validation termination.\n- Restrict outbound network access from the Koel application container to internal subnets (RFC 1918) and the local loopback interface.\n- Utilize Web Application Firewall (WAF) rules to detect and reject validation requests containing internal IP configurations.\n\n**Remediation Steps:**\n1. Navigate to the root directory of the Koel deployment.\n2. Pull the latest codebase updates using the repository manager: git pull origin master\n3. Re-install dependencies using Composer: composer install --no-dev\n4. Synchronize system state using the Artisan command-line tool: php artisan koel:sync\n\n## References\n\n- [GitHub Security Advisory GHSA-jr4p-4xjh-fwvw](https://github.com/koel/koel/security/advisories/GHSA-jr4p-4xjh-fwvw)\n- [Official Fix Commit](https://github.com/koel/koel/commit/5f6ce2cefd08f437a269236b677ad971517ccbb6)\n- [CVE Record Database](https://www.cve.org/CVERecord?id=CVE-2026-50552)\n- [NVD Vulnerability Detail](https://nvd.nist.gov/vuln/detail/CVE-2026-50552)\n- [Koel Release v9.7.1](https://github.com/koel/koel/releases/tag/v9.7.1)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-50552) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-15T19:31:25.216249Z"}, {"uuid": "6308a6da-28be-478c-a0b4-d8dbc24861a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-50552", "type": "published-proof-of-concept", "source": "https://github.com/koel/koel/security/advisories/GHSA-jr4p-4xjh-fwvw", "content": "", "creation_timestamp": "2026-07-15T20:35:05.454179Z"}, {"uuid": "efef84e9-8b2a-411e-9e0b-6b749bf89669", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-50559", "type": "published-proof-of-concept", "source": "https://github.com/quarkusio/quarkus/security/advisories/GHSA-qcxp-gm7m-4j5v", "content": "", "creation_timestamp": "2026-07-29T16:35:02.695583Z"}, {"uuid": "a2b2d3cb-5c8d-453b-a363-dec6fe814a32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-50558", "type": "published-proof-of-concept", "source": "https://github.com/brightio/penelope/security/advisories/GHSA-f42x-p2mx-hm8r", "content": "", "creation_timestamp": "2026-07-29T16:35:05.097640Z"}]}