Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for open_security_issue_management by redhat

    CVE-2026-1616 (GCVE-0-2026-1616)

    Vulnerability from nvd – Published: 2026-01-29 13:38 – Updated: 2026-01-29 16:44
    VLAI
    Title
    osim: Path Traversal via query parameters in Nginx configuration
    Summary
    The $uri$args concatenation in nginx configuration file present in Open Security Issue Management (OSIM) prior v2025.9.0 allows path traversal attacks via query parameters.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
    Assigner
    Impacted products
    Vendor Product Version
    Red Hat osim Affected: 0 , < v2025.9.0 (custom)
    Create a notification for this product.
    Date Public
    2025-09-02 13:00
    Credits
    Moritz Oehrlein (m1tz)
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-1616",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-01-29T15:56:24.185454Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-01-29T16:44:01.819Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/RedHatProductSecurity/osim",
              "defaultStatus": "unaffected",
              "packageName": "osim",
              "product": "osim",
              "repo": "https://github.com/RedHatProductSecurity/osim",
              "vendor": "Red Hat",
              "versions": [
                {
                  "lessThan": "v2025.9.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "reporter",
              "value": "Moritz Oehrlein (m1tz)"
            }
          ],
          "datePublic": "2025-09-02T13:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe $uri$args concatenation in nginx configuration file present in Open Security Issue Management (OSIM) prior v2025.9.0 allows path traversal attacks via query parameters.\u003c/p\u003e"
                }
              ],
              "value": "The $uri$args concatenation in nginx configuration file present in Open Security Issue Management (OSIM) prior v2025.9.0 allows path traversal attacks via query parameters."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-126",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-126 Path Traversal"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "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"
              },
              "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": "2026-01-29T13:38:35.932Z",
            "orgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
            "shortName": "redhat-cnalr"
          },
          "references": [
            {
              "url": "https://github.com/RedHatProductSecurity/osim/pull/615"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "osim: Path Traversal via query parameters in Nginx configuration",
          "x_generator": {
            "engine": "Vulnogram 0.5.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
        "assignerShortName": "redhat-cnalr",
        "cveId": "CVE-2026-1616",
        "datePublished": "2026-01-29T13:38:35.932Z",
        "dateReserved": "2026-01-29T13:25:57.791Z",
        "dateUpdated": "2026-01-29T16:44:01.819Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-1616 (GCVE-0-2026-1616)

    Vulnerability from cvelistv5 – Published: 2026-01-29 13:38 – Updated: 2026-01-29 16:44
    VLAI
    Title
    osim: Path Traversal via query parameters in Nginx configuration
    Summary
    The $uri$args concatenation in nginx configuration file present in Open Security Issue Management (OSIM) prior v2025.9.0 allows path traversal attacks via query parameters.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
    Assigner
    Impacted products
    Vendor Product Version
    Red Hat osim Affected: 0 , < v2025.9.0 (custom)
    Create a notification for this product.
    Date Public
    2025-09-02 13:00
    Credits
    Moritz Oehrlein (m1tz)
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-1616",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-01-29T15:56:24.185454Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-01-29T16:44:01.819Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/RedHatProductSecurity/osim",
              "defaultStatus": "unaffected",
              "packageName": "osim",
              "product": "osim",
              "repo": "https://github.com/RedHatProductSecurity/osim",
              "vendor": "Red Hat",
              "versions": [
                {
                  "lessThan": "v2025.9.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "custom"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "reporter",
              "value": "Moritz Oehrlein (m1tz)"
            }
          ],
          "datePublic": "2025-09-02T13:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe $uri$args concatenation in nginx configuration file present in Open Security Issue Management (OSIM) prior v2025.9.0 allows path traversal attacks via query parameters.\u003c/p\u003e"
                }
              ],
              "value": "The $uri$args concatenation in nginx configuration file present in Open Security Issue Management (OSIM) prior v2025.9.0 allows path traversal attacks via query parameters."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-126",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-126 Path Traversal"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "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"
              },
              "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": "2026-01-29T13:38:35.932Z",
            "orgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
            "shortName": "redhat-cnalr"
          },
          "references": [
            {
              "url": "https://github.com/RedHatProductSecurity/osim/pull/615"
            }
          ],
          "source": {
            "discovery": "UNKNOWN"
          },
          "title": "osim: Path Traversal via query parameters in Nginx configuration",
          "x_generator": {
            "engine": "Vulnogram 0.5.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "74b3a70d-cca6-4d34-9789-e83b222ae3be",
        "assignerShortName": "redhat-cnalr",
        "cveId": "CVE-2026-1616",
        "datePublished": "2026-01-29T13:38:35.932Z",
        "dateReserved": "2026-01-29T13:25:57.791Z",
        "dateUpdated": "2026-01-29T16:44:01.819Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }