{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-40082",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-04-09T00:39:12.205Z",
        "datePublished": "2026-06-25T22:33:45.871Z",
        "dateUpdated": "2026-06-26T18:42:09.149Z"
    },
    "containers": {
        "cna": {
            "title": "Cacti: Session Fixation via missing session_regenerate_id() after login",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-384",
                            "lang": "en",
                            "description": "CWE-384: Session Fixation",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 5.4,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "LOW",
                        "integrityImpact": "LOW",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/Cacti/cacti/security/advisories/GHSA-273r-qr93-wgcp",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/Cacti/cacti/security/advisories/GHSA-273r-qr93-wgcp"
                },
                {
                    "name": "https://github.com/Cacti/cacti/commit/2fa404e70a5702be10682555911228e8e51ba198",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Cacti/cacti/commit/2fa404e70a5702be10682555911228e8e51ba198"
                },
                {
                    "name": "https://github.com/Cacti/cacti/releases/tag/release%2F1.2.31",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Cacti/cacti/releases/tag/release%2F1.2.31"
                }
            ],
            "affected": [
                {
                    "vendor": "Cacti",
                    "product": "cacti",
                    "versions": [
                        {
                            "version": "< 1.2.31",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-06-25T22:33:45.871Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Cacti is an open source performance and fault management framework. Versions 1.2.30 and prior have missing session_regenerate_id() after login, leading to Session Fixation. session_regenerate_id() is NOT called after successful login. The login flow at auth_login.php:203-207 directly sets $_SESSION[SESS_USER_ID] without rotating the session ID. The session cookie configuration is otherwise good (httponly=true, samesite=Strict, secure=true for HTTPS at include/global.php:513-537), but these do not prevent session fixation via same-site vectors. This issue has been fixed in version 1.2.31."
                }
            ],
            "source": {
                "advisory": "GHSA-273r-qr93-wgcp",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-06-26T17:50:35.387627Z",
                                "id": "CVE-2026-40082",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-06-26T18:42:09.149Z"
                }
            }
        ]
    }
}