gsd-2018-6905
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
The page module in TYPO3 before 8.7.11, and 9.1.0, has XSS via $GLOBALS['TYPO3_CONF_VARS']['SYS']['sitename'], as demonstrated by an admin entering a crafted site name during the installation process.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2018-6905", "description": "The page module in TYPO3 before 8.7.11, and 9.1.0, has XSS via $GLOBALS[\u0027TYPO3_CONF_VARS\u0027][\u0027SYS\u0027][\u0027sitename\u0027], as demonstrated by an admin entering a crafted site name during the installation process.", "id": "GSD-2018-6905" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-6905" ], "details": "The page module in TYPO3 before 8.7.11, and 9.1.0, has XSS via $GLOBALS[\u0027TYPO3_CONF_VARS\u0027][\u0027SYS\u0027][\u0027sitename\u0027], as demonstrated by an admin entering a crafted site name during the installation process.", "id": "GSD-2018-6905", "modified": "2023-12-13T01:22:35.275830Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-6905", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The page module in TYPO3 before 8.7.11, and 9.1.0, has XSS via $GLOBALS[\u0027TYPO3_CONF_VARS\u0027][\u0027SYS\u0027][\u0027sitename\u0027], as demonstrated by an admin entering a crafted site name during the installation process." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://forge.typo3.org/issues/84191", "refsource": "MISC", "url": "https://forge.typo3.org/issues/84191" }, { "name": "1040755", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1040755" }, { "name": "https://github.com/pradeepjairamani/TYPO3-XSS-POC", "refsource": "MISC", "url": "https://github.com/pradeepjairamani/TYPO3-XSS-POC" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c8.7.11||\u003e=9.0.0,\u003c9.1.0", "affected_versions": "All versions before 8.7.11, all versions starting from 9.0.0 before 9.1.0", "cvss_v2": "AV:N/AC:M/Au:S/C:N/I:P/A:N", "cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-79", "CWE-937" ], "date": "2018-05-09", "description": "The page module in TYPO3 is vulnerable to XSS via `$GLOBALS[\u0027TYPO3_CONF_VARS\u0027][\u0027SYS\u0027][\u0027sitename\u0027]`, as demonstrated by an admin entering a crafted site name during the installation process.", "fixed_versions": [ "8.7.11", "9.1.0" ], "identifier": "CVE-2018-6905", "identifiers": [ "CVE-2018-6905" ], "not_impacted": "All versions starting from 8.7.11 before 9.0.0, all versions starting from 9.1.0", "package_slug": "packagist/typo3/cms", "pubdate": "2018-04-08", "solution": "Upgrade to versions 8.7.11, 9.1.0 or above.", "title": "Cross-site Scripting", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2018-6905", "http://www.securitytracker.com/id/1040755", "https://forge.typo3.org/issues/84191" ], "uuid": "18066266-6024-446b-86ec-2fb21b18d98f" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.1.0", "versionStartIncluding": "9.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.7.11", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-6905" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The page module in TYPO3 before 8.7.11, and 9.1.0, has XSS via $GLOBALS[\u0027TYPO3_CONF_VARS\u0027][\u0027SYS\u0027][\u0027sitename\u0027], as demonstrated by an admin entering a crafted site name during the installation process." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-79" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/pradeepjairamani/TYPO3-XSS-POC", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/pradeepjairamani/TYPO3-XSS-POC" }, { "name": "https://forge.typo3.org/issues/84191", "refsource": "MISC", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://forge.typo3.org/issues/84191" }, { "name": "1040755", "refsource": "SECTRACK", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securitytracker.com/id/1040755" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:S/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": true }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "exploitabilityScore": 1.7, "impactScore": 2.7 } }, "lastModifiedDate": "2018-05-09T17:53Z", "publishedDate": "2018-04-08T17:29Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.