Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    Related vulnerabilities

    GHSA-HPJ7-WQ8M-9HGP

    Vulnerability from github – Published: 2026-06-15 20:09 – Updated: 2026-06-15 20:09
    VLAI
    Summary
    aiohttp: DigestAuthMiddleware Applies Credentials to Cross-Origin Redirect Challenges
    Details

    Summary

    DigestAuthMiddleware can send an authentication response after following a cross-origin redirect.

    Impact

    If the client follows a redirect (the default option) to an attacker controlled domain, the attacker may be able to extract the auth digest.

    This likely requires an open redirect vulnerability or similar on the target domain for an attacker to be able to execute. Further, the attacker is only receiving the digest, so should only be able to extract the user's credentials if the cryptography is weak or there is some kind of password reuse.

    Workaround

    Disable follow_redirects if this is a concern.


    Patch: https://github.com/aio-libs/aiohttp/commit/38d16060037e1bfcd6d677abababa3c2a4bb58fa

    Show details on source website

    {
      "affected": [
        {
          "database_specific": {
            "last_known_affected_version_range": "\u003c= 3.14.0"
          },
          "package": {
            "ecosystem": "PyPI",
            "name": "aiohttp"
          },
          "ranges": [
            {
              "events": [
                {
                  "introduced": "0"
                },
                {
                  "fixed": "3.14.1"
                }
              ],
              "type": "ECOSYSTEM"
            }
          ]
        }
      ],
      "aliases": [
        "CVE-2026-54276"
      ],
      "database_specific": {
        "cwe_ids": [
          "CWE-200",
          "CWE-522"
        ],
        "github_reviewed": true,
        "github_reviewed_at": "2026-06-15T20:09:06Z",
        "nvd_published_at": null,
        "severity": "MODERATE"
      },
      "details": "### Summary\n\n``DigestAuthMiddleware`` can send an authentication response after following a cross-origin redirect.\n\n### Impact\n\nIf the client follows a redirect (the default option) to an attacker controlled domain, the attacker may be able to extract the auth digest.\n\nThis likely requires an open redirect vulnerability or similar on the target domain for an attacker to be able to execute. Further, the attacker is only receiving the digest, so should only be able to extract the user\u0027s credentials if the cryptography is weak or there is some kind of password reuse.\n\n### Workaround\n\nDisable ``follow_redirects`` if this is a concern.\n\n-----\n\nPatch: https://github.com/aio-libs/aiohttp/commit/38d16060037e1bfcd6d677abababa3c2a4bb58fa",
      "id": "GHSA-hpj7-wq8m-9hgp",
      "modified": "2026-06-15T20:09:06Z",
      "published": "2026-06-15T20:09:06Z",
      "references": [
        {
          "type": "WEB",
          "url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-hpj7-wq8m-9hgp"
        },
        {
          "type": "WEB",
          "url": "https://github.com/aio-libs/aiohttp/commit/38d16060037e1bfcd6d677abababa3c2a4bb58fa"
        },
        {
          "type": "PACKAGE",
          "url": "https://github.com/aio-libs/aiohttp"
        }
      ],
      "schema_version": "1.4.0",
      "severity": [
        {
          "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
          "type": "CVSS_V4"
        }
      ],
      "summary": "aiohttp: DigestAuthMiddleware Applies Credentials to Cross-Origin Redirect Challenges"
    }