CVE-2025-0823 (GCVE-0-2025-0823)
Vulnerability from cvelistv5
Published
2025-02-28 02:31
Modified
2025-02-28 16:24
CWE
  • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Summary
IBM Cognos Analytics 11.2.0 through 11.2.4 FP5 and 12.0.0 through 12.0.4 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing "dot dot" sequences (/../) to view arbitrary files on the system.
References
Impacted products
Vendor Product Version
IBM Cognos Analytics Version: 11.2.0    11.2.4 FP5
Version: 12.0.0    12.0.4
    cpe:2.3:a:ibm:cognos_analytics:11.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:11.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:11.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:11.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:11.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:12.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:12.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:12.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:12.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:ibm:cognos_analytics:12.0.4:*:*:*:*:*:*:*
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2025-0823",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-02-28T16:24:08.118966Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-02-28T16:24:22.680Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "cpes": [
            "cpe:2.3:a:ibm:cognos_analytics:11.2.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:11.2.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:11.2.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:11.2.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:11.2.4:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:12.0.0:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:12.0.1:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:12.0.2:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:12.0.3:*:*:*:*:*:*:*",
            "cpe:2.3:a:ibm:cognos_analytics:12.0.4:*:*:*:*:*:*:*"
          ],
          "defaultStatus": "unaffected",
          "product": "Cognos Analytics",
          "vendor": "IBM",
          "versions": [
            {
              "lessThanOrEqual": "11.2.4 FP5",
              "status": "affected",
              "version": "11.2.0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "12.0.4",
              "status": "affected",
              "version": "12.0.0",
              "versionType": "semver"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "IBM Cognos Analytics 11.2.0 through 11.2.4 FP5 and 12.0.0 through 12.0.4 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary files on the system."
            }
          ],
          "value": "IBM Cognos Analytics 11.2.0 through 11.2.4 FP5 and 12.0.0 through 12.0.4 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary files on the system."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-22",
              "description": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-02-28T02:31:01.843Z",
        "orgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
        "shortName": "ibm"
      },
      "references": [
        {
          "tags": [
            "vendor-advisory"
          ],
          "url": "https://www.ibm.com/support/pages/node/7183676"
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "title": "IBM MQ path traversal",
      "x_generator": {
        "engine": "Vulnogram 0.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "9a959283-ebb5-44b6-b705-dcc2bbced522",
    "assignerShortName": "ibm",
    "cveId": "CVE-2025-0823",
    "datePublished": "2025-02-28T02:31:01.843Z",
    "dateReserved": "2025-01-29T02:06:49.318Z",
    "dateUpdated": "2025-02-28T16:24:22.680Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-0823\",\"sourceIdentifier\":\"psirt@us.ibm.com\",\"published\":\"2025-02-28T03:15:10.510\",\"lastModified\":\"2025-07-02T15:59:20.773\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"IBM Cognos Analytics 11.2.0 through 11.2.4 FP5 and 12.0.0 through 12.0.4 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing \\\"dot dot\\\" sequences (/../) to view arbitrary files on the system.\"},{\"lang\":\"es\",\"value\":\"IBM Cognos Analytics 11.2.0 a 11.2.4 FP5 y 12.0.0 a 12.0.4 podr\u00edan permitir que un atacante remoto recorra los directorios del sistema. Un atacante podr\u00eda enviar una solicitud de URL especialmente manipulada que contenga secuencias de \\\"punto punto\\\" (/../) para ver archivos arbitrarios en el sistema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"psirt@us.ibm.com\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"psirt@us.ibm.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"11.2.0\",\"versionEndExcluding\":\"11.2.4\",\"matchCriteriaId\":\"FA7F561D-2D45-4BDB-AE84-1BD057DC9930\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"12.0.0\",\"versionEndExcluding\":\"12.0.4\",\"matchCriteriaId\":\"90D7AA5F-889B-4FC6-AE9D-9659FCAC13FF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:11.2.4:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"A1D81212-AFFE-4A73-AAC1-E558973FC452\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:11.2.4:fixpack1:*:*:*:*:*:*\",\"matchCriteriaId\":\"07DC144D-62FC-4808-A77A-642871C1F8FC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:11.2.4:fixpack2:*:*:*:*:*:*\",\"matchCriteriaId\":\"2A61B920-B490-48A8-BF00-13B8854683FD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:11.2.4:fixpack3:*:*:*:*:*:*\",\"matchCriteriaId\":\"1F65BC6D-9A9D-45B9-919B-2855586C4F1B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:11.2.4:fixpack4:*:*:*:*:*:*\",\"matchCriteriaId\":\"684FA3C7-ABEA-4CB8-8D88-4BA18F1A73FB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:11.2.4:fixpack5:*:*:*:*:*:*\",\"matchCriteriaId\":\"3372238E-BFA8-4342-A523-9DB9628D11B7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:12.0.4:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"CED100CC-0C88-41B9-8742-4AD51C105527\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ibm:cognos_analytics:12.0.4:interim_fix_1:*:*:*:*:*:*\",\"matchCriteriaId\":\"3C54FA39-7D14-434E-A9FB-5606A3A08185\"}]}]}],\"references\":[{\"url\":\"https://www.ibm.com/support/pages/node/7183676\",\"source\":\"psirt@us.ibm.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
    "vulnrichment": {
      "containers": "{\"cna\": {\"affected\": [{\"cpes\": [\"cpe:2.3:a:ibm:cognos_analytics:11.2.0:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:11.2.1:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:11.2.2:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:11.2.3:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:11.2.4:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:12.0.0:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:12.0.1:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:12.0.2:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:12.0.3:*:*:*:*:*:*:*\", \"cpe:2.3:a:ibm:cognos_analytics:12.0.4:*:*:*:*:*:*:*\"], \"defaultStatus\": \"unaffected\", \"product\": \"Cognos Analytics\", \"vendor\": \"IBM\", \"versions\": [{\"lessThanOrEqual\": \"11.2.4 FP5\", \"status\": \"affected\", \"version\": \"11.2.0\", \"versionType\": \"semver\"}, {\"lessThanOrEqual\": \"12.0.4\", \"status\": \"affected\", \"version\": \"12.0.0\", \"versionType\": \"semver\"}]}], \"descriptions\": [{\"lang\": \"en\", \"supportingMedia\": [{\"base64\": false, \"type\": \"text/html\", \"value\": \"IBM Cognos Analytics 11.2.0 through 11.2.4 FP5 and 12.0.0 through 12.0.4 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing \\\"dot dot\\\" sequences (/../) to view arbitrary files on the system.\"}], \"value\": \"IBM Cognos Analytics 11.2.0 through 11.2.4 FP5 and 12.0.0 through 12.0.4 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing \\\"dot dot\\\" sequences (/../) to view arbitrary files on the system.\"}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"LOW\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"NONE\", \"baseScore\": 6.5, \"baseSeverity\": \"MEDIUM\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"NONE\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\", \"version\": \"3.1\"}, \"format\": \"CVSS\", \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-22\", \"description\": \"CWE-22 Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)\", \"lang\": \"en\", \"type\": \"CWE\"}]}], \"providerMetadata\": {\"orgId\": \"9a959283-ebb5-44b6-b705-dcc2bbced522\", \"shortName\": \"ibm\", \"dateUpdated\": \"2025-02-28T02:31:01.843Z\"}, \"references\": [{\"tags\": [\"vendor-advisory\"], \"url\": \"https://www.ibm.com/support/pages/node/7183676\"}], \"source\": {\"discovery\": \"UNKNOWN\"}, \"title\": \"IBM MQ path traversal\", \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-0823\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-28T16:24:08.118966Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-28T16:24:18.843Z\"}}]}",
      "cveMetadata": "{\"cveId\": \"CVE-2025-0823\", \"assignerOrgId\": \"9a959283-ebb5-44b6-b705-dcc2bbced522\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"ibm\", \"dateReserved\": \"2025-01-29T02:06:49.318Z\", \"datePublished\": \"2025-02-28T02:31:01.843Z\", \"dateUpdated\": \"2025-02-28T16:24:22.680Z\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


Log in or create an account to share your comment.




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.


Loading…

Loading…