All the vulnerabilites related to qutebrowser - cross-site request forgery flaw allows sites to access 'qute
cve-2018-10895
Vulnerability from cvelistv5
Published
2018-07-12 12:00
Modified
2024-08-05 07:54
Severity ?
EPSS score ?
Summary
qutebrowser before version 1.4.1 is vulnerable to a cross-site request forgery flaw that allows websites to access 'qute://*' URLs. A malicious website could exploit this to load a 'qute://settings/set' URL, which then sets 'editor.command' to a bash script, resulting in arbitrary code execution.
References
▼ | URL | Tags |
---|---|---|
https://github.com/qutebrowser/qutebrowser/commit/43e58ac865ff862c2008c510fc5f7627e10b4660 | x_refsource_CONFIRM | |
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10895 | x_refsource_CONFIRM | |
http://www.openwall.com/lists/oss-security/2018/07/11/7 | mailing-list, x_refsource_MLIST |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | qutebrowser | cross-site request forgery flaw allows sites to access 'qute |
Version: qutebrowser 1.4.1 |
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T07:54:36.258Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/qutebrowser/qutebrowser/commit/43e58ac865ff862c2008c510fc5f7627e10b4660" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10895" }, { "name": "[oss-security] 20180711 CVE-2018-10895: Remote code execution due to CSRF in qutebrowser", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2018/07/11/7" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "cross-site request forgery flaw allows sites to access \u0027qute", "vendor": "qutebrowser", "versions": [ { "status": "affected", "version": "qutebrowser 1.4.1" } ] } ], "datePublic": "2018-07-11T00:00:00", "descriptions": [ { "lang": "en", "value": "qutebrowser before version 1.4.1 is vulnerable to a cross-site request forgery flaw that allows websites to access \u0027qute://*\u0027 URLs. A malicious website could exploit this to load a \u0027qute://settings/set\u0027 URL, which then sets \u0027editor.command\u0027 to a bash script, resulting in arbitrary code execution." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 9.3, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-352", "description": "CWE-352", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2018-07-12T11:57:01", "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749", "shortName": "redhat" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/qutebrowser/qutebrowser/commit/43e58ac865ff862c2008c510fc5f7627e10b4660" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10895" }, { "name": "[oss-security] 20180711 CVE-2018-10895: Remote code execution due to CSRF in qutebrowser", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://www.openwall.com/lists/oss-security/2018/07/11/7" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2018-10895", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "cross-site request forgery flaw allows sites to access \u0027qute", "version": { "version_data": [ { "version_value": "qutebrowser 1.4.1" } ] } } ] }, "vendor_name": "qutebrowser" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "qutebrowser before version 1.4.1 is vulnerable to a cross-site request forgery flaw that allows websites to access \u0027qute://*\u0027 URLs. A malicious website could exploit this to load a \u0027qute://settings/set\u0027 URL, which then sets \u0027editor.command\u0027 to a bash script, resulting in arbitrary code execution." } ] }, "impact": { "cvss": [ [ { "vectorString": "9.3/CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", "version": "3.0" } ] ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-352" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/qutebrowser/qutebrowser/commit/43e58ac865ff862c2008c510fc5f7627e10b4660", "refsource": "CONFIRM", "url": "https://github.com/qutebrowser/qutebrowser/commit/43e58ac865ff862c2008c510fc5f7627e10b4660" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10895", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-10895" }, { "name": "[oss-security] 20180711 CVE-2018-10895: Remote code execution due to CSRF in qutebrowser", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2018/07/11/7" } ] } } } }, "cveMetadata": { "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749", "assignerShortName": "redhat", "cveId": "CVE-2018-10895", "datePublished": "2018-07-12T12:00:00", "dateReserved": "2018-05-09T00:00:00", "dateUpdated": "2024-08-05T07:54:36.258Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }