From b106ebf906cd927b548a15e3ea23e75a4cace0ac Mon Sep 17 00:00:00 2001 From: cad-safe-bot Date: Tue, 28 Jan 2025 11:03:57 +0000 Subject: [PATCH] Auto-Update: 2025-01-28T11:00:30.201146+00:00 --- CVE-2024/CVE-2024-135xx/CVE-2024-13527.json | 60 +++++++++++++++++++++ CVE-2024/CVE-2024-239xx/CVE-2024-23953.json | 53 ++++++++++++++++++ CVE-2025/CVE-2025-02xx/CVE-2025-0290.json | 56 +++++++++++++++++++ CVE-2025/CVE-2025-07xx/CVE-2025-0736.json | 60 +++++++++++++++++++++ CVE-2025/CVE-2025-07xx/CVE-2025-0750.json | 60 +++++++++++++++++++++ CVE-2025/CVE-2025-07xx/CVE-2025-0752.json | 60 +++++++++++++++++++++ CVE-2025/CVE-2025-07xx/CVE-2025-0754.json | 60 +++++++++++++++++++++ README.md | 22 ++++---- _state.csv | 17 ++++-- 9 files changed, 433 insertions(+), 15 deletions(-) create mode 100644 CVE-2024/CVE-2024-135xx/CVE-2024-13527.json create mode 100644 CVE-2024/CVE-2024-239xx/CVE-2024-23953.json create mode 100644 CVE-2025/CVE-2025-02xx/CVE-2025-0290.json create mode 100644 CVE-2025/CVE-2025-07xx/CVE-2025-0736.json create mode 100644 CVE-2025/CVE-2025-07xx/CVE-2025-0750.json create mode 100644 CVE-2025/CVE-2025-07xx/CVE-2025-0752.json create mode 100644 CVE-2025/CVE-2025-07xx/CVE-2025-0754.json diff --git a/CVE-2024/CVE-2024-135xx/CVE-2024-13527.json b/CVE-2024/CVE-2024-135xx/CVE-2024-13527.json new file mode 100644 index 00000000000..e76686502fa --- /dev/null +++ b/CVE-2024/CVE-2024-135xx/CVE-2024-13527.json @@ -0,0 +1,60 @@ +{ + "id": "CVE-2024-13527", + "sourceIdentifier": "security@wordfence.com", + "published": "2025-01-28T09:15:08.287", + "lastModified": "2025-01-28T09:15:08.287", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "The Philantro \u2013 Donations and Donor Management plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's shortcodes like 'donate' in all versions up to, and including, 5.3 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/changeset/3224699", + "source": "security@wordfence.com" + }, + { + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/be3c8800-cbef-4d85-a1f3-b5c70ba955b5?source=cve", + "source": "security@wordfence.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2024/CVE-2024-239xx/CVE-2024-23953.json b/CVE-2024/CVE-2024-239xx/CVE-2024-23953.json new file mode 100644 index 00000000000..9477762a2d8 --- /dev/null +++ b/CVE-2024/CVE-2024-239xx/CVE-2024-23953.json @@ -0,0 +1,53 @@ +{ + "id": "CVE-2024-23953", + "sourceIdentifier": "security@apache.org", + "published": "2025-01-28T09:15:09.187", + "lastModified": "2025-01-28T09:15:09.187", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "Use of Arrays.equals() in LlapSignerImpl in\u00a0Apache Hive to compare message signatures\u00a0allows attacker to forge a valid signature for an arbitrary message byte by byte. The attacker should be an authorized user of the product to perform this attack.\u00a0Users are recommended to upgrade to version 4.0.0, which fixes this issue.\n\nThe problem occurs when an application doesn\u2019t use a constant-time algorithm for validating a signature.\u00a0The method Arrays.equals()\u00a0returns false\u00a0right away when it sees that one of the input\u2019s bytes are different. It means that the comparison time depends on the contents of the arrays. This little thing may allow an attacker to forge a valid signature for an arbitrary message byte by byte.\u00a0So it might allow malicious users to submit splits/work with selected signatures to LLAP without running as a privileged user, potentially leading to DDoS attack.\n\nMore details in the reference section." + } + ], + "metrics": {}, + "weaknesses": [ + { + "source": "security@apache.org", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-208" + } + ] + } + ], + "references": [ + { + "url": "https://blog.gypsyengineer.com/en/security/preventing-timing-attacks-with-codeql.html", + "source": "security@apache.org" + }, + { + "url": "https://cqr.company/web-vulnerabilities/timing-attacks/", + "source": "security@apache.org" + }, + { + "url": "https://github.com/apache/hive", + "source": "security@apache.org" + }, + { + "url": "https://github.com/apache/hive/commit/b418e3c9f479ba8e7d31e6470306111002ffa809", + "source": "security@apache.org" + }, + { + "url": "https://issues.apache.org/jira/browse/HIVE-28030", + "source": "security@apache.org" + }, + { + "url": "https://lists.apache.org/thread/0nloywj49nbtlc6l3c6363qvq7o1ztb7", + "source": "security@apache.org" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-02xx/CVE-2025-0290.json b/CVE-2025/CVE-2025-02xx/CVE-2025-0290.json new file mode 100644 index 00000000000..fbb8a598c51 --- /dev/null +++ b/CVE-2025/CVE-2025-02xx/CVE-2025-0290.json @@ -0,0 +1,56 @@ +{ + "id": "CVE-2025-0290", + "sourceIdentifier": "cve@gitlab.com", + "published": "2025-01-28T09:15:09.363", + "lastModified": "2025-01-28T09:15:09.363", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "An issue has been discovered in GitLab CE/EE affecting all versions starting from 15.0 prior to 17.5.5, from 17.6 prior to 17.6.3, and from 17.7 prior to 17.7.1. Under certain conditions, processing of CI artifacts metadata could cause background jobs to become unresponsive." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "cve@gitlab.com", + "type": "Secondary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", + "baseScore": 4.3, + "baseSeverity": "MEDIUM", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "availabilityImpact": "LOW" + }, + "exploitabilityScore": 2.8, + "impactScore": 1.4 + } + ] + }, + "weaknesses": [ + { + "source": "cve@gitlab.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-835" + } + ] + } + ], + "references": [ + { + "url": "https://gitlab.com/gitlab-org/gitlab/-/issues/372134", + "source": "cve@gitlab.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-07xx/CVE-2025-0736.json b/CVE-2025/CVE-2025-07xx/CVE-2025-0736.json new file mode 100644 index 00000000000..38dfeeb1461 --- /dev/null +++ b/CVE-2025/CVE-2025-07xx/CVE-2025-0736.json @@ -0,0 +1,60 @@ +{ + "id": "CVE-2025-0736", + "sourceIdentifier": "secalert@redhat.com", + "published": "2025-01-28T09:15:09.543", + "lastModified": "2025-01-28T09:15:09.543", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "A flaw was found in Infinispan, when using JGroups with JDBC_PING. This issue occurs when an application inadvertently exposes sensitive information, such as configuration details or credentials, through logging mechanisms. This exposure can lead to unauthorized access and exploitation by malicious actors." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "secalert@redhat.com", + "type": "Primary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", + "baseScore": 5.5, + "baseSeverity": "MEDIUM", + "attackVector": "LOCAL", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "availabilityImpact": "NONE" + }, + "exploitabilityScore": 1.8, + "impactScore": 3.6 + } + ] + }, + "weaknesses": [ + { + "source": "secalert@redhat.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-532" + } + ] + } + ], + "references": [ + { + "url": "https://access.redhat.com/security/cve/CVE-2025-0736", + "source": "secalert@redhat.com" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342233", + "source": "secalert@redhat.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-07xx/CVE-2025-0750.json b/CVE-2025/CVE-2025-07xx/CVE-2025-0750.json new file mode 100644 index 00000000000..c9053ccba4d --- /dev/null +++ b/CVE-2025/CVE-2025-07xx/CVE-2025-0750.json @@ -0,0 +1,60 @@ +{ + "id": "CVE-2025-0750", + "sourceIdentifier": "secalert@redhat.com", + "published": "2025-01-28T10:15:09.317", + "lastModified": "2025-01-28T10:15:09.317", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "A vulnerability was found in CRI-O. A path traversal issue in the log management functions (UnMountPodLogs and LinkContainerLogs) may allow an attacker with permissions to create and delete Pods to unmount arbitrary host paths, leading to node-level denial of service by unmounting critical system directories." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "secalert@redhat.com", + "type": "Primary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", + "baseScore": 6.6, + "baseSeverity": "MEDIUM", + "attackVector": "LOCAL", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "HIGH" + }, + "exploitabilityScore": 1.8, + "impactScore": 4.7 + } + ] + }, + "weaknesses": [ + { + "source": "secalert@redhat.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-22" + } + ] + } + ], + "references": [ + { + "url": "https://access.redhat.com/security/cve/CVE-2025-0750", + "source": "secalert@redhat.com" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339405", + "source": "secalert@redhat.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-07xx/CVE-2025-0752.json b/CVE-2025/CVE-2025-07xx/CVE-2025-0752.json new file mode 100644 index 00000000000..e49a6982861 --- /dev/null +++ b/CVE-2025/CVE-2025-07xx/CVE-2025-0752.json @@ -0,0 +1,60 @@ +{ + "id": "CVE-2025-0752", + "sourceIdentifier": "secalert@redhat.com", + "published": "2025-01-28T10:15:09.493", + "lastModified": "2025-01-28T10:15:09.493", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "A flaw was found in OpenShift Service Mesh 2.6.3 and 2.5.6. Rate-limiter avoidance, access-control bypass, CPU and memory exhaustion, and replay attacks may be possible due to improper HTTP header sanitization in Envoy." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "secalert@redhat.com", + "type": "Primary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", + "baseScore": 6.3, + "baseSeverity": "MEDIUM", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "availabilityImpact": "LOW" + }, + "exploitabilityScore": 2.8, + "impactScore": 3.4 + } + ] + }, + "weaknesses": [ + { + "source": "secalert@redhat.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-444" + } + ] + } + ], + "references": [ + { + "url": "https://access.redhat.com/security/cve/CVE-2025-0752", + "source": "secalert@redhat.com" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339115", + "source": "secalert@redhat.com" + } + ] +} \ No newline at end of file diff --git a/CVE-2025/CVE-2025-07xx/CVE-2025-0754.json b/CVE-2025/CVE-2025-07xx/CVE-2025-0754.json new file mode 100644 index 00000000000..30918ce5d57 --- /dev/null +++ b/CVE-2025/CVE-2025-07xx/CVE-2025-0754.json @@ -0,0 +1,60 @@ +{ + "id": "CVE-2025-0754", + "sourceIdentifier": "secalert@redhat.com", + "published": "2025-01-28T10:15:09.697", + "lastModified": "2025-01-28T10:15:09.697", + "vulnStatus": "Received", + "cveTags": [], + "descriptions": [ + { + "lang": "en", + "value": "The vulnerability was found in OpenShift Service Mesh 2.6.3 and 2.5.6. This issue occurs due to improper sanitization of HTTP headers by Envoy, particularly the x-forwarded-for header. This lack of sanitization can allow attackers to inject malicious payloads into service mesh logs, leading to log injection and spoofing attacks. Such injections can mislead logging mechanisms, enabling attackers to manipulate log entries or execute reflected cross-site scripting (XSS) attacks." + } + ], + "metrics": { + "cvssMetricV31": [ + { + "source": "secalert@redhat.com", + "type": "Primary", + "cvssData": { + "version": "3.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", + "baseScore": 4.3, + "baseSeverity": "MEDIUM", + "attackVector": "NETWORK", + "attackComplexity": "LOW", + "privilegesRequired": "LOW", + "userInteraction": "NONE", + "scope": "UNCHANGED", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "availabilityImpact": "NONE" + }, + "exploitabilityScore": 2.8, + "impactScore": 1.4 + } + ] + }, + "weaknesses": [ + { + "source": "secalert@redhat.com", + "type": "Primary", + "description": [ + { + "lang": "en", + "value": "CWE-117" + } + ] + } + ], + "references": [ + { + "url": "https://access.redhat.com/security/cve/CVE-2025-0754", + "source": "secalert@redhat.com" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339147", + "source": "secalert@redhat.com" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index c7177f1da89..25df40c1a9a 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-28T09:00:35.402817+00:00 +2025-01-28T11:00:30.201146+00:00 ``` ### Most recent CVE Modification Timestamp synchronized with NVD ```plain -2025-01-28T08:15:29.810000+00:00 +2025-01-28T10:15:09.697000+00:00 ``` ### Last Data Feed Release @@ -33,24 +33,26 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/ ### Total Number of included CVEs ```plain -279273 +279280 ``` ### CVEs added in the last Commit -Recently added CVEs: `4` +Recently added CVEs: `7` -- [CVE-2024-13448](CVE-2024/CVE-2024-134xx/CVE-2024-13448.json) (`2025-01-28T07:15:06.967`) -- [CVE-2024-13509](CVE-2024/CVE-2024-135xx/CVE-2024-13509.json) (`2025-01-28T07:15:08.620`) -- [CVE-2024-13521](CVE-2024/CVE-2024-135xx/CVE-2024-13521.json) (`2025-01-28T08:15:29.583`) -- [CVE-2025-0321](CVE-2025/CVE-2025-03xx/CVE-2025-0321.json) (`2025-01-28T08:15:29.810`) +- [CVE-2024-13527](CVE-2024/CVE-2024-135xx/CVE-2024-13527.json) (`2025-01-28T09:15:08.287`) +- [CVE-2024-23953](CVE-2024/CVE-2024-239xx/CVE-2024-23953.json) (`2025-01-28T09:15:09.187`) +- [CVE-2025-0290](CVE-2025/CVE-2025-02xx/CVE-2025-0290.json) (`2025-01-28T09:15:09.363`) +- [CVE-2025-0736](CVE-2025/CVE-2025-07xx/CVE-2025-0736.json) (`2025-01-28T09:15:09.543`) +- [CVE-2025-0750](CVE-2025/CVE-2025-07xx/CVE-2025-0750.json) (`2025-01-28T10:15:09.317`) +- [CVE-2025-0752](CVE-2025/CVE-2025-07xx/CVE-2025-0752.json) (`2025-01-28T10:15:09.493`) +- [CVE-2025-0754](CVE-2025/CVE-2025-07xx/CVE-2025-0754.json) (`2025-01-28T10:15:09.697`) ### CVEs modified in the last Commit -Recently modified CVEs: `1` +Recently modified CVEs: `0` -- [CVE-2024-12085](CVE-2024/CVE-2024-120xx/CVE-2024-12085.json) (`2025-01-28T08:15:28.440`) ## Download and Usage diff --git a/_state.csv b/_state.csv index 6f408296b31..7508f4e8b61 100644 --- a/_state.csv +++ b/_state.csv @@ -245171,7 +245171,7 @@ CVE-2024-1208,0,0,3c4b0e7895c1837530e812c9d592f58958b18ef870d236a49969dfb3f5e669 CVE-2024-12082,0,0,d67c450c190c0364d4b144dcd382bc569f8e4f4f12ff2a960005828e083c85c7,2024-12-11T17:12:56.793000 CVE-2024-12083,0,0,d43543ed1a2c4c8cfbaff70b85f71ffc7dc15514475ec8e8bc46a80ffd753fb3,2025-01-14T01:15:09.267000 CVE-2024-12084,0,0,85dd725fc2f0b24c79e999378b1f0199fad5fe5d164b31609c57a84bcb434c0d,2025-01-15T15:15:10.537000 -CVE-2024-12085,0,1,361e9a9925e6779c2e5182f87b38769550d7e2123100d9311b38d13009c01154,2025-01-28T08:15:28.440000 +CVE-2024-12085,0,0,361e9a9925e6779c2e5182f87b38769550d7e2123100d9311b38d13009c01154,2025-01-28T08:15:28.440000 CVE-2024-12086,0,0,e5130c03152639985c3e2f822b45f241716bd573825b1ce309364a23fc10467b,2025-01-14T22:15:26.370000 CVE-2024-12087,0,0,083db16c2a7b9baa1b397fd2cd269bff2aa8f7c2646d1851d134f1f8a052e34a,2025-01-14T22:15:26.503000 CVE-2024-12088,0,0,789608af69629f4130f54998ea59694fde701c19a329a9d8093e26a51277e55d,2025-01-14T22:15:26.600000 @@ -246196,7 +246196,7 @@ CVE-2024-1344,0,0,3c7e3680ada5d2af6c947ff7713f6316fa39154980892782020553f5d0042c CVE-2024-13441,0,0,fcbc25f5751a8050f060dcd2c18cd1291e5127285eb7a2657f8c91cc0f5ac5c4,2025-01-25T08:15:09.160000 CVE-2024-13444,0,0,f559be4a09d3b0d4718253e232ed1d6b01b700beffd4896c1d6f62eac4116d3c,2025-01-21T11:15:09.450000 CVE-2024-13447,0,0,4e4ee51c076699c7672245e5729c9870c182faecf6e2bd018441c71df98cbb9d,2025-01-24T20:53:40.380000 -CVE-2024-13448,1,1,d06b5093c3b878141c9c6b7291c254e64929eea876294371f5adcd8b69fe23cc,2025-01-28T07:15:06.967000 +CVE-2024-13448,0,0,d06b5093c3b878141c9c6b7291c254e64929eea876294371f5adcd8b69fe23cc,2025-01-28T07:15:06.967000 CVE-2024-13449,0,0,b603466190e6e620bd51a093bef2226b1aa9a640893cd2b54c10f03577e6ca0b,2025-01-25T09:15:07.557000 CVE-2024-1345,0,0,7c212e7b361746cfecf33f6e4ed924489ff6a3a938083dd73fe4da2b7b4649da,2024-11-21T08:50:22.667000 CVE-2024-13450,0,0,6d0c6e9ad465925bb0f00b48f72e6f84db20d9e217507e863ef423d4f9e1193a,2025-01-25T09:15:07.733000 @@ -246214,7 +246214,7 @@ CVE-2024-1350,0,0,ce11ba75737d3c0dc14aea45038ee6ef39f1db647d13879ee3f248d09a8169 CVE-2024-13502,0,0,b6bd5e7a8ccd125fd10c3c602ef666035a1824dda1c710321e34fb9d3259b3fe,2025-01-17T14:15:31.147000 CVE-2024-13503,0,0,ffb0135326ea2a3ea18800ce3bd83bc523a9e303f03b2acc60a1815003b2400e,2025-01-17T14:15:31.317000 CVE-2024-13505,0,0,8cfee4eef351da06016ab9b10f867ee856aa66c9481e93ffeb4ce296549af983,2025-01-26T12:15:28.613000 -CVE-2024-13509,1,1,4c3cf81058c47ca7421d51ef89cc6579be2280b06eaef0c8cd85521c081b3f35,2025-01-28T07:15:08.620000 +CVE-2024-13509,0,0,4c3cf81058c47ca7421d51ef89cc6579be2280b06eaef0c8cd85521c081b3f35,2025-01-28T07:15:08.620000 CVE-2024-1351,0,0,0ee767ddd9bd942759d1902d3186de90141de07710cd1c9cc0aaf86395d89b28,2024-11-21T08:50:23.450000 CVE-2024-13511,0,0,3071f1ee4394ed25c0ba5a4414759a0ec6bbc3d07f1733cb6f65493d29a37d83,2025-01-23T10:15:07.253000 CVE-2024-13515,0,0,aca8f7e0638fd7d821357389659621eb450217319a62bd2c5a959e9c0aea1b39,2025-01-18T06:15:26.410000 @@ -246222,8 +246222,9 @@ CVE-2024-13516,0,0,5ffb65a61f80c9c94522737749ad7061abe4071a127f73ee8fe2d406cf9b6 CVE-2024-13517,0,0,9d057e77f790f2402e4e040e2e1a67384dda92aec0304812a84e741a1082d2fc,2025-01-18T07:15:09.350000 CVE-2024-13519,0,0,dc09c545fe78d4520b3958b8cc7f812509309ee95d98546daffd0145d2c455d7,2025-01-18T07:15:09.510000 CVE-2024-1352,0,0,80e73adafdfe15b995501384770910e119d96dba6ac79b22584e1c2a8e29f667,2025-01-17T17:23:55.973000 -CVE-2024-13521,1,1,afdfef4c2f680f1d8f13359d3de3eb43b328f209a6a42f1b09c8b5386391f502,2025-01-28T08:15:29.583000 +CVE-2024-13521,0,0,afdfef4c2f680f1d8f13359d3de3eb43b328f209a6a42f1b09c8b5386391f502,2025-01-28T08:15:29.583000 CVE-2024-13524,0,0,d6f31820e091340f802e51a50f0c20aa637866da429d40add1f3ba31e9a88956,2025-01-20T03:15:08.033000 +CVE-2024-13527,1,1,157582941d03cb7a97d99ce6b5aab9dae6e79d84c4dfb9daeb7fcbc5d121c24b,2025-01-28T09:15:08.287000 CVE-2024-1353,0,0,afe5e84ebbb775598783ab5b808c4fd20532e7440cc7da3552115f2ac18ba752,2024-11-21T08:50:23.700000 CVE-2024-13536,0,0,fa522d36319a484a2e2b9f8b9829d55d017393f4354bdc4c1030d71e4db73c91,2025-01-21T05:15:07.490000 CVE-2024-1354,0,0,5af9747793c0c7f9d624ad8210334d43a11a7e2ffd1bfd24e0f893306f01668b,2024-11-21T08:50:23.843000 @@ -250128,6 +250129,7 @@ CVE-2024-2395,0,0,af5ee44ed4e5a55dc7cee72e73dd87c7eca19f4fdfa76a380a7f63de620cfa CVE-2024-23950,0,0,fc22aca121744540088f0a682a9a12e51b13e88920d5f4c103703a8401d15b2a,2024-11-21T08:58:44.840000 CVE-2024-23951,0,0,90949de6749d1342df813fafd173be208f7c748b51ad2522c41738d2f7a7174f,2024-11-21T08:58:44.960000 CVE-2024-23952,0,0,d956573f944b52b54178c073558282ca45131f0d187b6cc2538746038d148592,2024-11-21T08:58:45.077000 +CVE-2024-23953,1,1,49aa3f2b3a62119ebea22a50941aa7dcb20a92225938b66a01059260250f4584,2025-01-28T09:15:09.187000 CVE-2024-23957,0,0,ccb57b4ba0507fbac13ac2445d2cac9760854f91ae7da4707e72f394ea98e263,2024-10-03T17:37:47.743000 CVE-2024-23958,0,0,6fe18b86fa35472f01534c3eeba14711dd9e2cdb206262a323b3a33e5af27e3a,2024-10-03T17:42:05.553000 CVE-2024-23959,0,0,55515de9820dc00037a0b8188d9aae2673ee68b5d649634b981bc6ce6024af1f,2024-10-03T17:42:03.650000 @@ -277703,6 +277705,7 @@ CVE-2025-0246,0,0,c39f5bdf37092ddacf9510ed2d75cd9204291d6d9bc9dd6c5bd8168e56e080 CVE-2025-0247,0,0,0125f498ef227ebc436135b5d9339a763bd05ec1f3a6e4d4fb60e8d0a9524607,2025-01-14T17:15:20.547000 CVE-2025-0282,0,0,dbfb43f86715e54099105c2d58bfc083fca2f46a4f1eca4aafa2efa93a3b275f,2025-01-14T15:59:38.157000 CVE-2025-0283,0,0,170559952a9515dd5478b031ee87167014dac9ea49e5e0d222b13defbaf7dddd,2025-01-14T15:58:55.813000 +CVE-2025-0290,1,1,8e4a29fdcfba8d41042d395158b999fb7f194f988dcf0757e86c52fe20b63f2e,2025-01-28T09:15:09.363000 CVE-2025-0291,0,0,219214cc15cb7ccb0bfb9ba364ae86cf52fd72660e30b5a762d818e944330916,2025-01-08T20:15:29.353000 CVE-2025-0294,0,0,a327d07d0a28c11bf97cdc46ddc7c8d3ac3d1d3c7d3fe2815fad3300c0ce8fb7,2025-01-07T15:15:12.113000 CVE-2025-0295,0,0,25640ab148146166a9c7f75e5a876df7fd52a3e8e5f4f3a77946b47387498e81,2025-01-07T16:15:39.460000 @@ -277717,7 +277720,7 @@ CVE-2025-0308,0,0,20b4c30a137b0aa706dc02a1057e58a96a971a6dabc5b03c8f76206a7f2426 CVE-2025-0311,0,0,366f4de7a1625931fb622647148fc1b4e4ac9da9319c64a1d46f443dbcb2d417,2025-01-16T21:29:36.977000 CVE-2025-0314,0,0,d6f6a7f253b8a536b6fb7606569b954bc6b057dc74b0a95945c4b8f290e0c4a2,2025-01-24T03:15:07.320000 CVE-2025-0318,0,0,43ba6204cbaa4c110e5bf9b669f9a8b449a31e92da6e4bc8237af066e2eac204,2025-01-18T06:15:28.017000 -CVE-2025-0321,1,1,0b8bebe0101a97958a74ff149d52bad8f85586a063136fa0708d2f8c7f8fa077,2025-01-28T08:15:29.810000 +CVE-2025-0321,0,0,0b8bebe0101a97958a74ff149d52bad8f85586a063136fa0708d2f8c7f8fa077,2025-01-28T08:15:29.810000 CVE-2025-0328,0,0,983a37850e7593e52c7049d9c87a360510a226adf3c659d5ad2fe111082fc07f,2025-01-09T17:15:17.330000 CVE-2025-0331,0,0,dbc642b98482c7a868d38d7a4b1240421a9e262e76044ff9bb695321876694a4,2025-01-09T17:15:17.933000 CVE-2025-0333,0,0,3183afb9350c8085fce656cea7939729bf7b0c3b383c8f7105e9da54dedb25bd,2025-01-09T17:15:18.077000 @@ -277898,8 +277901,12 @@ CVE-2025-0730,0,0,ff571bf1b5fc50ceacf3144befdfbc155d7ea48230259284ae81068fcad94b CVE-2025-0732,0,0,26a5f94ce02cc96eea758a704667aea8c69a327e5d298e23b9658a1917d5ba73,2025-01-27T18:15:40.550000 CVE-2025-0733,0,0,c170d90349bafcc8945875f4b3d3674bb49d9022b735f6bc487d0020af50e491,2025-01-27T18:15:40.760000 CVE-2025-0734,0,0,2b0fbea7bc08e89f2b572e3c6521a570d94025a1015e33909cf99289b073792e,2025-01-27T19:15:19.130000 +CVE-2025-0736,1,1,2fbf9a82d2eb84a70c138a527dc373077f185d1a8eb3dfa65a9134c893f72229,2025-01-28T09:15:09.543000 +CVE-2025-0750,1,1,f0dcf8db3f28c907442c44817e918052a296a00a1a12376f3cb7890aea55adf6,2025-01-28T10:15:09.317000 CVE-2025-0751,0,0,9f427bf6982d8d00073ea612bcd95872a42bd7d0903214c0ac2165ec846c062b,2025-01-27T20:15:34.587000 +CVE-2025-0752,1,1,1b42777fbab8f210bb46e72869b6d162494a92c3430459e509f1ea2dbae1520b,2025-01-28T10:15:09.493000 CVE-2025-0753,0,0,29a68c520c1ada30651b7f7625e23d6a168a36c3acded86be6c51a51e40dbdd7,2025-01-27T21:15:13.653000 +CVE-2025-0754,1,1,21b0a16e61d630284d94dc77a57efde391026f0970f86dbbcd4b271b50d2d4d2,2025-01-28T10:15:09.697000 CVE-2025-20016,0,0,6fccb84eb01c2cd66b422e82777f9738bfe5004121e1b551d0ae454724543c0e,2025-01-14T10:15:07.500000 CVE-2025-20033,0,0,6c60c85e451f1d6db70378d678ddf83dacc7c823ecfb493748ed6d94114eff49,2025-01-09T07:15:28.450000 CVE-2025-20036,0,0,a1d7639f0e568c5953a2962f5a2be630b5737d729f8c4f565a3eec7e4bf19549,2025-01-15T17:15:18.950000