mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-05-07 19:16:29 +00:00
Auto-Update: 2024-03-08T11:00:38.654960+00:00
This commit is contained in:
parent
6c7679fc4b
commit
81a7ae3ea1
@ -2,55 +2,14 @@
|
||||
"id": "CVE-2021-46946",
|
||||
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
|
||||
"published": "2024-02-27T19:04:06.233",
|
||||
"lastModified": "2024-02-28T14:06:45.783",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2024-03-08T10:15:45.650",
|
||||
"vulnStatus": "Rejected",
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix check to prevent false positive report of incorrect used inodes\n\nCommit <50122847007> (\"ext4: fix check to prevent initializing reserved\ninodes\") check the block group zero and prevent initializing reserved\ninodes. But in some special cases, the reserved inode may not all belong\nto the group zero, it may exist into the second group if we format\nfilesystem below.\n\n mkfs.ext4 -b 4096 -g 8192 -N 1024 -I 4096 /dev/sda\n\nSo, it will end up triggering a false positive report of a corrupted\nfile system. This patch fix it by avoid check reserved inodes if no free\ninode blocks will be zeroed."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ext4: revisi\u00f3n de correcci\u00f3n para evitar informes falsos positivos de inodos usados incorrectos Commit <50122847007> (\"ext4: verificaci\u00f3n de correcci\u00f3n para evitar la inicializaci\u00f3n de inodos reservados\") verifica el grupo de bloques cero y evita la inicializaci\u00f3n inodos reservados. Pero en algunos casos especiales, es posible que no todos los inodos reservados pertenezcan al grupo cero, sino que pueden existir en el segundo grupo si formateamos el sistema de archivos a continuaci\u00f3n. mkfs.ext4 -b 4096 -g 8192 -N 1024 -I 4096 /dev/sda Por lo tanto, terminar\u00e1 generando un informe falso positivo de un sistema de archivos da\u00f1ado. Este parche lo soluciona evitando verificar los inodos reservados si no se ponen a cero los bloques de inodos libres."
|
||||
"value": "Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"references": [
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/098b257563b959f4ca6c1d82fde0ee727792cb19",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/539ba4ebc467260225898e67ea53cbb73308f894",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/7687f5aba0f50c7ff8040e506bae184e59c8e7b8",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/9c61387630a54e35b96a90608aafd369ffb86f39",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/a149d2a5cabbf6507a7832a1c4fd2593c55fd450",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/d2e121be8d318524a61e13ca15b5bfab2d0b63c7",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/e18d76a12b34791bc0318a0e0c0fa5863cd8dabf",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/e70db6e43286a17c3dfc840fcee662de183b6a81",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
},
|
||||
{
|
||||
"url": "https://git.kernel.org/stable/c/f42789ee5f96743cdb5f69445cab3609458733f7",
|
||||
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
|
||||
}
|
||||
]
|
||||
"references": []
|
||||
}
|
11
README.md
11
README.md
@ -9,13 +9,13 @@ Repository synchronizes with the NVD every 2 hours.
|
||||
### Last Repository Update
|
||||
|
||||
```plain
|
||||
2024-03-08T09:00:37.323703+00:00
|
||||
2024-03-08T11:00:38.654960+00:00
|
||||
```
|
||||
|
||||
### Most recent CVE Modification Timestamp synchronized with NVD
|
||||
|
||||
```plain
|
||||
2024-03-08T07:15:06.457000+00:00
|
||||
2024-03-08T10:15:45.650000+00:00
|
||||
```
|
||||
|
||||
### Last Data Feed Release
|
||||
@ -34,16 +34,15 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/
|
||||
|
||||
### CVEs added in the last Commit
|
||||
|
||||
Recently added CVEs: `2`
|
||||
Recently added CVEs: `0`
|
||||
|
||||
* [CVE-2024-1851](CVE-2024/CVE-2024-18xx/CVE-2024-1851.json) (`2024-03-08T07:15:05.960`)
|
||||
* [CVE-2024-2298](CVE-2024/CVE-2024-22xx/CVE-2024-2298.json) (`2024-03-08T07:15:06.457`)
|
||||
|
||||
|
||||
### CVEs modified in the last Commit
|
||||
|
||||
Recently modified CVEs: `0`
|
||||
Recently modified CVEs: `1`
|
||||
|
||||
* [CVE-2021-46946](CVE-2021/CVE-2021-469xx/CVE-2021-46946.json) (`2024-03-08T10:15:45.650`)
|
||||
|
||||
|
||||
## Download and Usage
|
||||
|
@ -186644,7 +186644,7 @@ CVE-2021-46942,0,0,8373f52b7a7712e6d53b6ce89bd8d6c650901ce20a55aa22819475074dd2b
|
||||
CVE-2021-46943,0,0,4367949ad59122baf37577ab771f661960f882c9ffda3fa652b1fc8acf5f5ead,2024-02-28T14:06:45.783000
|
||||
CVE-2021-46944,0,0,2e0771427d4c6c8a118919e50fede87429f47b4eb89c2f8fa112e70bda4c38bb,2024-02-28T14:06:45.783000
|
||||
CVE-2021-46945,0,0,53308dea563b2c2054372d093394c707d636a68cacb285100380a12f17fbd1d1,2024-02-28T14:06:45.783000
|
||||
CVE-2021-46946,0,0,a736ec353a4f13148d1c289b97b3b221ca795211182a9112a28f3d2e31943b48,2024-02-28T14:06:45.783000
|
||||
CVE-2021-46946,0,1,0a7824c78fda312e2a69c092b1751fd0538157938572285a8b1a980223fde408,2024-03-08T10:15:45.650000
|
||||
CVE-2021-46947,0,0,6220ae1ef0c0836f165cbf1a4a847090c0f87ed038ea97e182954eadb2c0367c,2024-02-28T14:06:45.783000
|
||||
CVE-2021-46948,0,0,1a0a50a57dfe3c1da48ea00db19425fa0a182fa93e562afbd75332750b755d50,2024-02-28T14:06:45.783000
|
||||
CVE-2021-46949,0,0,46957949c83688342a5b40f653240ed3b83071fb96a93dd9595c4559dae070b3,2024-02-28T14:06:45.783000
|
||||
@ -238582,7 +238582,7 @@ CVE-2024-1832,0,0,1cf63b6616a572aec4e8e8dba8d9459a1c637c1c61b9b4b77fb7f27cdac414
|
||||
CVE-2024-1833,0,0,2b107fa9cbbf38960ef04d941bf5e32990a98ff894cbb76ab9d3ad3733030a79,2024-02-29T01:43:55.873000
|
||||
CVE-2024-1834,0,0,71484c054cc8716550405a2212257a1bb19512d3ccfc712afddd01b2d896efc2,2024-02-29T01:43:55.940000
|
||||
CVE-2024-1847,0,0,152f4d845ce8c23980172297d934e8efa3d32af4a304d4db000f4175545dd48b,2024-02-29T13:49:47.277000
|
||||
CVE-2024-1851,1,1,ed2776e7e6423da80c8050546a98776416be6724e6a52d6b86476ce887c2c744,2024-03-08T07:15:05.960000
|
||||
CVE-2024-1851,0,0,ed2776e7e6423da80c8050546a98776416be6724e6a52d6b86476ce887c2c744,2024-03-08T07:15:05.960000
|
||||
CVE-2024-1859,0,0,c19a8bbad570254357ebcf90235dc1b7204181d3a1a12c804d832963f66d9a08,2024-03-01T14:04:26.010000
|
||||
CVE-2024-1860,0,0,53b7775f88dbda3fc2d4abeb2e913e87a2f0c7e010f7824d10356d98445fd8c8,2024-02-28T14:06:45.783000
|
||||
CVE-2024-1861,0,0,363e90e453613fa7f323dd0890c48f34ab39b189b63bc72b87c77b28e0c67e6a,2024-02-28T14:06:45.783000
|
||||
@ -239571,7 +239571,7 @@ CVE-2024-22942,0,0,27e1b96b16010d66938a1930cd0293d602396f85521af099c802bf269035b
|
||||
CVE-2024-22955,0,0,4ae6e1e162ac27be2c1563f300454f76989ec1b9814e0f4be1652f56a6f11be5,2024-01-25T14:54:48.427000
|
||||
CVE-2024-22956,0,0,2da6b272cb072bcb92b74c4c5c3faca0048e5b46583e9ffdd9571398ebecd789,2024-01-25T14:55:01.053000
|
||||
CVE-2024-22957,0,0,045bad9ba8bb739147d8dcd83b4e5a0ded4b848e11c744629a53c265926b4f4e,2024-01-25T14:59:59.737000
|
||||
CVE-2024-2298,1,1,533837b115bc7fe92c618b2fa6910a9b5b0a697f92a50e2ba3a8d4776c50bd4a,2024-03-08T07:15:06.457000
|
||||
CVE-2024-2298,0,0,533837b115bc7fe92c618b2fa6910a9b5b0a697f92a50e2ba3a8d4776c50bd4a,2024-03-08T07:15:06.457000
|
||||
CVE-2024-22983,0,0,6a38538cffe02e625d8399f623cf51f22d7777c4762df345e581a9999a8c518b,2024-02-29T13:49:47.277000
|
||||
CVE-2024-22984,0,0,e1878756268a68f030b8a1f4c487c52d091cec58671de352e5b7d5d34740ed57,2024-02-07T20:15:49.320000
|
||||
CVE-2024-22988,0,0,f275260f401f57dcc524bb99befa366c138a2fa8cfacb027cec353fc68f469df,2024-02-26T13:42:22.567000
|
||||
|
Can't render this file because it is too large.
|
Loading…
x
Reference in New Issue
Block a user