ghsa-cfh2-3f5r-4vf9
Vulnerability from github
Published
2022-01-26 00:00
Modified
2022-02-02 00:02
Details

The code that performs password matching when using 'Basic' HTTP authentication does not use a constant-time memcmp and has no rate-limiting. This means that an unauthenticated network attacker can brute-force the HTTP basic password, byte-by-byte, by recording the webserver's response time until the unauthorized (401) response.

Show details on source website


{
  "affected": [],
  "aliases": [
    "CVE-2021-43298"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-307"
    ],
    "github_reviewed": false,
    "github_reviewed_at": null,
    "nvd_published_at": "2022-01-25T20:15:00Z",
    "severity": "CRITICAL"
  },
  "details": "The code that performs password matching when using \u0027Basic\u0027 HTTP authentication does not use a constant-time memcmp and has no rate-limiting. This means that an unauthenticated network attacker can brute-force the HTTP basic password, byte-by-byte, by recording the webserver\u0027s response time until the unauthorized (401) response.",
  "id": "GHSA-cfh2-3f5r-4vf9",
  "modified": "2022-02-02T00:02:03Z",
  "published": "2022-01-26T00:00:58Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43298"
    },
    {
      "type": "WEB",
      "url": "https://github.com/embedthis/goahead/issues/304"
    }
  ],
  "schema_version": "1.4.0",
  "severity": []
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...