Show plain JSON{"dataType": "CVE_RECORD", "dataVersion": "5.1", "cveMetadata": {"cveId": "CVE-2023-27592", "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "state": "PUBLISHED", "assignerShortName": "GitHub_M", "dateReserved": "2023-03-04T01:03:53.635Z", "datePublished": "2023-03-17T19:04:00.630Z", "dateUpdated": "2025-02-25T14:53:55.753Z"}, "containers": {"cna": {"title": "Stored XSS in Miniflux when opening a broken image due to unescaped ServerError in proxy handler", "problemTypes": [{"descriptions": [{"cweId": "CWE-79", "lang": "en", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", "type": "CWE"}]}], "metrics": [{"cvssV3_1": {"attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N", "version": "3.1"}}], "references": [{"name": "https://github.com/miniflux/v2/security/advisories/GHSA-mqqg-xjhj-wfgw", "tags": ["x_refsource_CONFIRM"], "url": "https://github.com/miniflux/v2/security/advisories/GHSA-mqqg-xjhj-wfgw"}, {"name": "https://github.com/miniflux/v2/pull/1746", "tags": ["x_refsource_MISC"], "url": "https://github.com/miniflux/v2/pull/1746"}, {"name": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L76", "tags": ["x_refsource_MISC"], "url": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L76"}, {"name": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L90", "tags": ["x_refsource_MISC"], "url": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L90"}, {"name": "https://github.com/miniflux/v2/releases/tag/2.0.25", "tags": ["x_refsource_MISC"], "url": "https://github.com/miniflux/v2/releases/tag/2.0.25"}, {"name": "https://github.com/miniflux/v2/releases/tag/2.0.43", "tags": ["x_refsource_MISC"], "url": "https://github.com/miniflux/v2/releases/tag/2.0.43"}, {"name": "https://miniflux.app/docs/configuration.html#proxy-images", "tags": ["x_refsource_MISC"], "url": "https://miniflux.app/docs/configuration.html#proxy-images"}], "affected": [{"vendor": "miniflux", "product": "v2", "versions": [{"version": ">= 2.0.25, < 2.0.43", "status": "affected"}]}], "providerMetadata": {"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M", "dateUpdated": "2023-03-17T19:04:00.630Z"}, "descriptions": [{"lang": "en", "value": "Miniflux is a feed reader. Since v2.0.25, Miniflux will automatically proxy images served over HTTP to prevent mixed content errors. \n\nWhen an outbound request made by the Go HTTP client fails, the `html.ServerError` is returned unescaped without the expected Content Security Policy header added to valid responses.\n\nBy creating an RSS feed item with the inline description containing an `<img>` tag with a `srcset` attribute pointing to an invalid URL like `http:a<script>alert(1)</script>`, we can coerce the proxy handler into an error condition where the invalid URL is returned unescaped and in full.\n\nThis results in JavaScript execution on the Miniflux instance as soon as the user is convinced (e.g. by a message in the alt text) to open the broken image.\n\nAn attacker can execute arbitrary JavaScript in the context of a victim Miniflux user when they open a broken image in a crafted RSS feed. This can be used to perform actions on the Miniflux instance as that user and gain administrative access to the Miniflux instance if it is reachable and the victim is an administrator.\n\nA patch is available in version 2.0.43. As a workaround sisable image proxy; default value is `http-only`."}], "source": {"advisory": "GHSA-mqqg-xjhj-wfgw", "discovery": "UNKNOWN"}}, "adp": [{"providerMetadata": {"orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE", "dateUpdated": "2024-08-02T12:16:35.842Z"}, "title": "CVE Program Container", "references": [{"name": "https://github.com/miniflux/v2/security/advisories/GHSA-mqqg-xjhj-wfgw", "tags": ["x_refsource_CONFIRM", "x_transferred"], "url": "https://github.com/miniflux/v2/security/advisories/GHSA-mqqg-xjhj-wfgw"}, {"name": "https://github.com/miniflux/v2/pull/1746", "tags": ["x_refsource_MISC", "x_transferred"], "url": "https://github.com/miniflux/v2/pull/1746"}, {"name": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L76", "tags": ["x_refsource_MISC", "x_transferred"], "url": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L76"}, {"name": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L90", "tags": ["x_refsource_MISC", "x_transferred"], "url": "https://github.com/miniflux/v2/blob/b2fd84e0d376a3af6329b9bb2e772ce38a25c31c/ui/proxy.go#L90"}, {"name": "https://github.com/miniflux/v2/releases/tag/2.0.25", "tags": ["x_refsource_MISC", "x_transferred"], "url": "https://github.com/miniflux/v2/releases/tag/2.0.25"}, {"name": "https://github.com/miniflux/v2/releases/tag/2.0.43", "tags": ["x_refsource_MISC", "x_transferred"], "url": "https://github.com/miniflux/v2/releases/tag/2.0.43"}, {"name": "https://miniflux.app/docs/configuration.html#proxy-images", "tags": ["x_refsource_MISC", "x_transferred"], "url": "https://miniflux.app/docs/configuration.html#proxy-images"}]}, {"metrics": [{"other": {"type": "ssvc", "content": {"timestamp": "2025-02-25T14:28:47.043307Z", "id": "CVE-2023-27592", "options": [{"Exploitation": "none"}, {"Automatable": "no"}, {"Technical Impact": "partial"}], "role": "CISA Coordinator", "version": "2.0.3"}}}], "title": "CISA ADP Vulnrichment", "providerMetadata": {"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP", "dateUpdated": "2025-02-25T14:53:55.753Z"}}]}}