{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2025-47907",
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "state": "PUBLISHED",
        "assignerShortName": "Go",
        "dateReserved": "2025-05-13T23:31:29.597Z",
        "datePublished": "2025-08-07T15:25:30.704Z",
        "dateUpdated": "2025-11-04T21:10:56.083Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
                "shortName": "Go",
                "dateUpdated": "2025-08-07T15:25:30.704Z"
            },
            "title": "Incorrect results returned from Rows.Scan in database/sql",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error."
                }
            ],
            "affected": [
                {
                    "vendor": "Go standard library",
                    "product": "database/sql",
                    "collectionURL": "https://pkg.go.dev",
                    "packageName": "database/sql",
                    "versions": [
                        {
                            "version": "0",
                            "lessThan": "1.23.12",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "1.24.0",
                            "lessThan": "1.24.6",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ],
                    "programRoutines": [
                        {
                            "name": "Rows.Scan"
                        },
                        {
                            "name": "Row.Scan"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "description": "CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://go.dev/cl/693735"
                },
                {
                    "url": "https://go.dev/issue/74831"
                },
                {
                    "url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
                },
                {
                    "url": "https://pkg.go.dev/vuln/GO-2025-3849"
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Spike Curtis from Coder"
                }
            ]
        },
        "adp": [
            {
                "metrics": [
                    {
                        "cvssV3_1": {
                            "scope": "UNCHANGED",
                            "version": "3.1",
                            "baseScore": 7,
                            "attackVector": "NETWORK",
                            "baseSeverity": "HIGH",
                            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
                            "integrityImpact": "LOW",
                            "userInteraction": "NONE",
                            "attackComplexity": "HIGH",
                            "availabilityImpact": "LOW",
                            "privilegesRequired": "NONE",
                            "confidentialityImpact": "HIGH"
                        }
                    },
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2025-08-07T15:45:26.297503Z",
                                "id": "CVE-2025-47907",
                                "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": "2025-08-07T15:48:03.634Z"
                }
            },
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2025/08/06/1"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2025-11-04T21:10:56.083Z"
                }
            }
        ]
    }
}