Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/84137?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/84137?format=api",
    "vulnerability_id": "VCID-7fky-a864-suex",
    "summary": "Mattermost Race Condition vulnerability\nMattermost versions 10.1.x <= 10.1.2, 10.0.x <= 10.0.2, 9.11.x <= 9.11.4, and 9.5.x <= 9.5.12 fail to prevent concurrently checking and updating the failed login attempts. which allows an attacker to bypass of \"Max failed attempts\" restriction and send a big number of login attempts before being blocked via simultaneously sending multiple login requests",
    "aliases": [
        {
            "alias": "CVE-2024-48872"
        },
        {
            "alias": "GHSA-826h-p4c3-477p"
        }
    ],
    "fixed_packages": [],
    "affected_packages": [],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-48872",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00085",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24717",
                    "published_at": "2026-06-05T12:55:00Z"
                },
                {
                    "value": "0.00085",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24602",
                    "published_at": "2026-06-09T12:55:00Z"
                },
                {
                    "value": "0.00085",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24593",
                    "published_at": "2026-06-08T12:55:00Z"
                },
                {
                    "value": "0.00085",
                    "scoring_system": "epss",
                    "scoring_elements": "0.2465",
                    "published_at": "2026-06-07T12:55:00Z"
                },
                {
                    "value": "0.00085",
                    "scoring_system": "epss",
                    "scoring_elements": "0.24706",
                    "published_at": "2026-06-06T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-48872"
        },
        {
            "reference_url": "https://github.com/mattermost/mattermost",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/mattermost/mattermost"
        },
        {
            "reference_url": "https://mattermost.com/security-updates",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-12-16T16:04:48Z/"
                }
            ],
            "url": "https://mattermost.com/security-updates"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48872",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48872"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 362,
            "name": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
            "description": "The product contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently."
        }
    ],
    "exploits": [],
    "severity_range_score": "4.0 - 6.9",
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-7fky-a864-suex"
}