Skip to content

Commit

Permalink
Auto-Update: 2024-01-28T15:00:24.304138+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
cad-safe-bot committed Jan 28, 2024
1 parent 4e5e8da commit 63d4b8e
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 4 deletions.
63 changes: 63 additions & 0 deletions CVE-2023/CVE-2023-62xx/CVE-2023-6200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"id": "CVE-2023-6200",
"sourceIdentifier": "[email protected]",
"published": "2024-01-28T13:15:07.817",
"lastModified": "2024-01-28T13:15:07.817",
"vulnStatus": "Received",
"descriptions": [
{
"lang": "en",
"value": "A race condition was found in the Linux Kernel. Under certain conditions, an unauthenticated attacker from an adjacent network could send an ICMPv6 router advertisement packet, causing arbitrary code execution."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "[email protected]",
"type": "Secondary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"attackVector": "ADJACENT_NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 1.6,
"impactScore": 5.9
}
]
},
"weaknesses": [
{
"source": "[email protected]",
"type": "Secondary",
"description": [
{
"lang": "en",
"value": "CWE-362"
}
]
}
],
"references": [
{
"url": "https://access.redhat.com/security/cve/CVE-2023-6200",
"source": "[email protected]"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250377",
"source": "[email protected]"
},
{
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dade3f6a1e4e",
"source": "[email protected]"
}
]
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Repository synchronizes with the NVD every 2 hours.
### Last Repository Update

```plain
2024-01-28T13:00:24.637500+00:00
2024-01-28T15:00:24.304138+00:00
```

### Most recent CVE Modification Timestamp synchronized with NVD

```plain
2024-01-28T12:15:52.737000+00:00
2024-01-28T13:15:07.817000+00:00
```

### Last Data Feed Release
Expand All @@ -29,14 +29,14 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/
### Total Number of included CVEs

```plain
236977
236978
```

### CVEs added in the last Commit

Recently added CVEs: `1`

* [CVE-2024-0841](CVE-2024/CVE-2024-08xx/CVE-2024-0841.json) (`2024-01-28T12:15:52.737`)
* [CVE-2023-6200](CVE-2023/CVE-2023-62xx/CVE-2023-6200.json) (`2024-01-28T13:15:07.817`)


### CVEs modified in the last Commit
Expand Down

0 comments on commit 63d4b8e

Please sign in to comment.