gsd-2023-32070
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.
Aliases
Aliases
{ GSD: { alias: "CVE-2023-32070", id: "GSD-2023-32070", }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2023-32070", ], details: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", id: "GSD-2023-32070", modified: "2023-12-13T01:20:23.431993Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2023-32070", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "xwiki-rendering", version: { version_data: [ { version_affected: "=", version_value: "< 14.6-rc-1", }, { version_affected: "=", version_value: "<= 3.0-milestone-2", }, ], }, }, ], }, vendor_name: "xwiki", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", }, ], }, impact: { cvss: [ { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.1, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H", version: "3.1", }, ], }, problemtype: { problemtype_data: [ { description: [ { cweId: "CWE-83", lang: "eng", value: "CWE-83: Improper Neutralization of Script in Attributes in a Web Page", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", refsource: "MISC", url: "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", }, { name: "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", refsource: "MISC", url: "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", }, { name: "https://jira.xwiki.org/browse/XRENDERING-663", refsource: "MISC", url: "https://jira.xwiki.org/browse/XRENDERING-663", }, ], }, source: { advisory: "GHSA-6gf5-c898-7rxp", discovery: "UNKNOWN", }, }, "gitlab.com": { advisories: [ { affected_range: "(,3.0-milestone-2]", affected_versions: "All versions up to 3.0-milestone-2", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-83", "CWE-937", ], date: "2023-05-11", description: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", fixed_versions: [], identifier: "CVE-2023-32070", identifiers: [ "GHSA-6gf5-c898-7rxp", "CVE-2023-32070", ], not_impacted: "", package_slug: "maven/org.xwiki.platform/xwiki-core-rendering-api", pubdate: "2023-05-11", solution: "Unfortunately, there is no solution available yet.", title: "Improper Neutralization of Script in Attributes in a Web Page", urls: [ "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", "https://nvd.nist.gov/vuln/detail/CVE-2023-32070", "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", "https://jira.xwiki.org/browse/XRENDERING-663", "https://github.com/advisories/GHSA-6gf5-c898-7rxp", ], uuid: "dae39dff-6a7f-4d48-9287-1537623ae360", }, { affected_range: "(,14.6-rc-1)", affected_versions: "All versions before 14.6-rc-1", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-83", "CWE-937", ], date: "2023-05-11", description: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", fixed_versions: [ "14.6-rc-1", ], identifier: "CVE-2023-32070", identifiers: [ "GHSA-6gf5-c898-7rxp", "CVE-2023-32070", ], not_impacted: "All versions starting from 14.6-rc-1", package_slug: "maven/org.xwiki.platform/xwiki-platform-annotation-core", pubdate: "2023-05-11", solution: "Upgrade to version 14.6-rc-1 or above. *Note*: 14.6-rc-1 may be an unstable version. Use caution.", title: "Improper Neutralization of Script in Attributes in a Web Page", urls: [ "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", "https://nvd.nist.gov/vuln/detail/CVE-2023-32070", "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", "https://jira.xwiki.org/browse/XRENDERING-663", "https://github.com/advisories/GHSA-6gf5-c898-7rxp", ], uuid: "47be2dca-1257-4422-b3d8-04c09ae35cb4", }, { affected_range: "(,14.6-rc-1)", affected_versions: "All versions before 14.6-rc-1", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-83", "CWE-937", ], date: "2023-05-11", description: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", fixed_versions: [ "14.6-rc-1", ], identifier: "CVE-2023-32070", identifiers: [ "GHSA-6gf5-c898-7rxp", "CVE-2023-32070", ], not_impacted: "All versions starting from 14.6-rc-1", package_slug: "maven/org.xwiki.rendering/xwiki-rendering-syntax-annotatedhtml5", pubdate: "2023-05-11", solution: "Upgrade to version 14.6-rc-1 or above. *Note*: 14.6-rc-1 may be an unstable version. Use caution.", title: "Improper Neutralization of Script in Attributes in a Web Page", urls: [ "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", "https://nvd.nist.gov/vuln/detail/CVE-2023-32070", "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", "https://jira.xwiki.org/browse/XRENDERING-663", "https://github.com/advisories/GHSA-6gf5-c898-7rxp", ], uuid: "bf93678f-b1cb-49c1-83ee-7aad33b91786", }, { affected_range: "(,14.6-rc-1)", affected_versions: "All versions before 14.6-rc-1", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-83", "CWE-937", ], date: "2023-05-11", description: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", fixed_versions: [ "14.6-rc-1", ], identifier: "CVE-2023-32070", identifiers: [ "GHSA-6gf5-c898-7rxp", "CVE-2023-32070", ], not_impacted: "All versions starting from 14.6-rc-1", package_slug: "maven/org.xwiki.rendering/xwiki-rendering-syntax-annotatedxhtml", pubdate: "2023-05-11", solution: "Upgrade to version 14.6-rc-1 or above. *Note*: 14.6-rc-1 may be an unstable version. Use caution.", title: "Improper Neutralization of Script in Attributes in a Web Page", urls: [ "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", "https://nvd.nist.gov/vuln/detail/CVE-2023-32070", "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", "https://jira.xwiki.org/browse/XRENDERING-663", "https://github.com/advisories/GHSA-6gf5-c898-7rxp", ], uuid: "ea9c1623-0e80-4e2d-b1ae-769881f7875c", }, { affected_range: "(,14.6-rc-1)", affected_versions: "All versions before 14.6-rc-1", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-83", "CWE-937", ], date: "2023-05-11", description: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", fixed_versions: [ "14.6-rc-1", ], identifier: "CVE-2023-32070", identifiers: [ "GHSA-6gf5-c898-7rxp", "CVE-2023-32070", ], not_impacted: "All versions starting from 14.6-rc-1", package_slug: "maven/org.xwiki.rendering/xwiki-rendering-syntax-html", pubdate: "2023-05-11", solution: "Upgrade to version 14.6-rc-1 or above. *Note*: 14.6-rc-1 may be an unstable version. Use caution.", title: "Improper Neutralization of Script in Attributes in a Web Page", urls: [ "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", "https://nvd.nist.gov/vuln/detail/CVE-2023-32070", "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", "https://jira.xwiki.org/browse/XRENDERING-663", "https://github.com/advisories/GHSA-6gf5-c898-7rxp", ], uuid: "6b1036b6-3b4a-4230-acdd-37a1033d1342", }, { affected_range: "(,14.6-rc-1)", affected_versions: "All versions before 14.6-rc-1", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-83", "CWE-937", ], date: "2023-05-11", description: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", fixed_versions: [ "14.6-rc-1", ], identifier: "CVE-2023-32070", identifiers: [ "GHSA-6gf5-c898-7rxp", "CVE-2023-32070", ], not_impacted: "All versions starting from 14.6-rc-1", package_slug: "maven/org.xwiki.rendering/xwiki-rendering-syntax-html5", pubdate: "2023-05-11", solution: "Upgrade to version 14.6-rc-1 or above. *Note*: 14.6-rc-1 may be an unstable version. Use caution.", title: "Improper Neutralization of Script in Attributes in a Web Page", urls: [ "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", "https://nvd.nist.gov/vuln/detail/CVE-2023-32070", "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", "https://jira.xwiki.org/browse/XRENDERING-663", "https://github.com/advisories/GHSA-6gf5-c898-7rxp", ], uuid: "dd1e22c1-1ed5-4970-be2e-665fc4117370", }, { affected_range: "(,14.6-rc-1)", affected_versions: "All versions before 14.6-rc-1", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-83", "CWE-937", ], date: "2023-05-11", description: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", fixed_versions: [ "14.6-rc-1", ], identifier: "CVE-2023-32070", identifiers: [ "GHSA-6gf5-c898-7rxp", "CVE-2023-32070", ], not_impacted: "All versions starting from 14.6-rc-1", package_slug: "maven/org.xwiki.rendering/xwiki-rendering-syntax-xhtml", pubdate: "2023-05-11", solution: "Upgrade to version 14.6-rc-1 or above. *Note*: 14.6-rc-1 may be an unstable version. Use caution.", title: "Improper Neutralization of Script in Attributes in a Web Page", urls: [ "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", "https://nvd.nist.gov/vuln/detail/CVE-2023-32070", "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", "https://jira.xwiki.org/browse/XRENDERING-663", "https://github.com/advisories/GHSA-6gf5-c898-7rxp", ], uuid: "352c92f1-9196-43e5-ad0d-6de6f285ff3b", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*", cpe_name: [], versionEndIncluding: "14.5", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:xwiki:rendering:3.0:milestone_2:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2023-32070", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "XWiki Platform is a generic wiki platform. Prior to version 14.6-rc-1, HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. This has been patched in XWiki 14.6-rc-1. There are no known workarounds apart from upgrading to a fixed version.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-79", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", refsource: "MISC", tags: [ "Patch", ], url: "https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1", }, { name: "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", refsource: "MISC", tags: [ "Patch", "Vendor Advisory", ], url: "https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp", }, { name: "https://jira.xwiki.org/browse/XRENDERING-663", refsource: "MISC", tags: [ "Vendor Advisory", ], url: "https://jira.xwiki.org/browse/XRENDERING-663", }, ], }, }, impact: { baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.1, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, exploitabilityScore: 2.8, impactScore: 2.7, }, }, lastModifiedDate: "2023-05-17T20:12Z", publishedDate: "2023-05-10T18:15Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
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.