CVE-2023-39950 (GCVE-0-2023-39950)
Vulnerability from cvelistv5 – Published: 2023-08-14 20:17 – Updated: 2024-10-01 18:24
VLAI?
Title
Insufficient input validation in efibootguard
Summary
efibootguard is a simple UEFI boot loader with support for safely switching between current and updated partition sets. Insufficient or missing validation and sanitization of input from untrustworthy bootloader environment files can cause crashes and probably also code injections into `bg_setenv`) or programs using `libebgenv`. This is triggered when the affected components try to modify a manipulated environment, in particular its user variables. Furthermore, `bg_printenv` may crash over invalid read accesses or report invalid results. Not affected by this issue is EFI Boot Guard's bootloader EFI binary. EFI Boot Guard release v0.15 contains required patches to sanitize and validate the bootloader environment prior to processing it in userspace. Its library and tools should be updated, so should programs statically linked against it. An update of the bootloader EFI executable is not required. The only way to prevent the issue with an unpatched EFI Boot Guard version is to avoid accesses to user variables, specifically modifications to them.
Severity ?
6.1 (Medium)
CWE
- CWE-20 - Improper Input Validation
Assigner
References
| URL | Tags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| siemens | efibootguard |
Affected:
< 0.15
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T18:18:10.202Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7"
},
{
"name": "https://github.com/siemens/efibootguard/blob/master/docs/API.md",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/siemens/efibootguard/blob/master/docs/API.md"
},
{
"name": "https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md"
},
{
"name": "https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables"
},
{
"name": "https://github.com/siemens/efibootguard/tags",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/siemens/efibootguard/tags"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-39950",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-10-01T18:23:17.618426Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-10-01T18:24:16.409Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "efibootguard",
"vendor": "siemens",
"versions": [
{
"status": "affected",
"version": "\u003c 0.15"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "efibootguard is a simple UEFI boot loader with support for safely switching between current and updated partition sets. Insufficient or missing validation and sanitization of input from untrustworthy bootloader environment files can cause crashes and probably also code injections into `bg_setenv`) or programs using `libebgenv`. This is triggered when the affected components try to modify a manipulated environment, in particular its user variables. Furthermore, `bg_printenv` may crash over invalid read accesses or report invalid results. Not affected by this issue is EFI Boot Guard\u0027s bootloader EFI binary. EFI Boot Guard release v0.15 contains required patches to sanitize and validate the bootloader environment prior to processing it in userspace. Its library and tools should be updated, so should programs statically linked against it. An update of the bootloader EFI executable is not required. The only way to prevent the issue with an unpatched EFI Boot Guard version is to avoid accesses to user variables, specifically modifications to them."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "LOW",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-20",
"description": "CWE-20: Improper Input Validation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-08-14T20:17:29.931Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7"
},
{
"name": "https://github.com/siemens/efibootguard/blob/master/docs/API.md",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/siemens/efibootguard/blob/master/docs/API.md"
},
{
"name": "https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md"
},
{
"name": "https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables"
},
{
"name": "https://github.com/siemens/efibootguard/tags",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/siemens/efibootguard/tags"
}
],
"source": {
"advisory": "GHSA-j6pp-7g99-24m7",
"discovery": "UNKNOWN"
},
"title": "Insufficient input validation in efibootguard"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-39950",
"datePublished": "2023-08-14T20:17:29.931Z",
"dateReserved": "2023-08-07T16:27:27.075Z",
"dateUpdated": "2024-10-01T18:24:16.409Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-39950",
"date": "2026-05-09",
"epss": "0.00075",
"percentile": "0.22351"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:siemens:efibootguard:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"0.15\", \"matchCriteriaId\": \"A195B7F8-F691-4F1D-B161-81B6FEA5063A\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"efibootguard is a simple UEFI boot loader with support for safely switching between current and updated partition sets. Insufficient or missing validation and sanitization of input from untrustworthy bootloader environment files can cause crashes and probably also code injections into `bg_setenv`) or programs using `libebgenv`. This is triggered when the affected components try to modify a manipulated environment, in particular its user variables. Furthermore, `bg_printenv` may crash over invalid read accesses or report invalid results. Not affected by this issue is EFI Boot Guard\u0027s bootloader EFI binary. EFI Boot Guard release v0.15 contains required patches to sanitize and validate the bootloader environment prior to processing it in userspace. Its library and tools should be updated, so should programs statically linked against it. An update of the bootloader EFI executable is not required. The only way to prevent the issue with an unpatched EFI Boot Guard version is to avoid accesses to user variables, specifically modifications to them.\"}]",
"id": "CVE-2023-39950",
"lastModified": "2024-11-21T08:16:05.920",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:L\", \"baseScore\": 6.1, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"PHYSICAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 0.9, \"impactScore\": 4.7}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L\", \"baseScore\": 5.2, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"PHYSICAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 0.9, \"impactScore\": 4.2}]}",
"published": "2023-08-14T21:15:13.420",
"references": "[{\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/API.md\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/tags\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/API.md\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/siemens/efibootguard/tags\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-20\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-39950\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-08-14T21:15:13.420\",\"lastModified\":\"2024-11-21T08:16:05.920\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"efibootguard is a simple UEFI boot loader with support for safely switching between current and updated partition sets. Insufficient or missing validation and sanitization of input from untrustworthy bootloader environment files can cause crashes and probably also code injections into `bg_setenv`) or programs using `libebgenv`. This is triggered when the affected components try to modify a manipulated environment, in particular its user variables. Furthermore, `bg_printenv` may crash over invalid read accesses or report invalid results. Not affected by this issue is EFI Boot Guard\u0027s bootloader EFI binary. EFI Boot Guard release v0.15 contains required patches to sanitize and validate the bootloader environment prior to processing it in userspace. Its library and tools should be updated, so should programs statically linked against it. An update of the bootloader EFI executable is not required. The only way to prevent the issue with an unpatched EFI Boot Guard version is to avoid accesses to user variables, specifically modifications to them.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:L\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"PHYSICAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":0.9,\"impactScore\":4.7},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L\",\"baseScore\":5.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"PHYSICAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":0.9,\"impactScore\":4.2}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:efibootguard:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.15\",\"matchCriteriaId\":\"A195B7F8-F691-4F1D-B161-81B6FEA5063A\"}]}]}],\"references\":[{\"url\":\"https://github.com/siemens/efibootguard/blob/master/docs/API.md\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/tags\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/blob/master/docs/API.md\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/siemens/efibootguard/tags\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7\", \"name\": \"https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/API.md\", \"name\": \"https://github.com/siemens/efibootguard/blob/master/docs/API.md\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md\", \"name\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables\", \"name\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/siemens/efibootguard/tags\", \"name\": \"https://github.com/siemens/efibootguard/tags\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T18:18:10.202Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-39950\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-01T18:23:17.618426Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-01T18:23:24.754Z\"}}], \"cna\": {\"title\": \"Insufficient input validation in efibootguard\", \"source\": {\"advisory\": \"GHSA-j6pp-7g99-24m7\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 6.1, \"attackVector\": \"PHYSICAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:L\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"siemens\", \"product\": \"efibootguard\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.15\"}]}], \"references\": [{\"url\": \"https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7\", \"name\": \"https://github.com/siemens/efibootguard/security/advisories/GHSA-j6pp-7g99-24m7\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/API.md\", \"name\": \"https://github.com/siemens/efibootguard/blob/master/docs/API.md\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md\", \"name\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables\", \"name\": \"https://github.com/siemens/efibootguard/blob/master/docs/TOOLS.md#setting-user-variables\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/siemens/efibootguard/tags\", \"name\": \"https://github.com/siemens/efibootguard/tags\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"efibootguard is a simple UEFI boot loader with support for safely switching between current and updated partition sets. Insufficient or missing validation and sanitization of input from untrustworthy bootloader environment files can cause crashes and probably also code injections into `bg_setenv`) or programs using `libebgenv`. This is triggered when the affected components try to modify a manipulated environment, in particular its user variables. Furthermore, `bg_printenv` may crash over invalid read accesses or report invalid results. Not affected by this issue is EFI Boot Guard\u0027s bootloader EFI binary. EFI Boot Guard release v0.15 contains required patches to sanitize and validate the bootloader environment prior to processing it in userspace. Its library and tools should be updated, so should programs statically linked against it. An update of the bootloader EFI executable is not required. The only way to prevent the issue with an unpatched EFI Boot Guard version is to avoid accesses to user variables, specifically modifications to them.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-20\", \"description\": \"CWE-20: Improper Input Validation\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-08-14T20:17:29.931Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-39950\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-01T18:24:16.409Z\", \"dateReserved\": \"2023-08-07T16:27:27.075Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-08-14T20:17:29.931Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
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…