{"api_version":"1","generated_at":"2026-07-11T02:28:44+00:00","cve":"CVE-2026-56675","urls":{"html":"https://cve.report/CVE-2026-56675","api":"https://cve.report/api/cve/CVE-2026-56675.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-56675","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-56675"},"summary":{"title":"9router: Reverse proxy locality collapse allows unauthenticated access to 9router /v1 APIs","description":"9Router is an AI router & token saver. Prior to 0.5.2, 9router treats loopback requests as trusted and allows /v1/* access without an API key, so a same-host reverse proxy that forwards public traffic to the backend through 127.0.0.1 causes src/dashboardGuard.js to misclassify external requests as local. A remote unauthenticated attacker can access /v1 APIs such as /v1/models and may abuse configured upstream provider credentials through /v1 proxy endpoints depending on enabled providers. This issue is fixed in version 0.5.2.","state":"PUBLISHED","assigner":"GitHub_M","published_at":"2026-07-10 17:17:01","updated_at":"2026-07-10 17:35:11"},"problem_types":["CWE-287","CWE-290","CWE-306","CWE-441","CWE-287 CWE-287: Improper Authentication","CWE-290 CWE-290: Authentication Bypass by Spoofing","CWE-306 CWE-306: Missing Authentication for Critical Function","CWE-441 CWE-441: Unintended Proxy or Intermediary ('Confused Deputy')"],"metrics":[{"version":"3.1","source":"security-advisories@github.com","type":"Secondary","score":"8.3","severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L","baseScore":8.3,"baseSeverity":"HIGH","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"CHANGED","confidentialityImpact":"LOW","integrityImpact":"LOW","availabilityImpact":"LOW"}},{"version":"3.1","source":"CNA","type":"DECLARED","score":"8.3","severity":"HIGH","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L","data":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"LOW","baseScore":8.3,"baseSeverity":"HIGH","confidentialityImpact":"LOW","integrityImpact":"LOW","privilegesRequired":"NONE","scope":"CHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L","version":"3.1"}}],"references":[{"url":"https://github.com/decolua/9router/releases/tag/v0.5.2","name":"https://github.com/decolua/9router/releases/tag/v0.5.2","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/decolua/9router/security/advisories/GHSA-x5c9-v98j-722r","name":"https://github.com/decolua/9router/security/advisories/GHSA-x5c9-v98j-722r","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/decolua/9router/commit/da667836cc7584bea0edd893de1d590c9ea279dc","name":"https://github.com/decolua/9router/commit/da667836cc7584bea0edd893de1d590c9ea279dc","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-56675","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-56675","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"decolua","product":"9router","version":"affected < 0.5.2","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"adp":[{"metrics":[{"other":{"content":{"id":"CVE-2026-56675","options":[{"Exploitation":"none"},{"Automatable":"yes"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","timestamp":"2026-07-10T16:54:55.352353Z","version":"2.0.3"},"type":"ssvc"}}],"providerMetadata":{"dateUpdated":"2026-07-10T16:55:03.329Z","orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP"},"title":"CISA ADP Vulnrichment"}],"cna":{"affected":[{"product":"9router","vendor":"decolua","versions":[{"status":"affected","version":"< 0.5.2"}]}],"descriptions":[{"lang":"en","value":"9Router is an AI router & token saver. Prior to 0.5.2, 9router treats loopback requests as trusted and allows /v1/* access without an API key, so a same-host reverse proxy that forwards public traffic to the backend through 127.0.0.1 causes src/dashboardGuard.js to misclassify external requests as local. A remote unauthenticated attacker can access /v1 APIs such as /v1/models and may abuse configured upstream provider credentials through /v1 proxy endpoints depending on enabled providers. This issue is fixed in version 0.5.2."}],"metrics":[{"cvssV3_1":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"LOW","baseScore":8.3,"baseSeverity":"HIGH","confidentialityImpact":"LOW","integrityImpact":"LOW","privilegesRequired":"NONE","scope":"CHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L","version":"3.1"}}],"problemTypes":[{"descriptions":[{"cweId":"CWE-287","description":"CWE-287: Improper Authentication","lang":"en","type":"CWE"}]},{"descriptions":[{"cweId":"CWE-290","description":"CWE-290: Authentication Bypass by Spoofing","lang":"en","type":"CWE"}]},{"descriptions":[{"cweId":"CWE-306","description":"CWE-306: Missing Authentication for Critical Function","lang":"en","type":"CWE"}]},{"descriptions":[{"cweId":"CWE-441","description":"CWE-441: Unintended Proxy or Intermediary ('Confused Deputy')","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-07-10T15:39:47.530Z","orgId":"a0819718-46f1-4df5-94e2-005712e83aaa","shortName":"GitHub_M"},"references":[{"name":"https://github.com/decolua/9router/security/advisories/GHSA-x5c9-v98j-722r","tags":["x_refsource_CONFIRM"],"url":"https://github.com/decolua/9router/security/advisories/GHSA-x5c9-v98j-722r"},{"name":"https://github.com/decolua/9router/commit/da667836cc7584bea0edd893de1d590c9ea279dc","tags":["x_refsource_MISC"],"url":"https://github.com/decolua/9router/commit/da667836cc7584bea0edd893de1d590c9ea279dc"},{"name":"https://github.com/decolua/9router/releases/tag/v0.5.2","tags":["x_refsource_MISC"],"url":"https://github.com/decolua/9router/releases/tag/v0.5.2"}],"source":{"advisory":"GHSA-x5c9-v98j-722r","discovery":"UNKNOWN"},"title":"9router: Reverse proxy locality collapse allows unauthenticated access to 9router /v1 APIs"}},"cveMetadata":{"assignerOrgId":"a0819718-46f1-4df5-94e2-005712e83aaa","assignerShortName":"GitHub_M","cveId":"CVE-2026-56675","datePublished":"2026-07-10T15:39:23.282Z","dateReserved":"2026-06-22T16:39:01.044Z","dateUpdated":"2026-07-10T16:55:03.329Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-07-10 17:17:01","lastModifiedDate":"2026-07-10 17:35:11","problem_types":["CWE-287","CWE-290","CWE-306","CWE-441","CWE-287 CWE-287: Improper Authentication","CWE-290 CWE-290: Authentication Bypass by Spoofing","CWE-306 CWE-306: Missing Authentication for Critical Function","CWE-441 CWE-441: Unintended Proxy or Intermediary ('Confused Deputy')"],"metrics":{"cvssMetricV31":[{"source":"security-advisories@github.com","type":"Secondary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L","baseScore":8.3,"baseSeverity":"HIGH","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"CHANGED","confidentialityImpact":"LOW","integrityImpact":"LOW","availabilityImpact":"LOW"},"exploitabilityScore":3.9,"impactScore":3.7}],"ssvcV203":[{"source":"134c704f-9b21-4f2e-91b3-4a467353bcc0","ssvcData":{"timestamp":"2026-07-10T16:54:55.352353Z","id":"CVE-2026-56675","options":[{"exploitation":"none"},{"automatable":"yes"},{"technicalImpact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}}]},"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"56675","Ordinal":"1","Title":"9router: Reverse proxy locality collapse allows unauthenticated ","CVE":"CVE-2026-56675","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"56675","Ordinal":"1","NoteData":"9Router is an AI router & token saver. Prior to 0.5.2, 9router treats loopback requests as trusted and allows /v1/* access without an API key, so a same-host reverse proxy that forwards public traffic to the backend through 127.0.0.1 causes src/dashboardGuard.js to misclassify external requests as local. A remote unauthenticated attacker can access /v1 APIs such as /v1/models and may abuse configured upstream provider credentials through /v1 proxy endpoints depending on enabled providers. This issue is fixed in version 0.5.2.","Type":"Description","Title":"9router: Reverse proxy locality collapse allows unauthenticated "}]}}}