From f2aac4e218e01db39ffff3d6bf0ef8b3c99b87e8 Mon Sep 17 00:00:00 2001 From: cad-safe-bot Date: Thu, 4 Apr 2024 12:03:25 +0000 Subject: [PATCH] Auto-Update: 2024-04-04T12:00:33.656105+00:00 --- CVE-2024/CVE-2024-268xx/CVE-2024-26807.json | 4 ++ CVE-2024/CVE-2024-268xx/CVE-2024-26808.json | 40 +++++++++++ CVE-2024/CVE-2024-268xx/CVE-2024-26809.json | 44 +++++++++++++ CVE-2024/CVE-2024-32xx/CVE-2024-3262.json | 55 ++++++++++++++++ README.md | 41 +++--------- _state.csv | 73 +++++++++++---------- 6 files changed, 191 insertions(+), 66 deletions(-) create mode 100644 CVE-2024/CVE-2024-268xx/CVE-2024-26808.json create mode 100644 CVE-2024/CVE-2024-268xx/CVE-2024-26809.json create mode 100644 CVE-2024/CVE-2024-32xx/CVE-2024-3262.json diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26807.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26807.json index eaa346e30f2..967aa51f310 100644 --- a/CVE-2024/CVE-2024-268xx/CVE-2024-26807.json +++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26807.json @@ -8,6 +8,10 @@ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nspi: cadence-qspi: fix pointer reference in runtime PM hooks\n\ndev_get_drvdata() gets used to acquire the pointer to cqspi and the SPI\ncontroller. Neither embed the other; this lead to memory corruption.\n\nOn a given platform (Mobileye EyeQ5) the memory corruption is hidden\ninside cqspi->f_pdata. Also, this uninitialised memory is used as a\nmutex (ctlr->bus_lock_mutex) by spi_controller_suspend()." + }, + { + "lang": "es", + "value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: spi: cadence-qspi: corrige la referencia del puntero en los ganchos PM en tiempo de ejecuci\u00f3n dev_get_drvdata() se utiliza para adquirir el puntero a cqspi y el controlador SPI. Ninguno de los dos integra al otro; Esto conduce a la corrupci\u00f3n de la memoria. En una plataforma determinada (Mobileye EyeQ5), la corrupci\u00f3n de la memoria est\u00e1 oculta dentro de cqspi->f_pdata. Adem\u00e1s, esta memoria no inicializada se utiliza como mutex (ctlr->bus_lock_mutex) por spi_controller_suspend()." } ], "metrics": {}, diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26808.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26808.json new file mode 100644 index 00000000000..9d29291746f --- /dev/null +++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26808.json @@ -0,0 +1,40 @@ +{ + "id": "CVE-2024-26808", + "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", + "published": "2024-04-04T10:15:08.943", + "lastModified": "2024-04-04T10:15:08.943", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain\n\nRemove netdevice from inet/ingress basechain in case NETDEV_UNREGISTER\nevent is reported, otherwise a stale reference to netdevice remains in\nthe hook list." + } + ], + "metrics": {}, + "references": [ + { + "url": "https://git.kernel.org/stable/c/01acb2e8666a6529697141a6017edbf206921913", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/36a0a80f32209238469deb481967d777a3d539ee", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/70f17b48c86622217a58d5099d29242fc9adac58", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/9489e214ea8f2a90345516016aa51f2db3a8cc2f", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/af149a46890e8285d1618bd68b8d159bdb87fdb3", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/e5888acbf1a3d8d021990ce6c6061fd5b2bb21b4", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + } + ] +} \ No newline at end of file diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26809.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26809.json new file mode 100644 index 00000000000..1f7d909096f --- /dev/null +++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26809.json @@ -0,0 +1,44 @@ +{ + "id": "CVE-2024-26809", + "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", + "published": "2024-04-04T10:15:09.820", + "lastModified": "2024-04-04T10:15:09.820", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_set_pipapo: release elements in clone only from destroy path\n\nClone already always provides a current view of the lookup table, use it\nto destroy the set, otherwise it is possible to destroy elements twice.\n\nThis fix requires:\n\n 212ed75dc5fb (\"netfilter: nf_tables: integrate pipapo into commit protocol\")\n\nwhich came after:\n\n 9827a0e6e23b (\"netfilter: nft_set_pipapo: release elements in clone from abort path\")." + } + ], + "metrics": {}, + "references": [ + { + "url": "https://git.kernel.org/stable/c/362508506bf545e9ce18c72a2c48dcbfb891ab9c", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/5ad233dc731ab64cdc47b84a5c1f78fff6c024af", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/821e28d5b506e6a73ccc367ff792bd894050d48b", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/9384b4d85c46ce839f51af01374062ce6318b2f2", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/b0e256f3dd2ba6532f37c5c22e07cb07a36031ee", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/b36b83297ff4910dfc8705402c8abffd4bbf8144", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + }, + { + "url": "https://git.kernel.org/stable/c/ff90050771412b91e928093ccd8736ae680063c2", + "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67" + } + ] +} \ No newline at end of file diff --git a/CVE-2024/CVE-2024-32xx/CVE-2024-3262.json b/CVE-2024/CVE-2024-32xx/CVE-2024-3262.json new file mode 100644 index 00000000000..3a46e3fe5bb --- /dev/null +++ b/CVE-2024/CVE-2024-32xx/CVE-2024-3262.json @@ -0,0 +1,55 @@ +{ + "id": "CVE-2024-3262", + "sourceIdentifier": "cve-coordination@incibe.es", + "published": "2024-04-04T10:15:09.880", + "lastModified": "2024-04-04T10:15:09.880", + "vulnStatus": "Received", + "descriptions": [ + { + "lang": "en", + "value": "Information exposure vulnerability in RT software affecting version 4.4.1. This vulnerability allows an attacker with local access to the device to retrieve sensitive information about the application, such as vulnerability tickets, because the application stores the information in the browser cache, leading to information exposure despite session termination." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "cve-coordination@incibe.es", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", + "attackVector": "LOCAL", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "availabilityImpact": "NONE", + "baseScore": 5.5, + "baseSeverity": "MEDIUM" + }, + "exploitabilityScore": 1.8, + "impactScore": 3.6 + } + ] + }, + "weaknesses": [ + { + "source": "cve-coordination@incibe.es", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-200" + } + ] + } + ], + "references": [ + { + "url": "https://www.incibe.es/incibe-cert/alerta-temprana/avisos/vulnerabilidad-de-exposicion-de-informacion-en-request-tracker-rt", + "source": "cve-coordination@incibe.es" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 274c478c23f..5f8731035c5 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Repository synchronizes with the NVD every 2 hours. ### Last Repository Update ```plain -2024-04-04T10:00:29.544033+00:00 +2024-04-04T12:00:33.656105+00:00 ``` ### Most recent CVE Modification Timestamp synchronized with NVD ```plain -2024-04-04T09:15:09.380000+00:00 +2024-04-04T10:15:09.880000+00:00 ``` ### Last Data Feed Release @@ -33,44 +33,23 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/ ### Total Number of included CVEs ```plain -244084 +244087 ``` ### CVEs added in the last Commit -Recently added CVEs: `35` +Recently added CVEs: `3` -- [CVE-2024-26783](CVE-2024/CVE-2024-267xx/CVE-2024-26783.json) (`2024-04-04T09:15:08.077`) -- [CVE-2024-26784](CVE-2024/CVE-2024-267xx/CVE-2024-26784.json) (`2024-04-04T09:15:08.133`) -- [CVE-2024-26785](CVE-2024/CVE-2024-267xx/CVE-2024-26785.json) (`2024-04-04T09:15:08.187`) -- [CVE-2024-26786](CVE-2024/CVE-2024-267xx/CVE-2024-26786.json) (`2024-04-04T09:15:08.247`) -- [CVE-2024-26787](CVE-2024/CVE-2024-267xx/CVE-2024-26787.json) (`2024-04-04T09:15:08.297`) -- [CVE-2024-26788](CVE-2024/CVE-2024-267xx/CVE-2024-26788.json) (`2024-04-04T09:15:08.347`) -- [CVE-2024-26789](CVE-2024/CVE-2024-267xx/CVE-2024-26789.json) (`2024-04-04T09:15:08.400`) -- [CVE-2024-26790](CVE-2024/CVE-2024-267xx/CVE-2024-26790.json) (`2024-04-04T09:15:08.453`) -- [CVE-2024-26791](CVE-2024/CVE-2024-267xx/CVE-2024-26791.json) (`2024-04-04T09:15:08.510`) -- [CVE-2024-26792](CVE-2024/CVE-2024-267xx/CVE-2024-26792.json) (`2024-04-04T09:15:08.563`) -- [CVE-2024-26793](CVE-2024/CVE-2024-267xx/CVE-2024-26793.json) (`2024-04-04T09:15:08.620`) -- [CVE-2024-26794](CVE-2024/CVE-2024-267xx/CVE-2024-26794.json) (`2024-04-04T09:15:08.683`) -- [CVE-2024-26795](CVE-2024/CVE-2024-267xx/CVE-2024-26795.json) (`2024-04-04T09:15:08.740`) -- [CVE-2024-26796](CVE-2024/CVE-2024-267xx/CVE-2024-26796.json) (`2024-04-04T09:15:08.790`) -- [CVE-2024-26797](CVE-2024/CVE-2024-267xx/CVE-2024-26797.json) (`2024-04-04T09:15:08.843`) -- [CVE-2024-26798](CVE-2024/CVE-2024-267xx/CVE-2024-26798.json) (`2024-04-04T09:15:08.897`) -- [CVE-2024-26799](CVE-2024/CVE-2024-267xx/CVE-2024-26799.json) (`2024-04-04T09:15:08.953`) -- [CVE-2024-26800](CVE-2024/CVE-2024-268xx/CVE-2024-26800.json) (`2024-04-04T09:15:09.003`) -- [CVE-2024-26801](CVE-2024/CVE-2024-268xx/CVE-2024-26801.json) (`2024-04-04T09:15:09.050`) -- [CVE-2024-26802](CVE-2024/CVE-2024-268xx/CVE-2024-26802.json) (`2024-04-04T09:15:09.110`) -- [CVE-2024-26803](CVE-2024/CVE-2024-268xx/CVE-2024-26803.json) (`2024-04-04T09:15:09.163`) -- [CVE-2024-26804](CVE-2024/CVE-2024-268xx/CVE-2024-26804.json) (`2024-04-04T09:15:09.217`) -- [CVE-2024-26805](CVE-2024/CVE-2024-268xx/CVE-2024-26805.json) (`2024-04-04T09:15:09.277`) -- [CVE-2024-26806](CVE-2024/CVE-2024-268xx/CVE-2024-26806.json) (`2024-04-04T09:15:09.333`) -- [CVE-2024-26807](CVE-2024/CVE-2024-268xx/CVE-2024-26807.json) (`2024-04-04T09:15:09.380`) +- [CVE-2024-26808](CVE-2024/CVE-2024-268xx/CVE-2024-26808.json) (`2024-04-04T10:15:08.943`) +- [CVE-2024-26809](CVE-2024/CVE-2024-268xx/CVE-2024-26809.json) (`2024-04-04T10:15:09.820`) +- [CVE-2024-3262](CVE-2024/CVE-2024-32xx/CVE-2024-3262.json) (`2024-04-04T10:15:09.880`) ### CVEs modified in the last Commit -Recently modified CVEs: `0` +Recently modified CVEs: `1` +- [CVE-2024-26807](CVE-2024/CVE-2024-268xx/CVE-2024-26807.json) (`2024-04-04T09:15:09.380`) ## Download and Usage @@ -190,7 +169,7 @@ git clone --depth 1 -b main https://github.com/fkie-cad/nvd-json-data-feeds.git ## Update Timetable * NVD Synchronization: `Bi-Hourly`, starting with `00:00:00Z` -* Release Packages: `Daily`, at `02:00:00Z` +* Release Packages: `Daily`, at `00:00:00Z` * NVD Rebuilds: `Weekly`, at `Sun, 02:30:00Z` diff --git a/_state.csv b/_state.csv index c61838f7a3c..73c81e93015 100644 --- a/_state.csv +++ b/_state.csv @@ -226041,9 +226041,9 @@ CVE-2023-36639,0,0,6fdd11eea4a98277c97f4888c49d699a68d6d370b78d7d85ad9e5ac9fa763 CVE-2023-3664,0,0,ef51e6923199f396685dbaa0767c203536e314e4a8d5e60a049d3f5911c5ddcb,2023-11-07T04:19:17.493000 CVE-2023-36641,0,0,14eed1895e1dd459b3f8a6375e0c4bbaa4b9943f00f080f76bb14a4e12712504,2023-11-20T19:59:59.920000 CVE-2023-36642,0,0,b5817bb3ab405e31d7bbc953f484d8198bb18a03572502df584a98977f70bb84,2023-11-07T04:16:39.923000 -CVE-2023-36643,1,1,fd545a780bd6dc0bfc9d7e3b7aedae667713df106834acc2d5a17276a3ed408e,2024-04-04T09:15:06.910000 -CVE-2023-36644,1,1,e8c7a842cc575848a36d77270b458d254dd002da9769fcf250f1842c77ee28dd,2024-04-04T09:15:07.117000 -CVE-2023-36645,1,1,aecee48b0c9552b5cbd9273844b878dbf85cc5f1a7ed65ff89ddbdf336ae2fec,2024-04-04T09:15:07.297000 +CVE-2023-36643,0,0,fd545a780bd6dc0bfc9d7e3b7aedae667713df106834acc2d5a17276a3ed408e,2024-04-04T09:15:06.910000 +CVE-2023-36644,0,0,e8c7a842cc575848a36d77270b458d254dd002da9769fcf250f1842c77ee28dd,2024-04-04T09:15:07.117000 +CVE-2023-36645,0,0,aecee48b0c9552b5cbd9273844b878dbf85cc5f1a7ed65ff89ddbdf336ae2fec,2024-04-04T09:15:07.297000 CVE-2023-36646,0,0,09465147362018b1f22b83c0790934c2bad889bb2ecb076b27e21d0dea470fbc,2023-12-13T20:38:27.083000 CVE-2023-36647,0,0,91843db808fb2579e856461091be45438709999a18f636aaf53daec7a8d17f3c,2023-12-14T00:03:46.357000 CVE-2023-36648,0,0,46668c0d3faa97c751bc4ec9117ce82217c9051232a0ab2e41ece7db52cb8d2f,2023-12-13T23:38:17.737000 @@ -239721,7 +239721,7 @@ CVE-2024-2078,0,0,1f3625edc40ce981dfa798326c49d364352417c97edbdeb08f2797c1a0a609 CVE-2024-2079,0,0,d19df912ca8f24c4783570207f7ead00a2f333eee11795e142007ff6a5180cfc,2024-03-14T12:52:16.723000 CVE-2024-20799,0,0,5332d5e7b13388161eae410a6b53d5afb13895598cbbc29823f7f536c0dd7d70,2024-04-02T12:50:42.233000 CVE-2024-2080,0,0,32a4465f2fc45199bcb0563622cd911532e367b79194bc4a312258059486223d,2024-03-22T12:45:36.130000 -CVE-2024-20800,1,1,b0ad40e3aa16748aad421da5a06fc6c435be4ddcde8c64cc0fb706b5a2dd147b,2024-04-04T09:15:07.470000 +CVE-2024-20800,0,0,b0ad40e3aa16748aad421da5a06fc6c435be4ddcde8c64cc0fb706b5a2dd147b,2024-04-04T09:15:07.470000 CVE-2024-20802,0,0,09b0e538ab7892d37fab32a8e5c61289f6ef8af3dfbdfbb048a6512fa7396094,2024-01-10T16:14:57.787000 CVE-2024-20803,0,0,6c415e68c0cc04850639517c5e65b145b62c937ecdd266efbaf3b8a7e936e490,2024-01-10T16:11:26.313000 CVE-2024-20804,0,0,a1b322c5729ef25c8a996395d8c8bd4c0bea37f2ea619378cfb5db02be42c461,2024-04-02T01:15:50.777000 @@ -242527,13 +242527,13 @@ CVE-2024-26741,0,0,b6846f2eb8e4ec61bc17162372d64c40658f76fe363d22840388a609ac7c2 CVE-2024-26742,0,0,bb3c058ea4a330b7fd69229d328ad1d98b34cbfa137b51bde4d3d453e12ec68e,2024-04-03T17:24:18.150000 CVE-2024-26743,0,0,6f9cd5ad76824694c268fc1ca50244aa1527177a938fd2925a9d9e64c07b8784,2024-04-03T17:24:18.150000 CVE-2024-26744,0,0,973aff0596bde5edb769d9e03a3a3ba6f46c64909ba6a4b793ada4048fe2270a,2024-04-03T17:24:18.150000 -CVE-2024-26745,1,1,2f3ebdf21c4de65c0bff061567b7e600ded6b70e175fb00159ec85a8cd310f65,2024-04-04T09:15:07.713000 -CVE-2024-26746,1,1,1c014feb12400e1f0e9d6f1d643dbfaa3a0ac011da2872eac753bcf3bdba1262,2024-04-04T09:15:07.783000 +CVE-2024-26745,0,0,2f3ebdf21c4de65c0bff061567b7e600ded6b70e175fb00159ec85a8cd310f65,2024-04-04T09:15:07.713000 +CVE-2024-26746,0,0,1c014feb12400e1f0e9d6f1d643dbfaa3a0ac011da2872eac753bcf3bdba1262,2024-04-04T09:15:07.783000 CVE-2024-26747,0,0,40cc0e87cff6d495aa444ab53805bdbecbdd44cbdcc49d92d54952f70cb8cce8,2024-04-03T17:24:18.150000 CVE-2024-26748,0,0,2a11bbd005fa54586741565a1111d48a767d5de2bf0590723c01b6fff9b96a58,2024-04-03T17:24:18.150000 CVE-2024-26749,0,0,a203e804e05bc7f795d30252eb7f94ea77c74ec5e8cf9604e0dd5c1e752c9305,2024-04-03T17:24:18.150000 CVE-2024-2675,0,0,be24980f515f35692cef5ce9d8c8ed2c062b6e04a1ed19142e8d279d4035e8ec,2024-03-21T02:52:41.660000 -CVE-2024-26750,1,1,9996457cdfcb48c777cd6a322b74ca1af72924bf2756fa48364045c51d44d186,2024-04-04T09:15:07.850000 +CVE-2024-26750,0,0,9996457cdfcb48c777cd6a322b74ca1af72924bf2756fa48364045c51d44d186,2024-04-04T09:15:07.850000 CVE-2024-26751,0,0,f4724937a1dd0ad7aae35b0de8bae0430f7e02378589604bad058934b22c5d1f,2024-04-03T17:24:18.150000 CVE-2024-26752,0,0,db382e8ebf737bd07ce7b04ee460325d3120ac157e4a3bc0fa25db5d02042eee,2024-04-03T17:24:18.150000 CVE-2024-26753,0,0,5ea269de011ddc747beeb3cc9a66f9e855ce5949843f88698449aa371d418923,2024-04-03T17:24:18.150000 @@ -242566,36 +242566,38 @@ CVE-2024-26777,0,0,d8cddd0630d712ce0b46dc322f1b63ff24c526bd61a9b25369efd1f0ff4fd CVE-2024-26778,0,0,d8db76ee4317a56d21afdb1ee67f1fba21509257b6d8bfce6746c3448ec1343e,2024-04-03T17:24:18.150000 CVE-2024-26779,0,0,fae79b8e42a9dcd83ce47196c8171aa9f1d4d510f29b7fae8d481beef0c0b918,2024-04-03T17:24:18.150000 CVE-2024-2678,0,0,afac28a70bd504f6525871485550b234c74e408671e55dc60be8b6505a3b4609,2024-03-21T02:52:41.900000 -CVE-2024-26780,1,1,7794e90bdd730b60d5a18cb68d70c4edb16c2e943963e6d162a45bbecbf4777c,2024-04-04T09:15:07.903000 -CVE-2024-26781,1,1,754b416e4c781749e704bf9d45b9429621491a165b3240ab364cc25925c6f58e,2024-04-04T09:15:07.957000 -CVE-2024-26782,1,1,c991208355a4e797b5e50ed935bfe309770515459db9e75afea926598aeed7ed,2024-04-04T09:15:08.020000 -CVE-2024-26783,1,1,01bb8e12b6ad7b63ca8f57a9d20403985b84915e17977cb78f5c67118d6ab95a,2024-04-04T09:15:08.077000 -CVE-2024-26784,1,1,d8f38b37916b8c8a2530d42343d124a3dacfd6d2af67a39d709f09309054d6ab,2024-04-04T09:15:08.133000 -CVE-2024-26785,1,1,4c4ae4a9d797fcdd0ac09d7532ba7134fa80bfb78afd889bbe1313ebbb98e6b7,2024-04-04T09:15:08.187000 -CVE-2024-26786,1,1,2eab0053407fd661c39bf19b19f32964aadcddf569405418f9db29a4d39d7a18,2024-04-04T09:15:08.247000 -CVE-2024-26787,1,1,4853ff8fadae708592c32cd641fdf4d528deeff006cdd3a75df69b05ca6679f8,2024-04-04T09:15:08.297000 -CVE-2024-26788,1,1,cbdc468fb6af16b8a6eb0795b67f9fb587481466b5640da811f61f5c1dd34abe,2024-04-04T09:15:08.347000 -CVE-2024-26789,1,1,690c4c484dd08e46c122552fb77a1a3d7a1abac7e7128d59bed8024874f87abe,2024-04-04T09:15:08.400000 +CVE-2024-26780,0,0,7794e90bdd730b60d5a18cb68d70c4edb16c2e943963e6d162a45bbecbf4777c,2024-04-04T09:15:07.903000 +CVE-2024-26781,0,0,754b416e4c781749e704bf9d45b9429621491a165b3240ab364cc25925c6f58e,2024-04-04T09:15:07.957000 +CVE-2024-26782,0,0,c991208355a4e797b5e50ed935bfe309770515459db9e75afea926598aeed7ed,2024-04-04T09:15:08.020000 +CVE-2024-26783,0,0,01bb8e12b6ad7b63ca8f57a9d20403985b84915e17977cb78f5c67118d6ab95a,2024-04-04T09:15:08.077000 +CVE-2024-26784,0,0,d8f38b37916b8c8a2530d42343d124a3dacfd6d2af67a39d709f09309054d6ab,2024-04-04T09:15:08.133000 +CVE-2024-26785,0,0,4c4ae4a9d797fcdd0ac09d7532ba7134fa80bfb78afd889bbe1313ebbb98e6b7,2024-04-04T09:15:08.187000 +CVE-2024-26786,0,0,2eab0053407fd661c39bf19b19f32964aadcddf569405418f9db29a4d39d7a18,2024-04-04T09:15:08.247000 +CVE-2024-26787,0,0,4853ff8fadae708592c32cd641fdf4d528deeff006cdd3a75df69b05ca6679f8,2024-04-04T09:15:08.297000 +CVE-2024-26788,0,0,cbdc468fb6af16b8a6eb0795b67f9fb587481466b5640da811f61f5c1dd34abe,2024-04-04T09:15:08.347000 +CVE-2024-26789,0,0,690c4c484dd08e46c122552fb77a1a3d7a1abac7e7128d59bed8024874f87abe,2024-04-04T09:15:08.400000 CVE-2024-2679,0,0,644dd5af5230402a5979aba6bd37a9ee47d3d34df6a09c968327bbbf0b5ea588,2024-03-21T02:52:41.977000 -CVE-2024-26790,1,1,d7290484ef0e656603d6aaf00bc8499b93ed39bacce03de723ca1ef962655e2e,2024-04-04T09:15:08.453000 -CVE-2024-26791,1,1,ace8f3bdaa32483ce8b719d0bf9d5cb9cb8c64ac7a71a19f06c7cbac1734b191,2024-04-04T09:15:08.510000 -CVE-2024-26792,1,1,6f59773394ac5b45717bf9639974ddb4437667fa1c5f5698f9f3a81b5cc7fd3e,2024-04-04T09:15:08.563000 -CVE-2024-26793,1,1,cd106868e814f6a6feb707f934faeb85f344bad76fd32a1ea13835b8b4b17837,2024-04-04T09:15:08.620000 -CVE-2024-26794,1,1,4adc596651d63e5bc08c5eec60f0b4a31677ca6ffd4b0930a02bdf5a22537d2b,2024-04-04T09:15:08.683000 -CVE-2024-26795,1,1,938470ae6adb91b853168c89faa0de8eb0f6df4ac8a8290603201e407bd6fb39,2024-04-04T09:15:08.740000 -CVE-2024-26796,1,1,d908e6cf736d5a47dfd9367d6494e7d0941be2aba4f26c9c517dedb867fbe1a5,2024-04-04T09:15:08.790000 -CVE-2024-26797,1,1,dea0a035a4d9e933ccc55826970f362c6d5e25d4a8a9f6922391b804ac407eff,2024-04-04T09:15:08.843000 -CVE-2024-26798,1,1,e07ba4e8d957453c6c5dadbdf78499f436004e5b11e393a8152c8db6466bb1b5,2024-04-04T09:15:08.897000 -CVE-2024-26799,1,1,31c38e845038351e94d5cb86a1dc0d97b9dc4540c66bccf0481b9c32c9d58d0c,2024-04-04T09:15:08.953000 +CVE-2024-26790,0,0,d7290484ef0e656603d6aaf00bc8499b93ed39bacce03de723ca1ef962655e2e,2024-04-04T09:15:08.453000 +CVE-2024-26791,0,0,ace8f3bdaa32483ce8b719d0bf9d5cb9cb8c64ac7a71a19f06c7cbac1734b191,2024-04-04T09:15:08.510000 +CVE-2024-26792,0,0,6f59773394ac5b45717bf9639974ddb4437667fa1c5f5698f9f3a81b5cc7fd3e,2024-04-04T09:15:08.563000 +CVE-2024-26793,0,0,cd106868e814f6a6feb707f934faeb85f344bad76fd32a1ea13835b8b4b17837,2024-04-04T09:15:08.620000 +CVE-2024-26794,0,0,4adc596651d63e5bc08c5eec60f0b4a31677ca6ffd4b0930a02bdf5a22537d2b,2024-04-04T09:15:08.683000 +CVE-2024-26795,0,0,938470ae6adb91b853168c89faa0de8eb0f6df4ac8a8290603201e407bd6fb39,2024-04-04T09:15:08.740000 +CVE-2024-26796,0,0,d908e6cf736d5a47dfd9367d6494e7d0941be2aba4f26c9c517dedb867fbe1a5,2024-04-04T09:15:08.790000 +CVE-2024-26797,0,0,dea0a035a4d9e933ccc55826970f362c6d5e25d4a8a9f6922391b804ac407eff,2024-04-04T09:15:08.843000 +CVE-2024-26798,0,0,e07ba4e8d957453c6c5dadbdf78499f436004e5b11e393a8152c8db6466bb1b5,2024-04-04T09:15:08.897000 +CVE-2024-26799,0,0,31c38e845038351e94d5cb86a1dc0d97b9dc4540c66bccf0481b9c32c9d58d0c,2024-04-04T09:15:08.953000 CVE-2024-2680,0,0,3bda94b4e4796d2b19241b15dc106e95b5f50bb0302bb6a03385a692cd78110d,2024-03-21T02:52:42.053000 -CVE-2024-26800,1,1,9d71c41f8d7ed47bc3a0f2dfea51f464b9f68cf1e7a2c1f6233a36a0ffcfb490,2024-04-04T09:15:09.003000 -CVE-2024-26801,1,1,a413e5a84754a50ce837754005e1c51a3800c08dd1e4147dd1411c28bec39563,2024-04-04T09:15:09.050000 -CVE-2024-26802,1,1,86521d1546d409a1d96bb6d70b725d0bd8dd997f8f259b93fa9f312112a75660,2024-04-04T09:15:09.110000 -CVE-2024-26803,1,1,84003b8f760119618310add237a4e36601d485d6fa3af94451cdfa01cf69ad87,2024-04-04T09:15:09.163000 -CVE-2024-26804,1,1,1375129786bb4f6e4871749ba56acc38d9f156ae94011dec110bb10f62fb0a60,2024-04-04T09:15:09.217000 -CVE-2024-26805,1,1,d0415b7d931ece60c972c48038facdd4933f42de4b1af4eac4def11a6f327a7c,2024-04-04T09:15:09.277000 -CVE-2024-26806,1,1,f397f2a668bed2c6a8d880b661ee06c2f8959ab4b5df499d9172a3601d8b99cb,2024-04-04T09:15:09.333000 -CVE-2024-26807,1,1,296b4ef6a57522eab0932d17f15177cca133a5cef3f4060d3906bbb2b516b656,2024-04-04T09:15:09.380000 +CVE-2024-26800,0,0,9d71c41f8d7ed47bc3a0f2dfea51f464b9f68cf1e7a2c1f6233a36a0ffcfb490,2024-04-04T09:15:09.003000 +CVE-2024-26801,0,0,a413e5a84754a50ce837754005e1c51a3800c08dd1e4147dd1411c28bec39563,2024-04-04T09:15:09.050000 +CVE-2024-26802,0,0,86521d1546d409a1d96bb6d70b725d0bd8dd997f8f259b93fa9f312112a75660,2024-04-04T09:15:09.110000 +CVE-2024-26803,0,0,84003b8f760119618310add237a4e36601d485d6fa3af94451cdfa01cf69ad87,2024-04-04T09:15:09.163000 +CVE-2024-26804,0,0,1375129786bb4f6e4871749ba56acc38d9f156ae94011dec110bb10f62fb0a60,2024-04-04T09:15:09.217000 +CVE-2024-26805,0,0,d0415b7d931ece60c972c48038facdd4933f42de4b1af4eac4def11a6f327a7c,2024-04-04T09:15:09.277000 +CVE-2024-26806,0,0,f397f2a668bed2c6a8d880b661ee06c2f8959ab4b5df499d9172a3601d8b99cb,2024-04-04T09:15:09.333000 +CVE-2024-26807,0,1,9970a6059ddf1ef97d4af4b3f3f2dbbdc91762b12db32a093a7c67adc179ef58,2024-04-04T09:15:09.380000 +CVE-2024-26808,1,1,f9be7fae3e9fd62ac62ca7f97057a731f16c3d3d6a3866a2c03665218f5ba021,2024-04-04T10:15:08.943000 +CVE-2024-26809,1,1,dc38265c8b6a1735b0e3f72a7abd7798b0f92547682c953ba598259896fe6c7d,2024-04-04T10:15:09.820000 CVE-2024-2681,0,0,211b9a75c4368c46da39324b5885baab82086ddd4b191379e2bc3298587cc094,2024-03-21T02:52:42.143000 CVE-2024-2682,0,0,a085f90f84cb4770a2a70d67fe3862306cc151ef177a765e07fccc3d6343039b,2024-03-21T02:52:42.233000 CVE-2024-2683,0,0,788c441aaf8a379a9ab516c0ce7daee2808d93b02ac7acef8c96a67609395231,2024-03-21T02:52:42.310000 @@ -244079,6 +244081,7 @@ CVE-2024-3256,0,0,cdbc8da89f88fff280ac996c84840ad1bfb46f09c88b5b4dd62301b05f0c41 CVE-2024-3257,0,0,b08a6413edbe423942780a6fe023bc538f97dad558ddbc91a724f215cfc85e18,2024-04-03T17:24:18.150000 CVE-2024-3258,0,0,16d450bc3554c2a319117adc94d8a7dcb1f68b8821fc173e15562a1ba48b306c,2024-04-03T17:24:18.150000 CVE-2024-3259,0,0,59128ca045cd2f7fbe88d58e11ffcce19ef1d2f5d6abea61087e98d65d4fd821,2024-04-03T17:24:18.150000 +CVE-2024-3262,1,1,90d674e42b13ce4537e7534516ac25131b127b450c7799a2732516f38a02ebf2,2024-04-04T10:15:09.880000 CVE-2024-3270,0,0,ee7ab86f7bf43358544c245654b91101b254fc6f7c652d1821c4b3bc289b1731,2024-04-03T23:15:13.650000 CVE-2024-3272,0,0,ec957dadeec43e12f55685313ce87fc6f1845369f9e4bed1d35809970a1013da,2024-04-04T01:15:50.123000 CVE-2024-3273,0,0,8f6b35ec9da3c04c04de1c010b3b6aa0772cd3407f505a2ed48fc8f40699399d,2024-04-04T04:15:08.763000