From a73ceda6af40f20c5fcb9ffbb1309f90a7a03167 Mon Sep 17 00:00:00 2001 From: cad-safe-bot Date: Thu, 16 Jan 2025 05:03:53 +0000 Subject: [PATCH] Auto-Update: 2025-01-16T05:00:27.873866+00:00 --- CVE-2024/CVE-2024-107xx/CVE-2024-10789.json | 60 +++++++++++++++++++ CVE-2024/CVE-2024-114xx/CVE-2024-11452.json | 64 +++++++++++++++++++++ CVE-2025/CVE-2025-04xx/CVE-2025-0457.json | 4 ++ CVE-2025/CVE-2025-229xx/CVE-2025-22904.json | 33 +++++++++++ CVE-2025/CVE-2025-229xx/CVE-2025-22905.json | 33 +++++++++++ CVE-2025/CVE-2025-229xx/CVE-2025-22906.json | 33 +++++++++++ CVE-2025/CVE-2025-229xx/CVE-2025-22907.json | 33 +++++++++++ CVE-2025/CVE-2025-229xx/CVE-2025-22912.json | 33 +++++++++++ CVE-2025/CVE-2025-229xx/CVE-2025-22913.json | 29 ++++++++++ CVE-2025/CVE-2025-229xx/CVE-2025-22916.json | 33 +++++++++++ README.md | 26 +++++---- _state.csv | 21 +++++-- 12 files changed, 385 insertions(+), 17 deletions(-) create mode 100644 CVE-2024/CVE-2024-107xx/CVE-2024-10789.json create mode 100644 CVE-2024/CVE-2024-114xx/CVE-2024-11452.json create mode 100644 CVE-2025/CVE-2025-229xx/CVE-2025-22904.json create mode 100644 CVE-2025/CVE-2025-229xx/CVE-2025-22905.json create mode 100644 CVE-2025/CVE-2025-229xx/CVE-2025-22906.json create mode 100644 CVE-2025/CVE-2025-229xx/CVE-2025-22907.json create mode 100644 CVE-2025/CVE-2025-229xx/CVE-2025-22912.json create mode 100644 CVE-2025/CVE-2025-229xx/CVE-2025-22913.json create mode 100644 CVE-2025/CVE-2025-229xx/CVE-2025-22916.json diff --git a/CVE-2024/CVE-2024-107xx/CVE-2024-10789.json b/CVE-2024/CVE-2024-107xx/CVE-2024-10789.json new file mode 100644 index 00000000000..fa04cd0412e --- /dev/null +++ b/CVE-2024/CVE-2024-107xx/CVE-2024-10789.json @@ -0,0 +1,60 @@ +{ + "id": "CVE-2024-10789", + "sourceIdentifier": "security@wordfence.com", + "published": "2025-01-16T04:15:08.127", + "lastModified": "2025-01-16T04:15:08.127", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "The WP User Profile Avatar plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.5. This is due to missing or incorrect nonce validation on the wpupa_user_admin() function. This makes it possible for unauthenticated attackers to update the plugins setting which controls access to the functionality via a forged request granted they can trick a site administrator into performing an action such as clicking on a link." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "security@wordfence.com", + "type": "Primary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", + "baseScore": 4.3, + "baseSeverity": "MEDIUM", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "NONE", + "userInteraction": "REQUIRED", + "scope": "UNCHANGED", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "availabilityImpact": "NONE" + }, + "exploitabilityScore": 2.8, + "impactScore": 1.4 + } + ] + }, + "weaknesses": [ + { + "source": "security@wordfence.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-352" + } + ] + } + ], + "references": [ + { + "url": "https://plugins.trac.wordpress.org/changeset/3222923/", + "source": "security@wordfence.com" + }, + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/b056cc98-3bd8-493a-bbf4-9bcee2e52d24?source=cve", + "source": "security@wordfence.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2024/CVE-2024-114xx/CVE-2024-11452.json b/CVE-2024/CVE-2024-114xx/CVE-2024-11452.json new file mode 100644 index 00000000000..e0d07e77833 --- /dev/null +++ b/CVE-2024/CVE-2024-114xx/CVE-2024-11452.json @@ -0,0 +1,64 @@ +{ + "id": "CVE-2024-11452", + "sourceIdentifier": "security@wordfence.com", + "published": "2025-01-16T04:15:08.287", + "lastModified": "2025-01-16T04:15:08.287", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "The Chamber Dashboard Business Directory plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'business_categories' shortcode in all versions up to, and including, 3.3.8 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "security@wordfence.com", + "type": "Primary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", + "baseScore": 6.4, + "baseSeverity": "MEDIUM", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "NONE", + "scope": "CHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "NONE" + }, + "exploitabilityScore": 3.1, + "impactScore": 2.7 + } + ] + }, + "weaknesses": [ + { + "source": "security@wordfence.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-79" + } + ] + } + ], + "references": [ + { + "url": "https://plugins.trac.wordpress.org/browser/chamber-dashboard-business-directory/trunk/shortcodes/bus_cat_shortcode.php#L52", + "source": "security@wordfence.com" + }, + { + "url": "https://plugins.trac.wordpress.org/changeset/3222548/", + "source": "security@wordfence.com" + }, + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/54e5989f-3d2c-4ed3-b4c4-f2589b885637?source=cve", + "source": "security@wordfence.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-04xx/CVE-2025-0457.json b/CVE-2025/CVE-2025-04xx/CVE-2025-0457.json index 89efadac101..0b127fbdf2e 100644 --- a/CVE-2025/CVE-2025-04xx/CVE-2025-0457.json +++ b/CVE-2025/CVE-2025-04xx/CVE-2025-0457.json @@ -9,6 +9,10 @@ { "lang": "en", "value": "The airPASS from NetVision Information has an OS Command Injection vulnerability, allowing remote attackers with regular privileges to inject and execute arbitrary OS commands." + }, + { + "lang": "es", + "value": " El airPASS de NetVision Information tiene una vulnerabilidad de inyecci\u00f3n de comandos del sistema operativo, que permite a atacantes remotos con privilegios regulares inyectar y ejecutar comandos arbitrarios del sistema operativo." } ], "metrics": { diff --git a/CVE-2025/CVE-2025-229xx/CVE-2025-22904.json b/CVE-2025/CVE-2025-229xx/CVE-2025-22904.json new file mode 100644 index 00000000000..c3a44d28e83 --- /dev/null +++ b/CVE-2025/CVE-2025-229xx/CVE-2025-22904.json @@ -0,0 +1,33 @@ +{ + "id": "CVE-2025-22904", + "sourceIdentifier": "cve@mitre.org", + "published": "2025-01-16T03:15:06.313", + "lastModified": "2025-01-16T03:15:06.313", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "RE11S v1.11 was discovered to contain a stack overflow via the pptpUserName parameter in the setWAN function." + }, + { + "lang": "es", + "value": " Se descubri\u00f3 que RE11S v1.11 contiene un desbordamiento de pila a trav\u00e9s del par\u00e1metro pptpUserName en la funci\u00f3n setWAN." + } + ], + "metrics": {}, + "references": [ + { + "url": "http://re11s.com", + "source": "cve@mitre.org" + }, + { + "url": "https://github.com/xyqer1/RE11S_1.11-setWAN-3-StackOverflow", + "source": "cve@mitre.org" + }, + { + "url": "https://www.edimax.com/edimax/global/", + "source": "cve@mitre.org" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-229xx/CVE-2025-22905.json b/CVE-2025/CVE-2025-229xx/CVE-2025-22905.json new file mode 100644 index 00000000000..e222c3c0f8d --- /dev/null +++ b/CVE-2025/CVE-2025-229xx/CVE-2025-22905.json @@ -0,0 +1,33 @@ +{ + "id": "CVE-2025-22905", + "sourceIdentifier": "cve@mitre.org", + "published": "2025-01-16T03:15:06.430", + "lastModified": "2025-01-16T03:15:06.430", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "RE11S v1.11 was discovered to contain a command injection vulnerability via the command parameter at /goform/mp." + }, + { + "lang": "es", + "value": " Se descubri\u00f3 que RE11S v1.11 conten\u00eda una vulnerabilidad de inyecci\u00f3n de comandos a trav\u00e9s del par\u00e1metro command en /goform/mp." + } + ], + "metrics": {}, + "references": [ + { + "url": "http://re11s.com", + "source": "cve@mitre.org" + }, + { + "url": "https://github.com/xyqer1/RE11S_1.11-mp-CommandInjection", + "source": "cve@mitre.org" + }, + { + "url": "https://www.edimax.com/edimax/global/", + "source": "cve@mitre.org" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-229xx/CVE-2025-22906.json b/CVE-2025/CVE-2025-229xx/CVE-2025-22906.json new file mode 100644 index 00000000000..6dfd443703f --- /dev/null +++ b/CVE-2025/CVE-2025-229xx/CVE-2025-22906.json @@ -0,0 +1,33 @@ +{ + "id": "CVE-2025-22906", + "sourceIdentifier": "cve@mitre.org", + "published": "2025-01-16T03:15:06.530", + "lastModified": "2025-01-16T03:15:06.530", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "RE11S v1.11 was discovered to contain a command injection vulnerability via the L2TPUserName parameter at /goform/setWAN." + }, + { + "lang": "es", + "value": " Se descubri\u00f3 que RE11S v1.11 conten\u00eda una vulnerabilidad de inyecci\u00f3n de comandos a trav\u00e9s del par\u00e1metro L2TPUserName en /goform/setWAN." + } + ], + "metrics": {}, + "references": [ + { + "url": "http://re11s.com", + "source": "cve@mitre.org" + }, + { + "url": "https://github.com/xyqer1/RE11S_1.11-setWAN-CommandInjection", + "source": "cve@mitre.org" + }, + { + "url": "https://www.edimax.com/edimax/global/", + "source": "cve@mitre.org" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-229xx/CVE-2025-22907.json b/CVE-2025/CVE-2025-229xx/CVE-2025-22907.json new file mode 100644 index 00000000000..9fd5e9529a1 --- /dev/null +++ b/CVE-2025/CVE-2025-229xx/CVE-2025-22907.json @@ -0,0 +1,33 @@ +{ + "id": "CVE-2025-22907", + "sourceIdentifier": "cve@mitre.org", + "published": "2025-01-16T03:15:06.630", + "lastModified": "2025-01-16T03:15:06.630", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "RE11S v1.11 was discovered to contain a stack overflow via the selSSID parameter in the formWlSiteSurvey function." + }, + { + "lang": "es", + "value": "Se descubri\u00f3 que RE11S v1.11 contiene un desbordamiento de pila a trav\u00e9s del par\u00e1metro selSSID en la funci\u00f3n formWlSiteSurvey." + } + ], + "metrics": {}, + "references": [ + { + "url": "http://re11s.com", + "source": "cve@mitre.org" + }, + { + "url": "https://github.com/xyqer1/RE11S_1.11-formWlSiteSurvey-StackOverflow", + "source": "cve@mitre.org" + }, + { + "url": "https://www.edimax.com/edimax/global/", + "source": "cve@mitre.org" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-229xx/CVE-2025-22912.json b/CVE-2025/CVE-2025-229xx/CVE-2025-22912.json new file mode 100644 index 00000000000..e4c4d5453f5 --- /dev/null +++ b/CVE-2025/CVE-2025-229xx/CVE-2025-22912.json @@ -0,0 +1,33 @@ +{ + "id": "CVE-2025-22912", + "sourceIdentifier": "cve@mitre.org", + "published": "2025-01-16T03:15:06.723", + "lastModified": "2025-01-16T03:15:06.723", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "RE11S v1.11 was discovered to contain a command injection vulnerability via the component /goform/formAccept." + }, + { + "lang": "es", + "value": " Se descubri\u00f3 que RE11S v1.11 conten\u00eda una vulnerabilidad de inyecci\u00f3n de comandos a trav\u00e9s del componente /goform/formAccept." + } + ], + "metrics": {}, + "references": [ + { + "url": "http://re11s.com", + "source": "cve@mitre.org" + }, + { + "url": "https://github.com/xyqer1/RE11S_1.11-formAccept-CommandInjection", + "source": "cve@mitre.org" + }, + { + "url": "https://www.edimax.com/edimax/global/", + "source": "cve@mitre.org" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-229xx/CVE-2025-22913.json b/CVE-2025/CVE-2025-229xx/CVE-2025-22913.json new file mode 100644 index 00000000000..8300f8db771 --- /dev/null +++ b/CVE-2025/CVE-2025-229xx/CVE-2025-22913.json @@ -0,0 +1,29 @@ +{ + "id": "CVE-2025-22913", + "sourceIdentifier": "cve@mitre.org", + "published": "2025-01-16T03:15:06.850", + "lastModified": "2025-01-16T03:15:06.850", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "RE11S v1.11 was discovered to contain a stack overflow via the rootAPmac parameter in the formStaDrvSetup function." + }, + { + "lang": "es", + "value": " Se descubri\u00f3 que RE11S v1.11 contiene un desbordamiento de pila a trav\u00e9s del par\u00e1metro rootAPmac en la funci\u00f3n formStaDrvSetup." + } + ], + "metrics": {}, + "references": [ + { + "url": "https://github.com/xyqer1/RE11S_1.11-formStaDrvSetup-StackOverflow", + "source": "cve@mitre.org" + }, + { + "url": "https://www.edimax.com/edimax/global/", + "source": "cve@mitre.org" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-229xx/CVE-2025-22916.json b/CVE-2025/CVE-2025-229xx/CVE-2025-22916.json new file mode 100644 index 00000000000..ed8c81fd262 --- /dev/null +++ b/CVE-2025/CVE-2025-229xx/CVE-2025-22916.json @@ -0,0 +1,33 @@ +{ + "id": "CVE-2025-22916", + "sourceIdentifier": "cve@mitre.org", + "published": "2025-01-16T03:15:06.970", + "lastModified": "2025-01-16T03:15:06.970", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "RE11S v1.11 was discovered to contain a stack overflow via the pppUserName parameter in the formPPPoESetup function." + }, + { + "lang": "es", + "value": " Se descubri\u00f3 que RE11S v1.11 contiene un desbordamiento de pila a trav\u00e9s del par\u00e1metro pppUserName en la funci\u00f3n formPPPoESetup." + } + ], + "metrics": {}, + "references": [ + { + "url": "http://re11s.com", + "source": "cve@mitre.org" + }, + { + "url": "https://github.com/xyqer1/RE11S_1.11-formPPPoESetup-StackOverflow", + "source": "cve@mitre.org" + }, + { + "url": "https://www.edimax.com/edimax/global/", + "source": "cve@mitre.org" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 5edd623f335..22343cc1bfd 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Repository synchronizes with the NVD every 2 hours. ### Last Repository Update ```plain -2025-01-16T03:00:26.396656+00:00 +2025-01-16T05:00:27.873866+00:00 ``` ### Most recent CVE Modification Timestamp synchronized with NVD ```plain -2025-01-16T02:15:27.553000+00:00 +2025-01-16T04:15:08.287000+00:00 ``` ### Last Data Feed Release @@ -33,25 +33,29 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/ ### Total Number of included CVEs ```plain -277624 +277633 ``` ### CVEs added in the last Commit -Recently added CVEs: `6` +Recently added CVEs: `9` -- [CVE-2024-10401](CVE-2024/CVE-2024-104xx/CVE-2024-10401.json) (`2025-01-16T02:15:26.770`) -- [CVE-2024-10970](CVE-2024/CVE-2024-109xx/CVE-2024-10970.json) (`2025-01-16T02:15:26.857`) -- [CVE-2025-0170](CVE-2025/CVE-2025-01xx/CVE-2025-0170.json) (`2025-01-16T02:15:27.043`) -- [CVE-2025-0455](CVE-2025/CVE-2025-04xx/CVE-2025-0455.json) (`2025-01-16T02:15:27.203`) -- [CVE-2025-0456](CVE-2025/CVE-2025-04xx/CVE-2025-0456.json) (`2025-01-16T02:15:27.387`) -- [CVE-2025-0457](CVE-2025/CVE-2025-04xx/CVE-2025-0457.json) (`2025-01-16T02:15:27.553`) +- [CVE-2024-10789](CVE-2024/CVE-2024-107xx/CVE-2024-10789.json) (`2025-01-16T04:15:08.127`) +- [CVE-2024-11452](CVE-2024/CVE-2024-114xx/CVE-2024-11452.json) (`2025-01-16T04:15:08.287`) +- [CVE-2025-22904](CVE-2025/CVE-2025-229xx/CVE-2025-22904.json) (`2025-01-16T03:15:06.313`) +- [CVE-2025-22905](CVE-2025/CVE-2025-229xx/CVE-2025-22905.json) (`2025-01-16T03:15:06.430`) +- [CVE-2025-22906](CVE-2025/CVE-2025-229xx/CVE-2025-22906.json) (`2025-01-16T03:15:06.530`) +- [CVE-2025-22907](CVE-2025/CVE-2025-229xx/CVE-2025-22907.json) (`2025-01-16T03:15:06.630`) +- [CVE-2025-22912](CVE-2025/CVE-2025-229xx/CVE-2025-22912.json) (`2025-01-16T03:15:06.723`) +- [CVE-2025-22913](CVE-2025/CVE-2025-229xx/CVE-2025-22913.json) (`2025-01-16T03:15:06.850`) +- [CVE-2025-22916](CVE-2025/CVE-2025-229xx/CVE-2025-22916.json) (`2025-01-16T03:15:06.970`) ### CVEs modified in the last Commit -Recently modified CVEs: `0` +Recently modified CVEs: `1` +- [CVE-2025-0457](CVE-2025/CVE-2025-04xx/CVE-2025-0457.json) (`2025-01-16T02:15:27.553`) ## Download and Usage diff --git a/_state.csv b/_state.csv index 4ed166a4403..9e7173d1eb1 100644 --- a/_state.csv +++ b/_state.csv @@ -243561,7 +243561,7 @@ CVE-2024-10397,0,0,eb0a841cfeefac1bdb6f8751be98fffeababa67bb8b15c52555a33acc05c4 CVE-2024-10399,0,0,095406f8d5039a96c9b15f66c9c6aae69fc16e07792e432307aaf1afc72e7d79,2024-11-01T12:57:03.417000 CVE-2024-1040,0,0,0cf971725042aa5f584fe060b54c880b9831934b517dc5a41c0a4db005bb079c,2024-11-21T08:49:39.783000 CVE-2024-10400,0,0,3759d39d735004e5c08f52c1cb95cd17845c5c560a4e744323f137829cf4b7b1,2024-11-21T13:57:24.187000 -CVE-2024-10401,1,1,98699d6fa898cdfb3f15470619245cee1d067345348d71b83edf212f320fd87d,2025-01-16T02:15:26.770000 +CVE-2024-10401,0,0,98699d6fa898cdfb3f15470619245cee1d067345348d71b83edf212f320fd87d,2025-01-16T02:15:26.770000 CVE-2024-10402,0,0,3bec3b03f6b37743b2963c176dfcef56ddbbfd70980eeed7f59bf60f8417973e,2024-10-28T13:58:09.230000 CVE-2024-10403,0,0,959dc138610d6ad2c1d126ef9cb21459a598e94cf8d488cf1201a4cf13ecfaa2,2024-11-21T13:57:24.187000 CVE-2024-10406,0,0,3ea80fa9309bbe01bfc18fc28a58ebc2cd4384a2976470d5a0c7d74740e10fea,2024-10-29T20:48:36.967000 @@ -243907,6 +243907,7 @@ CVE-2024-10785,0,0,3f01bd087d273daf30380c315f820020814d213e2340745da66061077350c CVE-2024-10786,0,0,ccc5097d72c9d28e3db11dc281f3f9385330979372f0eb8c07e82e1cc6da99f0,2024-11-18T17:11:17.393000 CVE-2024-10787,0,0,e4342596cadc13376c45fe50690327764f44d01e21796411a0b18745cbef6e4c,2024-12-04T09:15:04.323000 CVE-2024-10788,0,0,62788f949bca5d7e37cdb922f69d1fcd20199b1de5b86ec020525fca7a998fe6,2024-11-21T13:57:24.187000 +CVE-2024-10789,1,1,326b4c9cd14597942539e336ac48055d70bbbea16751093a371cdebc8e9b05e9,2025-01-16T04:15:08.127000 CVE-2024-1079,0,0,076f0d90756c2348b32c6cbe4a55fada41785208b845fa866d02741439c7a75a,2024-11-21T08:49:45.060000 CVE-2024-10790,0,0,6341528a54cdf3270385869d50c1019cff42d20615be0c52b3565e350b691531,2024-11-12T13:55:21.227000 CVE-2024-10791,0,0,ac0a06f123ca4f2a82c8817f0119d46a6b214304ec50f56d301c5704362b7969,2024-11-06T15:05:38.240000 @@ -244052,7 +244053,7 @@ CVE-2024-10967,0,0,7c3473c2b77a8d05803cf7f270943b5290b5d24c3b903af32185338840b21 CVE-2024-10968,0,0,a921b8902882d4801f626f2f4054af6a15bab4d0cf4468f9642e1f86377f1fd9,2024-12-10T21:10:06.700000 CVE-2024-10969,0,0,8114c2dfe952beb461c299d8bda61eb6b5ef295ee43d6de90e2c4aa8ea5fd65c,2024-12-10T21:10:24.593000 CVE-2024-1097,0,0,f1ad2b99b98b2176c3b3ccdd494bed6625a86a9f96e0ed3a25e7d4f3cd789ac4,2024-11-19T19:05:30.620000 -CVE-2024-10970,1,1,46ab2b85ab6724abaaeac81e0401200707f6b3979204a6c00355ac6bf00238cd,2025-01-16T02:15:26.857000 +CVE-2024-10970,0,0,46ab2b85ab6724abaaeac81e0401200707f6b3979204a6c00355ac6bf00238cd,2025-01-16T02:15:26.857000 CVE-2024-10971,0,0,f8d3e9d67661e4546a1e254ebb74d5d0c1dddae1c4d768a7ce5fd78bda7de46d,2024-11-21T08:49:10.613000 CVE-2024-10972,0,0,94ad4fe97792a860dbbbaf6ed1055424200bc83bc27354926dcdaef27787b40d,2024-12-16T16:15:05.880000 CVE-2024-10973,0,0,cbeb6f65a45bfdf6ca686d53bee20b1187ff9c0a45640545d25c45f64f615a94,2024-12-17T23:15:05.423000 @@ -244465,6 +244466,7 @@ CVE-2024-11447,0,0,bd53c50380b55196efb74cff3fad5c24687f184135cfde8b6a52ffe6934cf CVE-2024-1145,0,0,71ba2561916ff383446b1b9365376abadae467a3a4b7425691a59ca4e4176804,2024-11-21T08:49:54.097000 CVE-2024-11450,0,0,d9225aed2ac8475bb91c6ace69e4cc88aaeb28d7907e757183e21dfd957a870f,2024-12-06T09:15:07.137000 CVE-2024-11451,0,0,1ae0af532d165e743ffcab70ed2c779554ae651574ede2e8a8329313fc3507ad,2024-12-07T02:15:18.117000 +CVE-2024-11452,1,1,be6218bb73af4916bcdfb49b679c8c453a76008a24ac12876ba169e1c1829357,2025-01-16T04:15:08.287000 CVE-2024-11453,0,0,5ddaa320fe1d4d03e381c657f388a7d4f2fbdff28eda17ec4fc3bcaf67d9e87d,2024-12-03T08:15:05.830000 CVE-2024-11454,0,0,54cb66d7c340e670e7be7c1c93e117d3d3f291412c8539746ac6183c30e6034e,2024-12-09T18:15:22.400000 CVE-2024-11455,0,0,2585d76118af0f8584c93ef70fec17184fe9addb803068b4dbf20f8e44717637,2024-11-21T13:57:24.187000 @@ -276925,7 +276927,7 @@ CVE-2025-0105,0,0,00a855c4c5c24d5ebd8e5baea5f2dd70af28a28ab79f80af836ca3721929b0 CVE-2025-0106,0,0,ea3891ed02a44c40ad7ee28054a325d82afd4015509da73e6d1926980df4b4d8,2025-01-11T03:15:22.490000 CVE-2025-0107,0,0,7d7cd1b21f8fb2e090759e9bfc5c26e45f105ad47403d57bcf7a1a7c6a786b02,2025-01-15T23:15:10.273000 CVE-2025-0168,0,0,e84dfab945ef13382a421d35864ab91df44d461052950e6960f163ecb3ef0659,2025-01-01T14:15:23.590000 -CVE-2025-0170,1,1,1e1aaebb3b3ea60ab63e5ab305145d0097f6dd033dad0ff7e58eecea4cfcacf6,2025-01-16T02:15:27.043000 +CVE-2025-0170,0,0,1e1aaebb3b3ea60ab63e5ab305145d0097f6dd033dad0ff7e58eecea4cfcacf6,2025-01-16T02:15:27.043000 CVE-2025-0171,0,0,794beb23430fc32560ad8b14e91c70f576fc5b74a30bc3307d04a635424cf206,2025-01-02T18:15:21.173000 CVE-2025-0172,0,0,5e6c9a2cc035d62fed9c1b881e3bba0314c8fa73fea7e2b9997776b0e54bdcfc,2025-01-02T18:15:21.327000 CVE-2025-0173,0,0,c1f252ca4cbbf65084a89ab024bca7f0b17a90985239dec13e360a268ca33620,2025-01-02T18:15:21.630000 @@ -277048,9 +277050,9 @@ CVE-2025-0443,0,0,036098e88900d992a095ec7921eff7d5eb0bc88075298505df362c92e2ca8f CVE-2025-0446,0,0,b25847611c152c80ab5af108896abe2a04b8fc1b35d33e188344bafedc3b6b5a,2025-01-15T15:15:15.960000 CVE-2025-0447,0,0,138036fe549fb5dfab13974a3a7e47ae79c89eaed414c24b8cf74783a36c14e1,2025-01-15T15:15:16.123000 CVE-2025-0448,0,0,9737e1fa272da2233ef1ed93dd9ff1970ce75261fdc9a589a193db451cacf099,2025-01-15T15:15:16.277000 -CVE-2025-0455,1,1,7e0ad5449b041c53f734be428a31bc6a89dc398ea20bdfa939a9fd70a4abf29c,2025-01-16T02:15:27.203000 -CVE-2025-0456,1,1,c9c279a8e9b15f51a325b001d98fa11372919fecd3f4fd4a6edf61e03b1f1c0f,2025-01-16T02:15:27.387000 -CVE-2025-0457,1,1,bc5af5503dadc3992dce57492b68e0b665a0f47e44aeb0f9d2592727dd4d078a,2025-01-16T02:15:27.553000 +CVE-2025-0455,0,0,7e0ad5449b041c53f734be428a31bc6a89dc398ea20bdfa939a9fd70a4abf29c,2025-01-16T02:15:27.203000 +CVE-2025-0456,0,0,c9c279a8e9b15f51a325b001d98fa11372919fecd3f4fd4a6edf61e03b1f1c0f,2025-01-16T02:15:27.387000 +CVE-2025-0457,0,1,405b792def7adc24ffc4fcc8d4e99a3e6be8693d2375d98d328f438c15858c78,2025-01-16T02:15:27.553000 CVE-2025-0458,0,0,45329d1650f63d093b7e8acb76f7370c8c0262fb6197b3161a1f0db17a2920b7,2025-01-14T16:15:34.397000 CVE-2025-0459,0,0,7f66205a9ceec34ce8406cb81bab600a3721d11d4c8a05bee0623fea9fbc9cf7,2025-01-14T16:15:34.617000 CVE-2025-0460,0,0,4ed76bb5f64af8fe8c4011df0eca20c45ae0fdebb5a3f0252615a76ad2d1b042,2025-01-14T16:15:34.800000 @@ -277570,6 +277572,13 @@ CVE-2025-22824,0,0,fb201e5b5828770ff11d00a29d3f8e00f0da01f397b44ffb8e7c8ad29623f CVE-2025-22826,0,0,36b6e140cfbfa94ee1e1f9414c9bba12f6b84f8e81d4c4eb37d1cc60556b529d,2025-01-09T16:16:33.047000 CVE-2025-22827,0,0,3baed988c384781b752e63a63aac2d02b4618a6f769d736ff71142b8ba1a8f98,2025-01-09T16:16:33.200000 CVE-2025-22828,0,0,146919e8038c633aebea97dab991ef56f9be23b958183120e0167c3ba087763b,2025-01-13T19:15:11.373000 +CVE-2025-22904,1,1,0d689dab7d93efe5e3619f41b65ed2e226865052631c380e622bfad8a4d89cc2,2025-01-16T03:15:06.313000 +CVE-2025-22905,1,1,7ce0ff9256a4854fc352d077f3f0c739a33a0a92874bf3c98059151498413642,2025-01-16T03:15:06.430000 +CVE-2025-22906,1,1,b430df8a6e6400aee0d0b5dedcfd1ceca5ac91f1415ad22a738e6b90d9215435,2025-01-16T03:15:06.530000 +CVE-2025-22907,1,1,3a606e36c0c8fbf9d55b43d449cfe35e7f71d0a76ec87887dc5c5630771d2b0f,2025-01-16T03:15:06.630000 +CVE-2025-22912,1,1,9bdac6d997fb4afcd0ffdb49cf15bb2a6d4a40fead5179445a0f3cc7227fc94c,2025-01-16T03:15:06.723000 +CVE-2025-22913,1,1,43a94f497f840a978d8316cb659d9517bb656ec1d12ffe55ff10808892909274,2025-01-16T03:15:06.850000 +CVE-2025-22916,1,1,49672c014458a546bd5e8ed40fbb9d744fa61afd0b8f15aa50934354bd803c8d,2025-01-16T03:15:06.970000 CVE-2025-22946,0,0,7db37666dfbf9142b1788db2e9c9ed7b839c8fa56ddb82a64c0b003e5a2cac22,2025-01-14T15:15:28.480000 CVE-2025-22949,0,0,9276342af8ee37607a1ffae2d3f1aeab3d942e0b55b28a72d519f8d3d1707262,2025-01-14T15:15:28.637000 CVE-2025-22963,0,0,ddb005db611e43367f0caf5873d662acfb7b90267f1a87ba259499e665e1b39e,2025-01-13T16:15:19.367000