CVE-2026-24765 (GCVE-0-2026-24765)
Vulnerability from cvelistv5 – Published: 2026-01-27 21:35 – Updated: 2026-02-06 12:09
VLAI?
Title
PHPUnit Vulnerable to Unsafe Deserialization in PHPT Code Coverage Handling
Summary
PHPUnit is a testing framework for PHP. A vulnerability has been discovered in versions prior to 12.5.8, 11.5.50, 10.5.62, 9.6.33, and 8.5.52 involving unsafe deserialization of code coverage data in PHPT test execution. The vulnerability exists in the `cleanupForCoverage()` method, which deserializes code coverage files without validation, potentially allowing remote code execution if malicious `.coverage` files are present prior to the execution of the PHPT test. The vulnerability occurs when a `.coverage` file, which should not exist before test execution, is deserialized without the `allowed_classes` parameter restriction. An attacker with local file write access can place a malicious serialized object with a `__wakeup()` method into the file system, leading to arbitrary code execution during test runs with code coverage instrumentation enabled. This vulnerability requires local file write access to the location where PHPUnit stores or expects code coverage files for PHPT tests. This can occur through CI/CD pipeline attacks, the local development environment, and/or compromised dependencies. Rather than just silently sanitizing the input via `['allowed_classes' => false]`, the maintainer has chosen to make the anomalous state explicit by treating pre-existing `.coverage` files for PHPT tests as an error condition. Starting in versions in versions 12.5.8, 11.5.50, 10.5.62, 9.6.33, when a `.coverage` file is detected for a PHPT test prior to execution, PHPUnit will emit a clear error message identifying the anomalous state. Organizations can reduce the effective risk of this vulnerability through proper CI/CD configuration, including ephemeral runners, code review enforcement, branch protection, artifact isolation, and access control.
Severity ?
7.8 (High)
CWE
- CWE-502 - Deserialization of Untrusted Data
Assigner
References
| URL | Tags | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| sebastianbergmann | phpunit |
Affected:
< 8.5.52
Affected: >= 9.0.0, < 9.6.33 Affected: >= 10.0.0, < 10.5.62 Affected: >= 11.0.0, < 11.5.50 Affected: >= 12.0.0, < 12.5.8 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-24765",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-28T21:13:53.775602Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-28T21:14:01.691Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-02-06T12:09:45.308Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2026/02/msg00009.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "phpunit",
"vendor": "sebastianbergmann",
"versions": [
{
"status": "affected",
"version": "\u003c 8.5.52"
},
{
"status": "affected",
"version": "\u003e= 9.0.0, \u003c 9.6.33"
},
{
"status": "affected",
"version": "\u003e= 10.0.0, \u003c 10.5.62"
},
{
"status": "affected",
"version": "\u003e= 11.0.0, \u003c 11.5.50"
},
{
"status": "affected",
"version": "\u003e= 12.0.0, \u003c 12.5.8"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "PHPUnit is a testing framework for PHP. A vulnerability has been discovered in versions prior to 12.5.8, 11.5.50, 10.5.62, 9.6.33, and 8.5.52 involving unsafe deserialization of code coverage data in PHPT test execution. The vulnerability exists in the `cleanupForCoverage()` method, which deserializes code coverage files without validation, potentially allowing remote code execution if malicious `.coverage` files are present prior to the execution of the PHPT test. The vulnerability occurs when a `.coverage` file, which should not exist before test execution, is deserialized without the `allowed_classes` parameter restriction. An attacker with local file write access can place a malicious serialized object with a `__wakeup()` method into the file system, leading to arbitrary code execution during test runs with code coverage instrumentation enabled. This vulnerability requires local file write access to the location where PHPUnit stores or expects code coverage files for PHPT tests. This can occur through CI/CD pipeline attacks, the local development environment, and/or compromised dependencies. Rather than just silently sanitizing the input via `[\u0027allowed_classes\u0027 =\u003e false]`, the maintainer has chosen to make the anomalous state explicit by treating pre-existing `.coverage` files for PHPT tests as an error condition. Starting in versions in versions 12.5.8, 11.5.50, 10.5.62, 9.6.33, when a `.coverage` file is detected for a PHPT test prior to execution, PHPUnit will emit a clear error message identifying the anomalous state. Organizations can reduce the effective risk of this vulnerability through proper CI/CD configuration, including ephemeral runners, code review enforcement, branch protection, artifact isolation, and access control."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-502",
"description": "CWE-502: Deserialization of Untrusted Data",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-27T21:35:54.292Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sebastianbergmann/phpunit/security/advisories/GHSA-vvj3-c3rp-c85p",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sebastianbergmann/phpunit/security/advisories/GHSA-vvj3-c3rp-c85p"
},
{
"name": "https://github.com/sebastianbergmann/phpunit/commit/3141742e00620e2968d3d2e732d320de76685fda",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sebastianbergmann/phpunit/commit/3141742e00620e2968d3d2e732d320de76685fda"
},
{
"name": "https://github.com/sebastianbergmann/phpunit/releases/tag/10.5.63",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sebastianbergmann/phpunit/releases/tag/10.5.63"
},
{
"name": "https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.50",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.50"
},
{
"name": "https://github.com/sebastianbergmann/phpunit/releases/tag/12.5.8",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sebastianbergmann/phpunit/releases/tag/12.5.8"
},
{
"name": "https://github.com/sebastianbergmann/phpunit/releases/tag/8.5.52",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sebastianbergmann/phpunit/releases/tag/8.5.52"
},
{
"name": "https://github.com/sebastianbergmann/phpunit/releases/tag/9.6.33",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sebastianbergmann/phpunit/releases/tag/9.6.33"
}
],
"source": {
"advisory": "GHSA-vvj3-c3rp-c85p",
"discovery": "UNKNOWN"
},
"title": "PHPUnit Vulnerable to Unsafe Deserialization in PHPT Code Coverage Handling"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-24765",
"datePublished": "2026-01-27T21:35:54.292Z",
"dateReserved": "2026-01-26T21:06:47.867Z",
"dateUpdated": "2026-02-06T12:09:45.308Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-24765\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-01-27T22:15:56.790\",\"lastModified\":\"2026-03-03T15:25:01.720\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"PHPUnit is a testing framework for PHP. A vulnerability has been discovered in versions prior to 12.5.8, 11.5.50, 10.5.62, 9.6.33, and 8.5.52 involving unsafe deserialization of code coverage data in PHPT test execution. The vulnerability exists in the `cleanupForCoverage()` method, which deserializes code coverage files without validation, potentially allowing remote code execution if malicious `.coverage` files are present prior to the execution of the PHPT test. The vulnerability occurs when a `.coverage` file, which should not exist before test execution, is deserialized without the `allowed_classes` parameter restriction. An attacker with local file write access can place a malicious serialized object with a `__wakeup()` method into the file system, leading to arbitrary code execution during test runs with code coverage instrumentation enabled. This vulnerability requires local file write access to the location where PHPUnit stores or expects code coverage files for PHPT tests. This can occur through CI/CD pipeline attacks, the local development environment, and/or compromised dependencies. Rather than just silently sanitizing the input via `[\u0027allowed_classes\u0027 =\u003e false]`, the maintainer has chosen to make the anomalous state explicit by treating pre-existing `.coverage` files for PHPT tests as an error condition. Starting in versions in versions 12.5.8, 11.5.50, 10.5.62, 9.6.33, when a `.coverage` file is detected for a PHPT test prior to execution, PHPUnit will emit a clear error message identifying the anomalous state. Organizations can reduce the effective risk of this vulnerability through proper CI/CD configuration, including ephemeral runners, code review enforcement, branch protection, artifact isolation, and access control.\"},{\"lang\":\"es\",\"value\":\"PHPUnit es un framework de pruebas para PHP. Se ha descubierto una vulnerabilidad en versiones anteriores a 12.5.8, 11.5.50, 10.5.62, 9.6.33 y 8.5.52 que involucra la deserializaci\u00f3n insegura de datos de cobertura de c\u00f3digo en la ejecuci\u00f3n de pruebas PHPT. La vulnerabilidad existe en el m\u00e9todo `cleanupForCoverage()`, que deserializa archivos de cobertura de c\u00f3digo sin validaci\u00f3n, lo que podr\u00eda permitir la ejecuci\u00f3n remota de c\u00f3digo si archivos `.coverage` maliciosos est\u00e1n presentes antes de la ejecuci\u00f3n de la prueba PHPT. La vulnerabilidad ocurre cuando un archivo `.coverage`, que no deber\u00eda existir antes de la ejecuci\u00f3n de la prueba, es deserializado sin la restricci\u00f3n del par\u00e1metro `allowed_classes`. Un atacante con acceso de escritura de archivos local puede colocar un objeto serializado malicioso con un m\u00e9todo `__wakeup()` en el sistema de archivos, lo que lleva a la ejecuci\u00f3n de c\u00f3digo arbitrario durante las ejecuciones de pruebas con la instrumentaci\u00f3n de cobertura de c\u00f3digo habilitada. Esta vulnerabilidad requiere acceso de escritura de archivos local a la ubicaci\u00f3n donde PHPUnit almacena o espera archivos de cobertura de c\u00f3digo para las pruebas PHPT. Esto puede ocurrir a trav\u00e9s de ataques a la cadena de CI/CD, el entorno de desarrollo local y/o dependencias comprometidas. En lugar de simplemente sanear silenciosamente la entrada a trav\u00e9s de `[\u0027allowed_classes\u0027 =\u0026gt; false]`, el mantenedor ha optado por hacer expl\u00edcito el estado an\u00f3malo tratando los archivos `.coverage` preexistentes para las pruebas PHPT como una condici\u00f3n de error. A partir de las versiones 12.5.8, 11.5.50, 10.5.62, 9.6.33, cuando se detecta un archivo `.coverage` para una prueba PHPT antes de la ejecuci\u00f3n, PHPUnit emitir\u00e1 un mensaje de error claro que identifique el estado an\u00f3malo. Las organizaciones pueden reducir el riesgo efectivo de esta vulnerabilidad a trav\u00e9s de una configuraci\u00f3n adecuada de CI/CD, incluyendo ejecutores ef\u00edmeros, aplicaci\u00f3n de revisi\u00f3n de c\u00f3digo, protecci\u00f3n de ramas, aislamiento de artefactos y control de acceso.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-502\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpunit_project:phpunit:*:*:*:*:*:-:*:*\",\"versionEndExcluding\":\"8.5.52\",\"matchCriteriaId\":\"5D9FEAE5-A87C-4075-B6DC-891777C96DD8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpunit_project:phpunit:*:*:*:*:*:-:*:*\",\"versionStartIncluding\":\"9.0.0\",\"versionEndExcluding\":\"9.6.33\",\"matchCriteriaId\":\"640B3B46-B435-42D9-9CD4-8FF9F0AF3B9A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpunit_project:phpunit:*:*:*:*:*:-:*:*\",\"versionStartIncluding\":\"10.0.0\",\"versionEndExcluding\":\"10.5.62\",\"matchCriteriaId\":\"4C8CECCD-A520-48D3-9813-596887E7B75A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpunit_project:phpunit:*:*:*:*:*:-:*:*\",\"versionStartIncluding\":\"11.0.0\",\"versionEndExcluding\":\"11.5.50\",\"matchCriteriaId\":\"8F2BC1CB-876F-443C-8B49-6B2900165493\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:phpunit_project:phpunit:*:*:*:*:*:-:*:*\",\"versionStartIncluding\":\"12.0.0\",\"versionEndExcluding\":\"12.5.8\",\"matchCriteriaId\":\"B2941A20-1ADB-41E7-B171-C138FC2612BF\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/sebastianbergmann/phpunit/commit/3141742e00620e2968d3d2e732d320de76685fda\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/sebastianbergmann/phpunit/releases/tag/10.5.63\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.50\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/sebastianbergmann/phpunit/releases/tag/12.5.8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/sebastianbergmann/phpunit/releases/tag/8.5.52\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/sebastianbergmann/phpunit/releases/tag/9.6.33\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/sebastianbergmann/phpunit/security/advisories/GHSA-vvj3-c3rp-c85p\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/02/msg00009.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2026/02/msg00009.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-02-06T12:09:45.308Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-24765\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-28T21:13:53.775602Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-28T21:13:58.231Z\"}}], \"cna\": {\"title\": \"PHPUnit Vulnerable to Unsafe Deserialization in PHPT Code Coverage Handling\", \"source\": {\"advisory\": \"GHSA-vvj3-c3rp-c85p\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"sebastianbergmann\", \"product\": \"phpunit\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 8.5.52\"}, {\"status\": \"affected\", \"version\": \"\u003e= 9.0.0, \u003c 9.6.33\"}, {\"status\": \"affected\", \"version\": \"\u003e= 10.0.0, \u003c 10.5.62\"}, {\"status\": \"affected\", \"version\": \"\u003e= 11.0.0, \u003c 11.5.50\"}, {\"status\": \"affected\", \"version\": \"\u003e= 12.0.0, \u003c 12.5.8\"}]}], \"references\": [{\"url\": \"https://github.com/sebastianbergmann/phpunit/security/advisories/GHSA-vvj3-c3rp-c85p\", \"name\": \"https://github.com/sebastianbergmann/phpunit/security/advisories/GHSA-vvj3-c3rp-c85p\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/sebastianbergmann/phpunit/commit/3141742e00620e2968d3d2e732d320de76685fda\", \"name\": \"https://github.com/sebastianbergmann/phpunit/commit/3141742e00620e2968d3d2e732d320de76685fda\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/10.5.63\", \"name\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/10.5.63\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.50\", \"name\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.50\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/12.5.8\", \"name\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/12.5.8\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/8.5.52\", \"name\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/8.5.52\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/9.6.33\", \"name\": \"https://github.com/sebastianbergmann/phpunit/releases/tag/9.6.33\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"PHPUnit is a testing framework for PHP. A vulnerability has been discovered in versions prior to 12.5.8, 11.5.50, 10.5.62, 9.6.33, and 8.5.52 involving unsafe deserialization of code coverage data in PHPT test execution. The vulnerability exists in the `cleanupForCoverage()` method, which deserializes code coverage files without validation, potentially allowing remote code execution if malicious `.coverage` files are present prior to the execution of the PHPT test. The vulnerability occurs when a `.coverage` file, which should not exist before test execution, is deserialized without the `allowed_classes` parameter restriction. An attacker with local file write access can place a malicious serialized object with a `__wakeup()` method into the file system, leading to arbitrary code execution during test runs with code coverage instrumentation enabled. This vulnerability requires local file write access to the location where PHPUnit stores or expects code coverage files for PHPT tests. This can occur through CI/CD pipeline attacks, the local development environment, and/or compromised dependencies. Rather than just silently sanitizing the input via `[\u0027allowed_classes\u0027 =\u003e false]`, the maintainer has chosen to make the anomalous state explicit by treating pre-existing `.coverage` files for PHPT tests as an error condition. Starting in versions in versions 12.5.8, 11.5.50, 10.5.62, 9.6.33, when a `.coverage` file is detected for a PHPT test prior to execution, PHPUnit will emit a clear error message identifying the anomalous state. Organizations can reduce the effective risk of this vulnerability through proper CI/CD configuration, including ephemeral runners, code review enforcement, branch protection, artifact isolation, and access control.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-502\", \"description\": \"CWE-502: Deserialization of Untrusted Data\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-01-27T21:35:54.292Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-24765\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-06T12:09:45.308Z\", \"dateReserved\": \"2026-01-26T21:06:47.867Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-01-27T21:35:54.292Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…