{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-9692",
        "assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
        "state": "PUBLISHED",
        "assignerShortName": "CPANSec",
        "dateReserved": "2026-05-27T10:52:01.931Z",
        "datePublished": "2026-06-18T17:53:03.461Z",
        "dateUpdated": "2026-06-18T18:47:32.577Z"
    },
    "containers": {
        "cna": {
            "affected": [
                {
                    "collectionURL": "https://cpan.org/modules",
                    "defaultStatus": "unaffected",
                    "packageName": "Mojolicious-Plugin-SessionStore",
                    "product": "Mojolicious::Sessions::Storable",
                    "programRoutines": [
                        {
                            "name": "Mojolicious::Sessions::Storable#sid_generator"
                        }
                    ],
                    "repo": "https://github.com/hayajo/Mojolicious-Plugin-SessionStore",
                    "vendor": "HAYAJO",
                    "versions": [
                        {
                            "lessThanOrEqual": "0.05",
                            "status": "affected",
                            "version": "0",
                            "versionType": "custom"
                        }
                    ]
                }
            ],
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Mojolicious::Sessions::Storable versions through 0.05 for Perl generate session ids insecurely.\n\nThe default session id generator returns a SHA-1 hash seeded with the built-in rand function, the epoch time, the heap address of an anonymous hash, and the PID.\n\nThese are predictable or low-entropy sources that are unsuitable for security purposes."
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-340",
                            "description": "CWE-340 Generation of Predictable Numbers or Identifiers",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-338",
                            "description": "CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
                "shortName": "CPANSec",
                "dateUpdated": "2026-06-18T17:53:03.461Z"
            },
            "references": [
                {
                    "tags": [
                        "patch"
                    ],
                    "url": "https://security.metacpan.org/patches/M/Mojolicious-Plugin-SessionStore/0.05/CVE-2026-9692-r1.patch"
                },
                {
                    "url": "https://metacpan.org/release/HAYAJO/Mojolicious-Plugin-SessionStore-0.05/source/lib/Mojolicious/Sessions/Storable.pm#L11-15"
                },
                {
                    "tags": [
                        "vendor-advisory",
                        "related",
                        "vdb-entry"
                    ],
                    "url": "https://www.cve.org/CVERecord?id=CVE-2025-40923"
                },
                {
                    "tags": [
                        "technical-description"
                    ],
                    "url": "https://security.metacpan.org/docs/guides/random-data-for-security.html"
                }
            ],
            "source": {
                "discovery": "UNKNOWN"
            },
            "title": "Mojolicious::Sessions::Storable versions through 0.05 for Perl generate session ids insecurely",
            "workarounds": [
                {
                    "lang": "en",
                    "value": "Apply the patch, which requires an upgrade to Mojolicious 9.46 or later."
                }
            ],
            "x_generator": {
                "engine": "cpansec-cna-tool 0.1"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "cvssV3_1": {
                            "scope": "UNCHANGED",
                            "version": "3.1",
                            "baseScore": 5.3,
                            "attackVector": "NETWORK",
                            "baseSeverity": "MEDIUM",
                            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
                            "integrityImpact": "NONE",
                            "userInteraction": "NONE",
                            "attackComplexity": "LOW",
                            "availabilityImpact": "NONE",
                            "privilegesRequired": "NONE",
                            "confidentialityImpact": "LOW"
                        }
                    },
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-06-18T18:47:24.948872Z",
                                "id": "CVE-2026-9692",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "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-18T18:47:32.577Z"
                }
            }
        ]
    }
}