ghsa-g475-pch5-6wvv
Vulnerability from github
Published
2021-05-06 18:54
Modified
2021-05-05 19:06
Severity ?
VLAI Severity ?
Summary
Authentication bypass in MAGMI
Details
MAGMI versions prior to 0.7.24 are vulnerable to a remote authentication bypass due to allowing default credentials in the event there is a database connection failure. A remote attacker can trigger this connection failure if the Mysql setting max_connections (default 151) is lower than Apache (or another web server) setting MaxRequestWorkers (formerly MaxClients) (default 256). This can be done by sending at least 151 simultaneous requests to the Magento website to trigger a "Too many connections" error, then use default magmi:magmi basic authentication to remotely bypass authentication.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "dweeves/magmi" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.7.24" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-5777" ], "database_specific": { "cwe_ids": [ "CWE-287" ], "github_reviewed": true, "github_reviewed_at": "2021-05-05T19:06:27Z", "nvd_published_at": "2020-09-01T21:15:00Z", "severity": "CRITICAL" }, "details": "MAGMI versions prior to 0.7.24 are vulnerable to a remote authentication bypass due to allowing default credentials in the event there is a database connection failure. A remote attacker can trigger this connection failure if the Mysql setting max_connections (default 151) is lower than Apache (or another web server) setting MaxRequestWorkers (formerly MaxClients) (default 256). This can be done by sending at least 151 simultaneous requests to the Magento website to trigger a \"Too many connections\" error, then use default magmi:magmi basic authentication to remotely bypass authentication.", "id": "GHSA-g475-pch5-6wvv", "modified": "2021-05-05T19:06:27Z", "published": "2021-05-06T18:54:35Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-5777" }, { "type": "WEB", "url": "https://github.com/dweeves/magmi-git/commit/dde71de5cfd505fe78e5caf21d6531b61450a16f" }, { "type": "WEB", "url": "https://www.tenable.com/security/research/tra-2020-51" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Authentication bypass in MAGMI" }
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…