gsd-2022-46363
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
A vulnerability in Apache CXF before versions 3.5.5 and 3.4.10 allows an attacker to perform a remote directory listing or code exfiltration. The vulnerability only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, and so the vulnerability can only arise if the CXF service is misconfigured.
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2022-46363",
      id: "GSD-2022-46363",
      references: [
         "https://access.redhat.com/errata/RHSA-2023:0483",
         "https://access.redhat.com/errata/RHSA-2023:0544",
         "https://access.redhat.com/errata/RHSA-2023:1043",
         "https://access.redhat.com/errata/RHSA-2023:1044",
         "https://access.redhat.com/errata/RHSA-2023:1045",
         "https://access.redhat.com/errata/RHSA-2023:1047",
         "https://access.redhat.com/errata/RHSA-2023:1049",
      ],
   },
   gsd: {
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      osvSchema: {
         aliases: [
            "CVE-2022-46363",
         ],
         details: "A vulnerability in Apache CXF before versions 3.5.5 and 3.4.10 allows an attacker to perform a remote directory listing or code exfiltration. The vulnerability only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, and so the vulnerability can only arise if the CXF service is misconfigured.",
         id: "GSD-2022-46363",
         modified: "2023-12-13T01:19:37.641601Z",
         schema_version: "1.4.0",
      },
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "security@apache.org",
            ID: "CVE-2022-46363",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "Apache CXF",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "=",
                                       version_value: "3.5",
                                    },
                                    {
                                       version_affected: "=",
                                       version_value: "3.4",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "Apache Software Foundation",
                  },
               ],
            },
         },
         credits: [
            {
               lang: "en",
               value: "thanat0s from Beijin Qihoo 360 adlab",
            },
         ],
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "A vulnerability in Apache CXF before versions 3.5.5 and 3.4.10 allows an attacker to perform a remote directory listing or code exfiltration. The vulnerability only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, and so the vulnerability can only arise if the CXF service is misconfigured.",
               },
            ],
         },
         generator: {
            engine: "Vulnogram 0.1.0-dev",
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        cweId: "CWE-20",
                        lang: "eng",
                        value: "CWE-20 Improper Input Validation",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
                  refsource: "MISC",
                  url: "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
               },
            ],
         },
         source: {
            discovery: "EXTERNAL",
         },
      },
      "gitlab.com": {
         advisories: [
            {
               affected_range: "(,3.4.10),[3.5.0,3.5.5)",
               affected_versions: "All versions before 3.4.10, all versions starting from 3.5.0 before 3.5.5",
               cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
               cwe_ids: [
                  "CWE-1035",
                  "CWE-20",
                  "CWE-937",
               ],
               date: "2022-12-16",
               description: "A vulnerability in Apache CXF before versions 3.5.5 and 3.4.10 allows an attacker to perform a remote directory listing or code exfiltration. The vulnerability only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, and so the vulnerability can only arise if the CXF service is misconfigured.",
               fixed_versions: [
                  "3.4.10",
                  "3.5.5",
               ],
               identifier: "CVE-2022-46363",
               identifiers: [
                  "CVE-2022-46363",
                  "GHSA-3w37-5p3p-jv92",
               ],
               not_impacted: "",
               package_slug: "maven/org.apache.cxf/cxf-core",
               pubdate: "2022-12-13",
               solution: "Upgrade to versions 3.4.10, 3.5.5 or above.",
               title: "Improper Input Validation",
               urls: [
                  "https://nvd.nist.gov/vuln/detail/CVE-2022-46363",
                  "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
                  "https://github.com/advisories/GHSA-3w37-5p3p-jv92",
               ],
               uuid: "6037cc5c-fac7-4f5a-9b66-2b5a6b311950",
            },
            {
               affected_range: "(,3.4.10),[3.5.0,3.5.5)",
               affected_versions: "All versions before 3.4.10, all versions starting from 3.5.0 before 3.5.5",
               cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
               cwe_ids: [
                  "CWE-1035",
                  "CWE-20",
                  "CWE-937",
               ],
               date: "2022-12-16",
               description: "A vulnerability in Apache CXF before versions 3.5.5 and 3.4.10 allows an attacker to perform a remote directory listing or code exfiltration. The vulnerability only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, and so the vulnerability can only arise if the CXF service is misconfigured.",
               fixed_versions: [
                  "3.4.10",
                  "3.5.5",
               ],
               identifier: "CVE-2022-46363",
               identifiers: [
                  "CVE-2022-46363",
               ],
               not_impacted: "",
               package_slug: "maven/org.apache.cxf/cxf",
               pubdate: "2022-12-13",
               solution: "Upgrade to versions 3.4.10, 3.5.5 or above.",
               title: "Improper Input Validation",
               urls: [
                  "https://nvd.nist.gov/vuln/detail/CVE-2022-46363",
                  "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
               ],
               uuid: "6a4229c6-e3d6-49b6-8553-3007935d6f34",
            },
         ],
      },
      "nvd.nist.gov": {
         configurations: {
            CVE_data_version: "4.0",
            nodes: [],
         },
         cve: {
            CVE_data_meta: {
               ASSIGNER: "security@apache.org",
               ID: "CVE-2022-46363",
            },
            data_format: "MITRE",
            data_type: "CVE",
            data_version: "4.0",
            description: {
               description_data: [
                  {
                     lang: "en",
                     value: "A vulnerability in Apache CXF before versions 3.5.5 and 3.4.10 allows an attacker to perform a remote directory listing or code exfiltration. The vulnerability only applies when the CXFServlet is configured with both the static-resources-list and redirect-query-check attributes. These attributes are not supposed to be used together, and so the vulnerability can only arise if the CXF service is misconfigured.",
                  },
               ],
            },
            problemtype: {
               problemtype_data: [
                  {
                     description: [
                        {
                           lang: "en",
                           value: "CWE-20",
                        },
                     ],
                  },
               ],
            },
            references: {
               reference_data: [
                  {
                     name: "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
                     refsource: "MISC",
                     tags: [],
                     url: "https://lists.apache.org/thread/pdzo1qgyplf4y523tnnzrcm7hoco3l8c",
                  },
               ],
            },
         },
         impact: {},
         lastModifiedDate: "2022-12-13T15:15Z",
         publishedDate: "2022-12-13T15: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.