gsd-2023-29208
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
XWiki Commons are technical libraries common to several other top level XWiki projects. Rights added to a document are not taken into account for viewing it once it's deleted. Note that this vulnerability only impact deleted documents that where containing view rights: the view rights provided on a space of a deleted document are properly checked. The problem has been patched in XWiki 14.10 by checking the rights of current user: only admin and deleter of the document are allowed to view it.
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2023-29208",
      id: "GSD-2023-29208",
   },
   gsd: {
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      osvSchema: {
         aliases: [
            "CVE-2023-29208",
         ],
         details: "XWiki Commons are technical libraries common to several other top level XWiki projects. Rights added to a document are not taken into account for viewing it once it's deleted. Note that this vulnerability only impact deleted documents that where containing view rights: the view rights provided on a space of a deleted document are properly checked. The problem has been patched in XWiki 14.10 by checking the rights of current user: only admin and deleter of the document are allowed to view it.",
         id: "GSD-2023-29208",
         modified: "2023-12-13T01:20:57.396438Z",
         schema_version: "1.4.0",
      },
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "security-advisories@github.com",
            ID: "CVE-2023-29208",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "xwiki-platform",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "=",
                                       version_value: ">= 1.2-milestone-1, < 13.10.11",
                                    },
                                    {
                                       version_affected: "=",
                                       version_value: ">= 14.0-rc-1, < 14.4.7",
                                    },
                                    {
                                       version_affected: "=",
                                       version_value: ">= 14.5, < 14.10",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "xwiki",
                  },
               ],
            },
         },
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "XWiki Commons are technical libraries common to several other top level XWiki projects. Rights added to a document are not taken into account for viewing it once it's deleted. Note that this vulnerability only impact deleted documents that where containing view rights: the view rights provided on a space of a deleted document are properly checked. The problem has been patched in XWiki 14.10 by checking the rights of current user: only admin and deleter of the document are allowed to view it.",
               },
            ],
         },
         impact: {
            cvss: [
               {
                  attackComplexity: "LOW",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "NONE",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
            ],
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        cweId: "CWE-668",
                        lang: "eng",
                        value: "CWE-668: Exposure of Resource to Wrong Sphere",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-4f8g-fq6x-jqrr",
                  refsource: "MISC",
                  url: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-4f8g-fq6x-jqrr",
               },
               {
                  name: "https://github.com/xwiki/xwiki-platform/commit/d9e947559077e947315bf700c5703dfc7dd8a8d7",
                  refsource: "MISC",
                  url: "https://github.com/xwiki/xwiki-platform/commit/d9e947559077e947315bf700c5703dfc7dd8a8d7",
               },
               {
                  name: "https://jira.xwiki.org/browse/XWIKI-16285",
                  refsource: "MISC",
                  url: "https://jira.xwiki.org/browse/XWIKI-16285",
               },
            ],
         },
         source: {
            advisory: "GHSA-4f8g-fq6x-jqrr",
            discovery: "UNKNOWN",
         },
      },
      "gitlab.com": {
         advisories: [
            {
               affected_range: "[1.2-milestone-1,13.10.11),[14.0-rc-1,14.4.7),[14.5,14.10)",
               affected_versions: "All versions starting from 1.2-milestone-1 before 13.10.11, all versions starting from 14.0-rc-1 before 14.4.7, all versions starting from 14.5 before 14.10",
               cwe_ids: [
                  "CWE-1035",
                  "CWE-937",
               ],
               date: "2023-04-12",
               description: "### Impact\n\nRights added to a document are not taken into account for viewing it once it's deleted. Note that this vulnerability only impact deleted documents that where containing view rights: the view rights provided on a space of a deleted document are properly checked.\n\n### Patches\n\nThe problem has been patched in XWiki 14.10 by checking the rights of current user: only admin and deleter of the document are allowed to view it.\n\n### Workarounds\n\nThere is no workaround for this vulnerability other than upgrading.\n\n### References\n\n * Jira ticket: https://jira.xwiki.org/browse/XWIKI-16285\n * Commit: https://github.com/xwiki/xwiki-platform/commit/d9e947559077e947315bf700c5703dfc7dd8a8d7\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira](https://jira.xwiki.org)\n* Email us at [security ML](mailto:security@xwiki.org)\n",
               fixed_versions: [
                  "13.10.11",
                  "14.4.7",
                  "14.10",
               ],
               identifier: "CVE-2023-29208",
               identifiers: [
                  "GHSA-4f8g-fq6x-jqrr",
                  "CVE-2023-29208",
               ],
               not_impacted: "All versions before 1.2-milestone-1, all versions starting from 13.10.11 before 14.0-rc-1, all versions starting from 14.4.7 before 14.5, all versions starting from 14.10",
               package_slug: "maven/org.xwiki.platform/xwiki-platform-oldcore",
               pubdate: "2023-04-12",
               solution: "Upgrade to versions 13.10.11, 14.4.7, 14.10 or above.",
               title: "org.xwiki.platform:xwiki-platform-oldcore vulnerable to data leak through deleted documents ",
               urls: [
                  "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-4f8g-fq6x-jqrr",
                  "https://github.com/xwiki/xwiki-platform/commit/d9e947559077e947315bf700c5703dfc7dd8a8d7",
                  "https://jira.xwiki.org/browse/XWIKI-16285",
                  "https://github.com/advisories/GHSA-4f8g-fq6x-jqrr",
               ],
               uuid: "7c26eb63-2f1a-4f9b-a63b-0b1ecba9c173",
            },
         ],
      },
      "nvd.nist.gov": {
         configurations: {
            CVE_data_version: "4.0",
            nodes: [
               {
                  children: [],
                  cpe_match: [
                     {
                        cpe23Uri: "cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*",
                        cpe_name: [],
                        versionEndExcluding: "14.10",
                        versionStartIncluding: "14.5",
                        vulnerable: true,
                     },
                     {
                        cpe23Uri: "cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*",
                        cpe_name: [],
                        versionEndExcluding: "14.4.7",
                        versionStartIncluding: "14.4.0",
                        vulnerable: true,
                     },
                     {
                        cpe23Uri: "cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*",
                        cpe_name: [],
                        versionEndExcluding: "13.10.11",
                        versionStartIncluding: "1.1",
                        vulnerable: true,
                     },
                  ],
                  operator: "OR",
               },
            ],
         },
         cve: {
            CVE_data_meta: {
               ASSIGNER: "security-advisories@github.com",
               ID: "CVE-2023-29208",
            },
            data_format: "MITRE",
            data_type: "CVE",
            data_version: "4.0",
            description: {
               description_data: [
                  {
                     lang: "en",
                     value: "XWiki Commons are technical libraries common to several other top level XWiki projects. Rights added to a document are not taken into account for viewing it once it's deleted. Note that this vulnerability only impact deleted documents that where containing view rights: the view rights provided on a space of a deleted document are properly checked. The problem has been patched in XWiki 14.10 by checking the rights of current user: only admin and deleter of the document are allowed to view it.",
                  },
               ],
            },
            problemtype: {
               problemtype_data: [
                  {
                     description: [
                        {
                           lang: "en",
                           value: "CWE-668",
                        },
                     ],
                  },
               ],
            },
            references: {
               reference_data: [
                  {
                     name: "https://github.com/xwiki/xwiki-platform/commit/d9e947559077e947315bf700c5703dfc7dd8a8d7",
                     refsource: "MISC",
                     tags: [
                        "Patch",
                     ],
                     url: "https://github.com/xwiki/xwiki-platform/commit/d9e947559077e947315bf700c5703dfc7dd8a8d7",
                  },
                  {
                     name: "https://jira.xwiki.org/browse/XWIKI-16285",
                     refsource: "MISC",
                     tags: [
                        "Exploit",
                        "Issue Tracking",
                     ],
                     url: "https://jira.xwiki.org/browse/XWIKI-16285",
                  },
                  {
                     name: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-4f8g-fq6x-jqrr",
                     refsource: "MISC",
                     tags: [
                        "Exploit",
                        "Patch",
                        "Vendor Advisory",
                     ],
                     url: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-4f8g-fq6x-jqrr",
                  },
               ],
            },
         },
         impact: {
            baseMetricV3: {
               cvssV3: {
                  attackComplexity: "LOW",
                  attackVector: "NETWORK",
                  availabilityImpact: "NONE",
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "NONE",
                  privilegesRequired: "NONE",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                  version: "3.1",
               },
               exploitabilityScore: 3.9,
               impactScore: 3.6,
            },
         },
         lastModifiedDate: "2023-04-25T18:47Z",
         publishedDate: "2023-04-15T16: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.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


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.