mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-07-09 16:05:11 +00:00
Auto-Update: 2024-02-29T17:00:25.814086+00:00
This commit is contained in:
parent
e3dc9e5320
commit
2b77272956
24
CVE-2023/CVE-2023-524xx/CVE-2023-52485.json
Normal file
24
CVE-2023/CVE-2023-524xx/CVE-2023-52485.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "CVE-2023-52485",
|
||||
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
|
||||
"published": "2024-02-29T15:15:07.397",
|
||||
"lastModified": "2024-02-29T15:15:07.397",
|
||||
"vulnStatus": "Received",
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Wake DMCUB before sending a command\n\n[Why]\nWe can hang in place trying to send commands when the DMCUB isn't\npowered on.\n\n[How]\nFor functions that execute within a DC context or DC lock we can\nwrap the direct calls to dm_execute_dmub_cmd/list with code that\nexits idle power optimizations and reallows once we're done with\nthe command submission on success.\n\nFor DM direct submissions the DM will need to manage the enter/exit\nsequencing manually.\n\nWe cannot invoke a DMCUB command directly within the DM execution\nhelper or we can deadlock."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"references": [
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/303197775a97416b62d4da69280d0c120a20e009",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/8892780834ae294bc3697c7d0e056d7743900b39",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
}
|
||||
]
|
||||
}
|
@ -2,12 +2,16 @@
|
||||
"id": "CVE-2024-1163",
|
||||
"sourceIdentifier": "security@huntr.dev",
|
||||
"published": "2024-02-13T15:15:08.647",
|
||||
"lastModified": "2024-02-13T15:16:05.223",
|
||||
"lastModified": "2024-02-29T15:15:07.473",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "Path Traversal in GitHub repository mbloch/mapshaper prior to 0.6.44."
|
||||
"value": "Uncontrolled Resource Consumption in GitHub repository mbloch/mapshaper prior to 0.6.44."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
"value": "Path Traversal en el repositorio de GitHub bloch/mapshaper anterior a 0.6.44."
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
@ -17,7 +21,7 @@
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.0",
|
||||
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L",
|
||||
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
|
||||
"attackVector": "LOCAL",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "NONE",
|
||||
@ -25,23 +29,23 @@
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "HIGH",
|
||||
"integrityImpact": "NONE",
|
||||
"availabilityImpact": "LOW",
|
||||
"baseScore": 6.8,
|
||||
"baseSeverity": "MEDIUM"
|
||||
"availabilityImpact": "HIGH",
|
||||
"baseScore": 7.7,
|
||||
"baseSeverity": "HIGH"
|
||||
},
|
||||
"exploitabilityScore": 2.5,
|
||||
"impactScore": 4.2
|
||||
"impactScore": 5.2
|
||||
}
|
||||
]
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "security@huntr.dev",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-22"
|
||||
"value": "CWE-400"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
39
README.md
39
README.md
@ -9,13 +9,13 @@ Repository synchronizes with the NVD every 2 hours.
|
||||
### Last Repository Update
|
||||
|
||||
```plain
|
||||
2024-02-29T15:04:22.896801+00:00
|
||||
2024-02-29T17:00:25.814086+00:00
|
||||
```
|
||||
|
||||
### Most recent CVE Modification Timestamp synchronized with NVD
|
||||
|
||||
```plain
|
||||
2024-02-29T14:15:45.280000+00:00
|
||||
2024-02-29T15:15:07.473000+00:00
|
||||
```
|
||||
|
||||
### Last Data Feed Release
|
||||
@ -29,46 +29,21 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/
|
||||
### Total Number of included CVEs
|
||||
|
||||
```plain
|
||||
240118
|
||||
240119
|
||||
```
|
||||
|
||||
### CVEs added in the last Commit
|
||||
|
||||
Recently added CVEs: `2`
|
||||
Recently added CVEs: `1`
|
||||
|
||||
* [CVE-2024-0864](CVE-2024/CVE-2024-08xx/CVE-2024-0864.json) (`2024-02-29T13:15:07.260`)
|
||||
* [CVE-2024-2001](CVE-2024/CVE-2024-20xx/CVE-2024-2001.json) (`2024-02-29T14:15:45.280`)
|
||||
* [CVE-2023-52485](CVE-2023/CVE-2023-524xx/CVE-2023-52485.json) (`2024-02-29T15:15:07.397`)
|
||||
|
||||
|
||||
### CVEs modified in the last Commit
|
||||
|
||||
Recently modified CVEs: `296`
|
||||
Recently modified CVEs: `1`
|
||||
|
||||
* [CVE-2024-25169](CVE-2024/CVE-2024-251xx/CVE-2024-25169.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25170](CVE-2024/CVE-2024-251xx/CVE-2024-25170.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25202](CVE-2024/CVE-2024-252xx/CVE-2024-25202.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25435](CVE-2024/CVE-2024-254xx/CVE-2024-25435.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25859](CVE-2024/CVE-2024-258xx/CVE-2024-25859.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-27285](CVE-2024/CVE-2024-272xx/CVE-2024-27285.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-1972](CVE-2024/CVE-2024-19xx/CVE-2024-1972.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-22983](CVE-2024/CVE-2024-229xx/CVE-2024-22983.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25350](CVE-2024/CVE-2024-253xx/CVE-2024-25350.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25351](CVE-2024/CVE-2024-253xx/CVE-2024-25351.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25866](CVE-2024/CVE-2024-258xx/CVE-2024-25866.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25867](CVE-2024/CVE-2024-258xx/CVE-2024-25867.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25868](CVE-2024/CVE-2024-258xx/CVE-2024-25868.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25869](CVE-2024/CVE-2024-258xx/CVE-2024-25869.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-26450](CVE-2024/CVE-2024-264xx/CVE-2024-26450.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-26476](CVE-2024/CVE-2024-264xx/CVE-2024-26476.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-21798](CVE-2024/CVE-2024-217xx/CVE-2024-21798.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-22532](CVE-2024/CVE-2024-225xx/CVE-2024-22532.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-23910](CVE-2024/CVE-2024-239xx/CVE-2024-23910.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25422](CVE-2024/CVE-2024-254xx/CVE-2024-25422.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25579](CVE-2024/CVE-2024-255xx/CVE-2024-25579.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-26559](CVE-2024/CVE-2024-265xx/CVE-2024-26559.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-25126](CVE-2024/CVE-2024-251xx/CVE-2024-25126.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-26141](CVE-2024/CVE-2024-261xx/CVE-2024-26141.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-26146](CVE-2024/CVE-2024-261xx/CVE-2024-26146.json) (`2024-02-29T13:49:47.277`)
|
||||
* [CVE-2024-1163](CVE-2024/CVE-2024-11xx/CVE-2024-1163.json) (`2024-02-29T15:15:07.473`)
|
||||
|
||||
|
||||
## Download and Usage
|
||||
|
Loading…
x
Reference in New Issue
Block a user