mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-07-09 16:05:11 +00:00
Auto-Update: 2025-07-01T22:00:11.831749+00:00
This commit is contained in:
parent
235fdbc421
commit
6f2712cdfe
@ -2,13 +2,13 @@
|
||||
"id": "CVE-2012-6427",
|
||||
"sourceIdentifier": "ics-cert@hq.dhs.gov",
|
||||
"published": "2012-12-23T21:55:01.547",
|
||||
"lastModified": "2025-04-11T00:51:21.963",
|
||||
"lastModified": "2025-07-01T20:15:24.093",
|
||||
"vulnStatus": "Deferred",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "Multiple SQL injection vulnerabilities in Carlo Gavazzi EOS-Box with firmware before 1.0.0.1080_2.1.10 allow remote attackers to execute arbitrary SQL commands via unspecified vectors, a similar issue to CVE-2012-5861."
|
||||
"value": "The Carlo Gavazzi \nEOS-Box\n\ndoes not check the validity of the data before executing queries. By accessing the SQL table of certain pages that do not require authentication, attackers can leak information from the device. This could allow the attacker to compromise confidentiality."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
@ -17,6 +17,29 @@
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV2": [
|
||||
{
|
||||
"source": "ics-cert@hq.dhs.gov",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "2.0",
|
||||
"vectorString": "AV:N/AC:L/Au:N/C:C/I:N/A:N",
|
||||
"baseScore": 7.8,
|
||||
"accessVector": "NETWORK",
|
||||
"accessComplexity": "LOW",
|
||||
"authentication": "NONE",
|
||||
"confidentialityImpact": "COMPLETE",
|
||||
"integrityImpact": "NONE",
|
||||
"availabilityImpact": "NONE"
|
||||
},
|
||||
"baseSeverity": "HIGH",
|
||||
"exploitabilityScore": 10.0,
|
||||
"impactScore": 6.9,
|
||||
"acInsufInfo": false,
|
||||
"obtainAllPrivilege": false,
|
||||
"obtainUserPrivilege": false,
|
||||
"obtainOtherPrivilege": false,
|
||||
"userInteractionRequired": false
|
||||
},
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"type": "Primary",
|
||||
@ -44,7 +67,7 @@
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"source": "ics-cert@hq.dhs.gov",
|
||||
"type": "Primary",
|
||||
"description": [
|
||||
{
|
||||
@ -52,6 +75,16 @@
|
||||
"value": "CWE-89"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-89"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
@ -86,11 +119,8 @@
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "http://www.us-cert.gov/control_systems/pdf/ICSA-12-354-02.pdf",
|
||||
"source": "ics-cert@hq.dhs.gov",
|
||||
"tags": [
|
||||
"US Government Resource"
|
||||
]
|
||||
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-12-354-02",
|
||||
"source": "ics-cert@hq.dhs.gov"
|
||||
},
|
||||
{
|
||||
"url": "http://www.us-cert.gov/control_systems/pdf/ICSA-12-354-02.pdf",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"id": "CVE-2012-6428",
|
||||
"sourceIdentifier": "ics-cert@hq.dhs.gov",
|
||||
"published": "2012-12-23T21:55:01.653",
|
||||
"lastModified": "2025-04-11T00:51:21.963",
|
||||
"lastModified": "2025-07-01T20:15:24.300",
|
||||
"vulnStatus": "Deferred",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "Carlo Gavazzi EOS-Box with firmware before 1.0.0.1080_2.1.10 establishes multiple hardcoded accounts, which makes it easier for remote attackers to obtain administrative access by reading a password in a PHP script, a similar issue to CVE-2012-5862."
|
||||
"value": "The Carlo Gavazzi \nEOS-Box\n\nstores hard-coded passwords in the PHP file of \nthe device. By using the hard-coded passwords, attackers can log into \nthe device with administrative privileges. This could allow the attacker\n to have unauthorized access."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
@ -17,6 +17,29 @@
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV2": [
|
||||
{
|
||||
"source": "ics-cert@hq.dhs.gov",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "2.0",
|
||||
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
|
||||
"baseScore": 10.0,
|
||||
"accessVector": "NETWORK",
|
||||
"accessComplexity": "LOW",
|
||||
"authentication": "NONE",
|
||||
"confidentialityImpact": "COMPLETE",
|
||||
"integrityImpact": "COMPLETE",
|
||||
"availabilityImpact": "COMPLETE"
|
||||
},
|
||||
"baseSeverity": "HIGH",
|
||||
"exploitabilityScore": 10.0,
|
||||
"impactScore": 10.0,
|
||||
"acInsufInfo": false,
|
||||
"obtainAllPrivilege": false,
|
||||
"obtainUserPrivilege": false,
|
||||
"obtainOtherPrivilege": false,
|
||||
"userInteractionRequired": false
|
||||
},
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"type": "Primary",
|
||||
@ -44,8 +67,18 @@
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"source": "ics-cert@hq.dhs.gov",
|
||||
"type": "Primary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-798"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
@ -86,11 +119,8 @@
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "http://www.us-cert.gov/control_systems/pdf/ICSA-12-354-02.pdf",
|
||||
"source": "ics-cert@hq.dhs.gov",
|
||||
"tags": [
|
||||
"US Government Resource"
|
||||
]
|
||||
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-12-354-02",
|
||||
"source": "ics-cert@hq.dhs.gov"
|
||||
},
|
||||
{
|
||||
"url": "http://www.us-cert.gov/control_systems/pdf/ICSA-12-354-02.pdf",
|
||||
|
@ -2,13 +2,13 @@
|
||||
"id": "CVE-2021-36875",
|
||||
"sourceIdentifier": "audit@patchstack.com",
|
||||
"published": "2021-09-27T16:15:09.487",
|
||||
"lastModified": "2024-11-21T06:14:14.123",
|
||||
"lastModified": "2025-07-01T21:15:25.257",
|
||||
"vulnStatus": "Modified",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "Authenticated Reflected Cross-Site Scripting (XSS) vulnerability in WordPress uListing plugin (versions <= 2.0.5). Vulnerable parameters: &filter[id], &filter[user], &filter[expired_date], &filter[created_date], &filter[updated_date]."
|
||||
"value": "Cross-site Scripting (XSS) vulnerability in Stylemix Directory Listings WordPress plugin \u2013 uListing allows Reflected XSS.This issue affects Directory Listings WordPress plugin \u2013 uListing: from n/a through 2.0.5."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
@ -22,8 +22,8 @@
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N",
|
||||
"baseScore": 4.8,
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L",
|
||||
"baseScore": 5.9,
|
||||
"baseSeverity": "MEDIUM",
|
||||
"attackVector": "NETWORK",
|
||||
"attackComplexity": "LOW",
|
||||
@ -32,10 +32,10 @@
|
||||
"scope": "CHANGED",
|
||||
"confidentialityImpact": "LOW",
|
||||
"integrityImpact": "LOW",
|
||||
"availabilityImpact": "NONE"
|
||||
"availabilityImpact": "LOW"
|
||||
},
|
||||
"exploitabilityScore": 1.7,
|
||||
"impactScore": 2.7
|
||||
"impactScore": 3.7
|
||||
},
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
@ -126,18 +126,8 @@
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://patchstack.com/database/vulnerability/ulisting/wordpress-ulisting-plugin-2-0-5-authenticated-reflected-cross-site-scripting-xss-vulnerability",
|
||||
"source": "audit@patchstack.com",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://wordpress.org/plugins/ulisting/#developers",
|
||||
"source": "audit@patchstack.com",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
"url": "https://patchstack.com/database/vulnerability/ulisting/wordpress-ulisting-plugin-2-0-5-authenticated-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve",
|
||||
"source": "audit@patchstack.com"
|
||||
},
|
||||
{
|
||||
"url": "https://patchstack.com/database/vulnerability/ulisting/wordpress-ulisting-plugin-2-0-5-authenticated-reflected-cross-site-scripting-xss-vulnerability",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-36104",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-06-04T08:15:10.733",
|
||||
"lastModified": "2025-02-13T18:18:06.047",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:23:35.160",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,46 +51,96 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:ofbiz:*:*:*:*:*:*:*:*",
|
||||
"versionEndExcluding": "18.12.14",
|
||||
"matchCriteriaId": "8E8B2B92-166D-471B-8606-132BCC371F9A"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/06/03/1",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://issues.apache.org/jira/browse/OFBIZ-13092",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Issue Tracking"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/sv0xr8b1j7mmh5p37yldy9vmnzbodz2o",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Release Notes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://ofbiz.apache.org/download.html",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://ofbiz.apache.org/security.html",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/06/03/1",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://issues.apache.org/jira/browse/OFBIZ-13092",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Issue Tracking"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/sv0xr8b1j7mmh5p37yldy9vmnzbodz2o",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Release Notes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://ofbiz.apache.org/download.html",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://ofbiz.apache.org/security.html",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-38472",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-07-01T19:15:04.563",
|
||||
"lastModified": "2024-11-21T09:26:01.733",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:24:46.607",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,22 +51,68 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "2.4.0",
|
||||
"versionEndExcluding": "2.4.60",
|
||||
"matchCriteriaId": "13126636-FD76-4E3E-B949-14A5082DE02A"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:netapp:ontap:9:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "A20333EE-4C13-426E-8B54-D78679D5DDB8"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://httpd.apache.org/security/vulnerabilities_24.html",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/07/01/5",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://httpd.apache.org/security/vulnerabilities_24.html",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20240712-0001/",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-38473",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-07-01T19:15:04.657",
|
||||
"lastModified": "2024-11-21T09:26:02.607",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:25:09.547",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,26 +51,75 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "2.4.0",
|
||||
"versionEndExcluding": "2.4.60",
|
||||
"matchCriteriaId": "13126636-FD76-4E3E-B949-14A5082DE02A"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:netapp:ontap:9:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "A20333EE-4C13-426E-8B54-D78679D5DDB8"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://httpd.apache.org/security/vulnerabilities_24.html",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20240712-0001/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/07/01/6",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://httpd.apache.org/security/vulnerabilities_24.html",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20240712-0001/",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-39573",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-07-01T19:15:05.760",
|
||||
"lastModified": "2024-11-21T09:28:02.550",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:25:56.240",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,26 +51,75 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "2.4.0",
|
||||
"versionEndExcluding": "2.4.60",
|
||||
"matchCriteriaId": "13126636-FD76-4E3E-B949-14A5082DE02A"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:netapp:ontap:9:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "A20333EE-4C13-426E-8B54-D78679D5DDB8"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://httpd.apache.org/security/vulnerabilities_24.html",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20240712-0001/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/07/01/11",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://httpd.apache.org/security/vulnerabilities_24.html",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20240712-0001/",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-39884",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-07-04T09:15:04.237",
|
||||
"lastModified": "2024-11-21T09:28:29.990",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:27:13.287",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -39,34 +39,99 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"type": "Primary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "NVD-CWE-noinfo"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:http_server:2.4.60:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "3B948936-6007-4436-AF16-CCE8F59E0C29"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:netapp:ontap_tools:10:*:*:*:*:vmware_vsphere:*:*",
|
||||
"matchCriteriaId": "5333B745-F7A3-46CB-8437-8668DB08CD6F"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/07/17/6",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://httpd.apache.org/security/vulnerabilities_24.html",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20240712-0002/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/07/03/8",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/07/17/6",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://httpd.apache.org/security/vulnerabilities_24.html",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20240712-0002/",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-42323",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-09-21T10:15:06.160",
|
||||
"lastModified": "2024-11-21T09:33:52.577",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:27:42.003",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,18 +51,47 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:hertzbeat:*:*:*:*:*:*:*:*",
|
||||
"versionEndExcluding": "1.6.0",
|
||||
"matchCriteriaId": "CA98346A-2073-4B00-B512-4C815CC417E8"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/dwpwm572sbwon1mknlwhkpbom2y7skbx",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/r0c4tost4bllqc1n9q6rmzs1slgsq63t",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/09/21/1",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-44849",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2024-09-09T18:15:03.957",
|
||||
"lastModified": "2025-06-12T17:15:28.253",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:37:06.650",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,18 +51,50 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:qualitor:qualitor:8.20:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "41C8B471-E62C-4185-91E8-C4360B35DFD9"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:qualitor:qualitor:8.24:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "40FD775B-0465-4EA0-8E11-97620D8431E1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://blog.extencil.me/information-security/cves/cve-2024-44849",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/extencil/CVE-2024-44849?tab=readme-ov-file",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.qualitor.com.br/official-security-advisory-cve-2024-44849",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-45106",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-12-03T10:15:05.697",
|
||||
"lastModified": "2024-12-03T15:15:10.470",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:29:26.263",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -61,14 +61,38 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:ozone:1.4.0:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "023A3420-8AAB-4119-9228-BDFEBF0D6D03"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/rylnxwttp004kvotpk9j158vb238pfkm",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/12/02/1",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-45216",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-10-16T08:15:05.233",
|
||||
"lastModified": "2024-11-21T09:37:28.690",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:28:13.847",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -61,14 +61,46 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:solr:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "5.3.0",
|
||||
"versionEndExcluding": "8.11.4",
|
||||
"matchCriteriaId": "A27D3C72-1252-4E84-BE8C-2B8DDD127D18"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:solr:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "9.0.0",
|
||||
"versionEndExcluding": "9.7.0",
|
||||
"matchCriteriaId": "2B904124-469C-4BD6-92C8-D8F40D491E82"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://solr.apache.org/security.html#cve-2024-45216-apache-solr-authentication-bypass-possible-using-a-fake-url-path-ending",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/10/15/8",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-45217",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-10-16T08:15:05.353",
|
||||
"lastModified": "2024-11-21T09:37:28.897",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:28:31.793",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,46 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:solr:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "6.6.0",
|
||||
"versionEndExcluding": "8.11.4",
|
||||
"matchCriteriaId": "D5B38C70-E0C6-44EC-8CD0-6FFD5C77571B"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:solr:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "9.0.0",
|
||||
"versionEndExcluding": "9.7.0",
|
||||
"matchCriteriaId": "2B904124-469C-4BD6-92C8-D8F40D491E82"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://solr.apache.org/security.html#cve-2024-45217-apache-solr-configsets-created-during-a-backup-restore-command-are-trusted-implicitly",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/10/15/9",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-45219",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-10-16T08:15:05.473",
|
||||
"lastModified": "2024-11-21T09:37:29.093",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:28:53.467",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -61,22 +61,61 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "4.0.0",
|
||||
"versionEndExcluding": "4.18.2.4",
|
||||
"matchCriteriaId": "B6DDA155-897D-4FCE-B1C1-C3F5F70DFB89"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "4.19.0.0",
|
||||
"versionEndExcluding": "4.19.1.2",
|
||||
"matchCriteriaId": "6B851F50-43E1-4DD1-989E-94676D12EC33"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://cloudstack.apache.org/blog/security-release-advisory-4.18.2.4-4.19.1.2",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/ktsfjcnj22x4kg49ctock3d9tq7jnvlo",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.shapeblue.com/shapeblue-security-advisory-apache-cloudstack-security-releases-4-18-2-4-and-4-19-1-2/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/10/15/2",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-45719",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-11-22T15:15:10.473",
|
||||
"lastModified": "2024-11-22T21:15:18.130",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:29:14.477",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,39 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:answer:*:*:*:*:*:*:*:*",
|
||||
"versionEndExcluding": "1.4.1",
|
||||
"matchCriteriaId": "8BCB5FFB-3C70-4CC7-9DC0-19942ED9E673"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/sz2d0z39k01nbx3r9pj65t76o1hy9491",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/11/22/1",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-48359",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2024-10-31T20:15:05.340",
|
||||
"lastModified": "2025-06-12T17:15:28.417",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:36:59.297",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,43 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:qualitor:qualitor:8.20:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "41C8B471-E62C-4185-91E8-C4360B35DFD9"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:qualitor:qualitor:8.24:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "40FD775B-0465-4EA0-8E11-97620D8431E1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/OpenXP-Research/CVE-2024-48359",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.qualitor.com.br/official-security-advisory-cve-2024-48359",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-48360",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2024-10-31T20:15:05.420",
|
||||
"lastModified": "2025-06-12T17:15:28.563",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:36:49.963",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,18 +51,50 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:qualitor:qualitor:8.20:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "41C8B471-E62C-4185-91E8-C4360B35DFD9"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:qualitor:qualitor:8.24:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "40FD775B-0465-4EA0-8E11-97620D8431E1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/OpenXP-Research/CVE-2024-48360",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.qualitor.com.br/official-security-advisory-cve-2024-48360",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.qualitor.com.br/qualitor-8-20",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-50379",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-12-17T13:15:18.810",
|
||||
"lastModified": "2025-01-03T12:15:26.403",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:30:01.350",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,22 +51,95 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "9.0.0",
|
||||
"versionEndExcluding": "9.0.98",
|
||||
"matchCriteriaId": "4A10E3B7-32E3-40A9-9633-CAA2F1E2EFA3"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "10.1.0",
|
||||
"versionEndExcluding": "10.1.34",
|
||||
"matchCriteriaId": "499AC261-223E-483B-81AF-AFD6BEA35502"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "11.0.0",
|
||||
"versionEndExcluding": "11.0.2",
|
||||
"matchCriteriaId": "EC54C74D-E851-4A9A-9C49-B8C80D5502AE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "AND",
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:o:netapp:bootstrap_os:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "95BA156C-C977-4F0C-8DFB-3FAE9CC8C02D"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": false,
|
||||
"criteria": "cpe:2.3:h:netapp:hci_compute_node:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "AD7447BC-F315-4298-A822-549942FC118B"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/y6lj6q1xnp822g6ro70tn19sgtjmr80r",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/12/17/4",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/12/18/2",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20250103-0003/",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-53427",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-02-26T16:15:16.237",
|
||||
"lastModified": "2025-03-28T17:15:27.420",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T21:25:24.020",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,26 +51,62 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:jqlang:jq:*:*:*:*:*:*:*:*",
|
||||
"versionEndIncluding": "1.7.1",
|
||||
"matchCriteriaId": "C4AFD89F-511E-4436-9D4F-28E33F0785DE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://gist.github.com/Ekkosun/a83870ce7f3b7813b9b462a395e8ad92",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/jqlang/jq/blob/71c2ab509a8628dbbad4bc7b3f98a64aa90d3297/src/decNumber/decNumber.c#L3375",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/jqlang/jq/issues/3196",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Issue Tracking",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/jqlang/jq/issues/3296",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Issue Tracking",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-x6c3-qv5r-7q22",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-54677",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2024-12-17T13:15:18.957",
|
||||
"lastModified": "2025-01-31T15:15:14.050",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:30:21.807",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,26 +51,102 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "9.0.0",
|
||||
"versionEndExcluding": "9.0.98",
|
||||
"matchCriteriaId": "4A10E3B7-32E3-40A9-9633-CAA2F1E2EFA3"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "10.1.0",
|
||||
"versionEndExcluding": "10.1.34",
|
||||
"matchCriteriaId": "499AC261-223E-483B-81AF-AFD6BEA35502"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "11.0.0",
|
||||
"versionEndExcluding": "11.0.2",
|
||||
"matchCriteriaId": "EC54C74D-E851-4A9A-9C49-B8C80D5502AE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "AND",
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:o:netapp:bootstrap_os:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "95BA156C-C977-4F0C-8DFB-3FAE9CC8C02D"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": false,
|
||||
"criteria": "cpe:2.3:h:netapp:hci_compute_node:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "AD7447BC-F315-4298-A822-549942FC118B"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/tdtbbxpg5trdwc2wnopcth9ccvdftq2n",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/12/17/5",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/12/17/6",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "http://www.openwall.com/lists/oss-security/2024/12/18/1",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Mailing List"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://security.netapp.com/advisory/ntap-20250131-0006/",
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108"
|
||||
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2024-56523",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-05-12T15:15:58.813",
|
||||
"lastModified": "2025-05-12T22:15:19.373",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:03:38.823",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,39 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:radware:cloud_waf:*:*:*:*:*:*:*:*",
|
||||
"versionEndExcluding": "2025-05-07",
|
||||
"matchCriteriaId": "9EEA96F3-E42F-4D47-B17C-E35E4B202428"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://radware.com/solutions/cloud-security/",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.kb.cert.org/vuls/id/722229",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Third Party Advisory",
|
||||
"US Government Resource"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-25183",
|
||||
"sourceIdentifier": "security-advisories@github.com",
|
||||
"published": "2025-02-07T20:15:34.083",
|
||||
"lastModified": "2025-02-07T20:15:34.083",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:58:00.170",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,18 +51,45 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:vllm:vllm:*:*:*:*:*:*:*:*",
|
||||
"versionEndExcluding": "0.7.2",
|
||||
"matchCriteriaId": "A5911C1A-F107-4B9B-BAE9-36A2B5181321"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/python/cpython/commit/432117cd1f59c76d97da2eaff55a7d758301dbc7",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Not Applicable"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/vllm-project/vllm/pull/12621",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Issue Tracking"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-rm76-4mrf-v9r8",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-25361",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-03-06T19:15:27.410",
|
||||
"lastModified": "2025-03-07T20:15:37.673",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"lastModified": "2025-07-01T21:23:28.040",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,39 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:publiccms:publiccms:4.0.202406.f:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "30EA00CB-A100-485A-930C-62A5D0449D51"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/c0rdXy/POC/blob/master/CVE/PublicCMS/XSS_02/XSS_02.md",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/c0rdXy/POC/blob/master/CVE/PublicCMS/XSS_02/XSS_02.md",
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-27411",
|
||||
"sourceIdentifier": "security-advisories@github.com",
|
||||
"published": "2025-03-05T16:15:40.310",
|
||||
"lastModified": "2025-03-05T16:15:40.310",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"lastModified": "2025-07-01T20:38:15.100",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,39 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:redaxo:redaxo:*:*:*:*:*:*:*:*",
|
||||
"versionEndExcluding": "5.18.3",
|
||||
"matchCriteriaId": "4F8F1D35-09B3-450E-8810-EAA0700F1F73"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/redaxo/redaxo/commit/3b2159bb45da0ab6cfaef5c8cf8b602ee5e2fb37",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/redaxo/redaxo/security/advisories/GHSA-wppf-gqj5-fc4f",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-27412",
|
||||
"sourceIdentifier": "security-advisories@github.com",
|
||||
"published": "2025-03-05T16:15:40.457",
|
||||
"lastModified": "2025-03-05T16:15:40.457",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"lastModified": "2025-07-01T20:38:33.160",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,10 +51,33 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:redaxo:redaxo:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "5.0",
|
||||
"versionEndExcluding": "5.18.3",
|
||||
"matchCriteriaId": "8BCD5C7E-A19C-4196-9AE3-82070BB27235"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/redaxo/redaxo/security/advisories/GHSA-8366-xmgf-334f",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-29783",
|
||||
"sourceIdentifier": "security-advisories@github.com",
|
||||
"published": "2025-03-19T16:15:32.477",
|
||||
"lastModified": "2025-03-22T01:15:30.443",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:52:17.273",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,18 +51,47 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:vllm:vllm:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "0.6.5",
|
||||
"versionEndExcluding": "0.8.0",
|
||||
"matchCriteriaId": "090A99DD-3EC3-40E2-9615-1DFDCF3B8A6A"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/vllm-project/vllm/commit/288ca110f68d23909728627d3100e5a8db820aa2",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/vllm-project/vllm/pull/14228",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Issue Tracking",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-x3m8-f7g5-qhm7",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-30138",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-03-18T20:15:26.507",
|
||||
"lastModified": "2025-03-25T17:16:25.520",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"lastModified": "2025-07-01T21:04:41.963",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,49 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"operator": "AND",
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:o:gnetsystem:g-onx_firmware:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "2120C516-F31B-406B-BC9A-4397D10EDDA3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": false,
|
||||
"criteria": "cpe:2.3:h:gnetsystem:g-onx:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "D2E9038F-6802-4704-805F-FC76FD268CCE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/geo-chen/GNET",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.gnetsystem.com/eng/product/list?viewMode=view&idx=246&ca_id=0201",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-30139",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-03-18T20:15:26.597",
|
||||
"lastModified": "2025-03-25T16:15:26.627",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"lastModified": "2025-07-01T21:04:40.120",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,49 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"operator": "AND",
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:o:gnetsystem:g-onx_firmware:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "2120C516-F31B-406B-BC9A-4397D10EDDA3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": false,
|
||||
"criteria": "cpe:2.3:h:gnetsystem:g-onx:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "D2E9038F-6802-4704-805F-FC76FD268CCE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/geo-chen/GNET",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.gnetsystem.com/eng/product/list?viewMode=view&idx=246&ca_id=0201",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-30140",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-03-18T21:15:32.880",
|
||||
"lastModified": "2025-03-25T16:15:26.790",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"lastModified": "2025-07-01T21:04:35.360",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,49 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"operator": "AND",
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:o:gnetsystem:g-onx_firmware:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "2120C516-F31B-406B-BC9A-4397D10EDDA3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": false,
|
||||
"criteria": "cpe:2.3:h:gnetsystem:g-onx:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "D2E9038F-6802-4704-805F-FC76FD268CCE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/geo-chen/GNET",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.gnetsystem.com/eng/product/list?viewMode=view&idx=246&ca_id=0201",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-30141",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-03-18T20:15:26.693",
|
||||
"lastModified": "2025-03-25T16:15:26.960",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"lastModified": "2025-07-01T21:04:38.610",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,49 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"operator": "AND",
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:o:gnetsystem:g-onx_firmware:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "2120C516-F31B-406B-BC9A-4397D10EDDA3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": false,
|
||||
"criteria": "cpe:2.3:h:gnetsystem:g-onx:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "D2E9038F-6802-4704-805F-FC76FD268CCE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/geo-chen/GNET",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.gnetsystem.com/eng/product/list?viewMode=view&idx=246&ca_id=0201",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-30142",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-03-18T20:15:26.777",
|
||||
"lastModified": "2025-03-25T16:15:27.130",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"lastModified": "2025-07-01T21:04:36.893",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,49 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"operator": "AND",
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:o:gnetsystem:g-onx_firmware:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "2120C516-F31B-406B-BC9A-4397D10EDDA3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": false,
|
||||
"criteria": "cpe:2.3:h:gnetsystem:g-onx:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "D2E9038F-6802-4704-805F-FC76FD268CCE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/geo-chen/GNET",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.gnetsystem.com/eng/product/list?viewMode=view&idx=246&ca_id=0201",
|
||||
"source": "cve@mitre.org"
|
||||
"source": "cve@mitre.org",
|
||||
"tags": [
|
||||
"Product"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-30675",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2025-06-11T00:15:24.730",
|
||||
"lastModified": "2025-06-12T16:06:20.180",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:14:05.047",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,18 +51,54 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "4.0.0",
|
||||
"versionEndExcluding": "4.19.3.0",
|
||||
"matchCriteriaId": "3E2CBB12-83B5-41E9-9C38-5C36008CC567"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "4.20.0.0",
|
||||
"versionEndExcluding": "4.20.1.0",
|
||||
"matchCriteriaId": "67E1FECD-94E6-4B2A-A52D-47D7FC8C9B10"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://cloudstack.apache.org/blog/cve-advisories-4.19.3.0-4.20.1.0/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/y3qnwn59t8qggtdohv7k7vw39bgb3d60",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.shapeblue.com/shapeblue-security-advisory-apache-cloudstack-security-releases-4-19-3-0-and-4-20-1-0/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Broken Link"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-31698",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2025-06-19T10:15:20.980",
|
||||
"lastModified": "2025-06-23T20:16:59.783",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:14:42.687",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,10 +51,40 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:traffic_server:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "9.0.0",
|
||||
"versionEndExcluding": "9.2.11",
|
||||
"matchCriteriaId": "7AB2F8C0-3B8A-4C21-8358-4718FB3ECA5C"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:traffic_server:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "10.0.0",
|
||||
"versionEndExcluding": "10.0.6",
|
||||
"matchCriteriaId": "5AF96465-2A06-4EC2-832C-36A094908691"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/15t32nxbypqg1m2smp640vjx89o6v5f8",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,13 +2,17 @@
|
||||
"id": "CVE-2025-32463",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-06-30T21:15:30.257",
|
||||
"lastModified": "2025-06-30T21:15:30.257",
|
||||
"lastModified": "2025-07-01T20:15:24.673",
|
||||
"vulnStatus": "Received",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "Sudo before 1.9.17p1 allows local users to obtain root access because /etc/nsswitch.conf from a user-controlled directory is used with the --chroot option."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
"value": "Sudo anterior a 1.9.17p1 permite a los usuarios locales obtener acceso root porque /etc/nsswitch.conf desde un directorio controlado por el usuario se utiliza con la opci\u00f3n --chroot."
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
@ -38,7 +42,7 @@
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cve@mitre.org",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
@ -48,6 +52,26 @@
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://access.redhat.com/security/cve/cve-2025-32463",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://bugs.gentoo.org/show_bug.cgi?id=CVE-2025-32463",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://explore.alas.aws.amazon.com/CVE-2025-32463.html",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://security-tracker.debian.org/tracker/CVE-2025-32463",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://ubuntu.com/security/notices/USN-7604-1",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://www.openwall.com/lists/oss-security/2025/06/30/3",
|
||||
"source": "cve@mitre.org"
|
||||
@ -63,6 +87,14 @@
|
||||
{
|
||||
"url": "https://www.sudo.ws/security/advisories/",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://www.suse.com/security/cve/CVE-2025-32463.html",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502177-1/",
|
||||
"source": "cve@mitre.org"
|
||||
}
|
||||
]
|
||||
}
|
29
CVE-2025/CVE-2025-450xx/CVE-2025-45006.json
Normal file
29
CVE-2025/CVE-2025-450xx/CVE-2025-45006.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"id": "CVE-2025-45006",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-07-01T20:15:24.993",
|
||||
"lastModified": "2025-07-01T20:15:24.993",
|
||||
"vulnStatus": "Received",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "Improper mstatus.SUM bit retention (non-zero) in Open-Source RISC-V Processor commit f517abb violates privileged spec constraints, enabling potential physical memory access attacks."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/chipsalliance/rocket-chip.git",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/heyfenny/Vulnerability_disclosure/blob/main/RISCV/Rocket-chip/CVE-2025-45006/details.md",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://lf-riscv.atlassian.net/wiki/spaces/HOME/pages/16154769/RISC-V+Technical+Specifications#ISA-Specifications",
|
||||
"source": "cve@mitre.org"
|
||||
}
|
||||
]
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2025-45083",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-07-01T18:15:25.160",
|
||||
"lastModified": "2025-07-01T18:15:25.160",
|
||||
"lastModified": "2025-07-01T20:15:25.203",
|
||||
"vulnStatus": "Received",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
@ -11,7 +11,42 @@
|
||||
"value": "Incorrect access control in Ullu (Android version v2.9.929 and IOS version v2.8.0) allows attackers to bypass parental pin feature via unspecified vectors."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:L",
|
||||
"baseScore": 6.1,
|
||||
"baseSeverity": "MEDIUM",
|
||||
"attackVector": "LOCAL",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "LOW",
|
||||
"userInteraction": "REQUIRED",
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "HIGH",
|
||||
"integrityImpact": "LOW",
|
||||
"availabilityImpact": "LOW"
|
||||
},
|
||||
"exploitabilityScore": 1.3,
|
||||
"impactScore": 4.7
|
||||
}
|
||||
]
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-284"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://pastebin.com/mFM1a3CP",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-4525",
|
||||
"sourceIdentifier": "cna@vuldb.com",
|
||||
"published": "2025-05-10T23:15:51.507",
|
||||
"lastModified": "2025-05-12T17:32:32.760",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:23:37.497",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -80,6 +80,26 @@
|
||||
},
|
||||
"exploitabilityScore": 1.0,
|
||||
"impactScore": 5.9
|
||||
},
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"type": "Primary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
|
||||
"baseScore": 7.8,
|
||||
"baseSeverity": "HIGH",
|
||||
"attackVector": "LOCAL",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "NONE",
|
||||
"userInteraction": "REQUIRED",
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "HIGH",
|
||||
"integrityImpact": "HIGH",
|
||||
"availabilityImpact": "HIGH"
|
||||
},
|
||||
"exploitabilityScore": 1.8,
|
||||
"impactScore": 5.9
|
||||
}
|
||||
],
|
||||
"cvssMetricV2": [
|
||||
@ -124,26 +144,75 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"operator": "AND",
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:discord:discord:1.0.9188:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "F674F88B-B3A6-40D3-9035-57649D62CF21"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": false,
|
||||
"criteria": "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "A2572D17-1DE6-457B-99CC-64AFD54487EA"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://gist.github.com/shellkraft/ac4be6a3953e2889a7bf54aea2db88c2",
|
||||
"source": "cna@vuldb.com"
|
||||
"source": "cna@vuldb.com",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?ctiid.308270",
|
||||
"source": "cna@vuldb.com"
|
||||
"source": "cna@vuldb.com",
|
||||
"tags": [
|
||||
"Permissions Required",
|
||||
"VDB Entry"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?id.308270",
|
||||
"source": "cna@vuldb.com"
|
||||
"source": "cna@vuldb.com",
|
||||
"tags": [
|
||||
"Third Party Advisory",
|
||||
"VDB Entry"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?submit.562788",
|
||||
"source": "cna@vuldb.com"
|
||||
"source": "cna@vuldb.com",
|
||||
"tags": [
|
||||
"Third Party Advisory",
|
||||
"VDB Entry"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://gist.github.com/shellkraft/ac4be6a3953e2889a7bf54aea2db88c2",
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-4545",
|
||||
"sourceIdentifier": "cna@vuldb.com",
|
||||
"published": "2025-05-11T20:15:17.917",
|
||||
"lastModified": "2025-05-12T19:15:52.037",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:12:36.177",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -80,6 +80,26 @@
|
||||
},
|
||||
"exploitabilityScore": 2.8,
|
||||
"impactScore": 2.5
|
||||
},
|
||||
{
|
||||
"source": "nvd@nist.gov",
|
||||
"type": "Primary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
|
||||
"baseScore": 8.1,
|
||||
"baseSeverity": "HIGH",
|
||||
"attackVector": "NETWORK",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "LOW",
|
||||
"userInteraction": "NONE",
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "NONE",
|
||||
"integrityImpact": "HIGH",
|
||||
"availabilityImpact": "HIGH"
|
||||
},
|
||||
"exploitabilityScore": 2.8,
|
||||
"impactScore": 5.2
|
||||
}
|
||||
],
|
||||
"cvssMetricV2": [
|
||||
@ -120,26 +140,63 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:ctcms_project:ctcms:2.1.2:*:*:*:*:*:*:*",
|
||||
"matchCriteriaId": "8D840F68-3F69-4175-BFC3-C9090FB6AB0C"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/xiaoyangsec/ctcms/blob/main/CTCMS_Arbitrary_File_Deletion_Vulnerability_Authenticated.md",
|
||||
"source": "cna@vuldb.com"
|
||||
"source": "cna@vuldb.com",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?ctiid.308292",
|
||||
"source": "cna@vuldb.com"
|
||||
"source": "cna@vuldb.com",
|
||||
"tags": [
|
||||
"Permissions Required",
|
||||
"VDB Entry"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?id.308292",
|
||||
"source": "cna@vuldb.com"
|
||||
"source": "cna@vuldb.com",
|
||||
"tags": [
|
||||
"Third Party Advisory",
|
||||
"VDB Entry"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?submit.566498",
|
||||
"source": "cna@vuldb.com"
|
||||
"source": "cna@vuldb.com",
|
||||
"tags": [
|
||||
"Third Party Advisory",
|
||||
"VDB Entry"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/xiaoyangsec/ctcms/blob/main/CTCMS_Arbitrary_File_Deletion_Vulnerability_Authenticated.md",
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Third Party Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-47713",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2025-06-10T23:15:58.320",
|
||||
"lastModified": "2025-06-12T16:06:20.180",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:13:19.260",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,18 +51,54 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "4.10.0.0",
|
||||
"versionEndExcluding": "4.19.3.0",
|
||||
"matchCriteriaId": "F76F9027-3B50-4AEA-8E3D-E0C8A4E256A8"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "4.20.0.0",
|
||||
"versionEndExcluding": "4.20.1.0",
|
||||
"matchCriteriaId": "67E1FECD-94E6-4B2A-A52D-47D7FC8C9B10"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://cloudstack.apache.org/blog/cve-advisories-4.19.3.0-4.20.1.0/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/y3qnwn59t8qggtdohv7k7vw39bgb3d60",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.shapeblue.com/shapeblue-security-advisory-apache-cloudstack-security-releases-4-19-3-0-and-4-20-1-0/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Broken Link"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-47849",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2025-06-10T23:15:58.453",
|
||||
"lastModified": "2025-06-12T16:06:20.180",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:13:33.813",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,18 +51,54 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "4.10.0.0",
|
||||
"versionEndExcluding": "4.19.3.0",
|
||||
"matchCriteriaId": "F76F9027-3B50-4AEA-8E3D-E0C8A4E256A8"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "4.20.0.0",
|
||||
"versionEndExcluding": "4.20.1.0",
|
||||
"matchCriteriaId": "67E1FECD-94E6-4B2A-A52D-47D7FC8C9B10"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://cloudstack.apache.org/blog/cve-advisories-4.19.3.0-4.20.1.0/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/y3qnwn59t8qggtdohv7k7vw39bgb3d60",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://www.shapeblue.com/shapeblue-security-advisory-apache-cloudstack-security-releases-4-19-3-0-and-4-20-1-0/",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Broken Link"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2025-48925",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-05-28T17:15:24.450",
|
||||
"lastModified": "2025-05-29T14:29:50.247",
|
||||
"lastModified": "2025-07-01T20:15:25.550",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"cveTags": [
|
||||
{
|
||||
@ -15,7 +15,7 @@
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "The TeleMessage service through 2025-05-05 relies on the client side (e.g., the TM SGNL app) to do MD5 hashing, and then accepts the hash as the authentication credential, as exploited in the wild in May 2025."
|
||||
"value": "The TeleMessage service through 2025-05-05 relies on the client side (e.g., the TM SGNL app) to do MD5 hashing, and then accepts the hash as the authentication credential."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
@ -49,7 +49,7 @@
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cve@mitre.org",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2025-48926",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-05-28T17:15:24.663",
|
||||
"lastModified": "2025-05-29T14:29:50.247",
|
||||
"lastModified": "2025-07-01T20:15:25.750",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"cveTags": [
|
||||
{
|
||||
@ -15,7 +15,7 @@
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "The admin panel in the TeleMessage service through 2025-05-05 allows attackers to discover usernames, e-mail addresses, passwords, and telephone numbers, as exploited in the wild in May 2025."
|
||||
"value": "The admin panel in the TeleMessage service through 2025-05-05 allows attackers to discover usernames, e-mail addresses, passwords, and telephone numbers."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
@ -49,7 +49,7 @@
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cve@mitre.org",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2025-48929",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-05-28T17:15:25.233",
|
||||
"lastModified": "2025-05-29T14:29:50.247",
|
||||
"lastModified": "2025-07-01T20:15:25.920",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"cveTags": [
|
||||
{
|
||||
@ -15,7 +15,7 @@
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "The TeleMessage service through 2025-05-05 implements authentication through a long-lived credential (e.g., not a token with a short expiration time) that can be reused at a later date if discovered by an adversary, as exploited in the wild in May 2025."
|
||||
"value": "The TeleMessage service through 2025-05-05 implements authentication through a long-lived credential (e.g., not a token with a short expiration time) that can be reused at a later date if discovered by an adversary."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
@ -49,7 +49,7 @@
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cve@mitre.org",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2025-48930",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-05-28T17:15:25.553",
|
||||
"lastModified": "2025-05-29T14:29:50.247",
|
||||
"lastModified": "2025-07-01T20:15:26.093",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"cveTags": [
|
||||
{
|
||||
@ -15,7 +15,7 @@
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "The TeleMessage service through 2025-05-05 stores certain cleartext information in memory, even though memory content may be accessible to an adversary through various avenues, as exploited in the wild in May 2025."
|
||||
"value": "The TeleMessage service through 2025-05-05 stores certain cleartext information in memory, even though memory content may be accessible to an adversary through various avenues."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
@ -49,7 +49,7 @@
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cve@mitre.org",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-48944",
|
||||
"sourceIdentifier": "security-advisories@github.com",
|
||||
"published": "2025-05-30T19:15:30.433",
|
||||
"lastModified": "2025-06-02T17:32:17.397",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:42:13.840",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,14 +51,41 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:vllm:vllm:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "0.8.0",
|
||||
"versionEndExcluding": "0.9.0",
|
||||
"matchCriteriaId": "8E26EB9F-426B-4A73-B8CA-2D9F3727AF2C"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/vllm-project/vllm/pull/17623",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Issue Tracking",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-vrq3-r879-7m65",
|
||||
"source": "security-advisories@github.com"
|
||||
"source": "security-advisories@github.com",
|
||||
"tags": [
|
||||
"Exploit",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-49763",
|
||||
"sourceIdentifier": "security@apache.org",
|
||||
"published": "2025-06-19T10:15:21.887",
|
||||
"lastModified": "2025-06-23T20:16:59.783",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:15:05.673",
|
||||
"vulnStatus": "Analyzed",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -51,10 +51,40 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"operator": "OR",
|
||||
"negate": false,
|
||||
"cpeMatch": [
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:traffic_server:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "9.0.0",
|
||||
"versionEndExcluding": "9.2.11",
|
||||
"matchCriteriaId": "7AB2F8C0-3B8A-4C21-8358-4718FB3ECA5C"
|
||||
},
|
||||
{
|
||||
"vulnerable": true,
|
||||
"criteria": "cpe:2.3:a:apache:traffic_server:*:*:*:*:*:*:*:*",
|
||||
"versionStartIncluding": "10.0.0",
|
||||
"versionEndExcluding": "10.0.6",
|
||||
"matchCriteriaId": "5AF96465-2A06-4EC2-832C-36A094908691"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://lists.apache.org/thread/15t32nxbypqg1m2smp640vjx89o6v5f8",
|
||||
"source": "security@apache.org"
|
||||
"source": "security@apache.org",
|
||||
"tags": [
|
||||
"Mailing List",
|
||||
"Vendor Advisory"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-5194",
|
||||
"sourceIdentifier": "contact@wpscan.com",
|
||||
"published": "2025-06-27T06:15:26.633",
|
||||
"lastModified": "2025-06-30T18:38:48.477",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:15:26.717",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -15,11 +15,38 @@
|
||||
"value": "El complemento WP Map Block de WordPress anterior a la versi\u00f3n 2.0.3 no valida ni escapa algunas de sus opciones de bloque antes de mostrarlas nuevamente en una p\u00e1gina o publicaci\u00f3n donde el bloque est\u00e1 incrustado, lo que podr\u00eda permitir a los usuarios con rol de colaborador y superior realizar ataques de cross site scripting almacenado."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N",
|
||||
"baseScore": 4.8,
|
||||
"baseSeverity": "MEDIUM",
|
||||
"attackVector": "NETWORK",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "HIGH",
|
||||
"userInteraction": "REQUIRED",
|
||||
"scope": "CHANGED",
|
||||
"confidentialityImpact": "LOW",
|
||||
"integrityImpact": "LOW",
|
||||
"availabilityImpact": "NONE"
|
||||
},
|
||||
"exploitabilityScore": 1.7,
|
||||
"impactScore": 2.7
|
||||
}
|
||||
]
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"url": "https://wpscan.com/vulnerability/f90b7ad6-e2a2-4833-a390-a78c64dc2382/",
|
||||
"source": "contact@wpscan.com"
|
||||
},
|
||||
{
|
||||
"url": "https://wpscan.com/vulnerability/f90b7ad6-e2a2-4833-a390-a78c64dc2382/",
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
|
||||
}
|
||||
]
|
||||
}
|
25
CVE-2025/CVE-2025-521xx/CVE-2025-52101.json
Normal file
25
CVE-2025/CVE-2025-521xx/CVE-2025-52101.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "CVE-2025-52101",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-07-01T21:15:25.533",
|
||||
"lastModified": "2025-07-01T21:15:25.533",
|
||||
"vulnStatus": "Received",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "linjiashop <=0.9 is vulnerable to Incorrect Access Control. When using the default-generated JWT authentication, attackers can bypass the authentication and retrieve the encrypted \"password\" and \"salt\". The password can then be obtained through brute-force cracking."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"references": [
|
||||
{
|
||||
"url": "https://gist.github.com/NSW111/33824ceb4d1b920671124f77abfe27e8",
|
||||
"source": "cve@mitre.org"
|
||||
},
|
||||
{
|
||||
"url": "https://gitee.com/microapp/linjiashop",
|
||||
"source": "cve@mitre.org"
|
||||
}
|
||||
]
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2025-52294",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2025-07-01T18:15:25.583",
|
||||
"lastModified": "2025-07-01T18:15:25.583",
|
||||
"lastModified": "2025-07-01T20:15:26.430",
|
||||
"vulnStatus": "Received",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
@ -11,7 +11,42 @@
|
||||
"value": "Insufficient validation of the screen lock mechanism in Trust Wallet v8.45 allows physically proximate attackers to bypass the lock screen and view the wallet balance."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
|
||||
"baseScore": 5.7,
|
||||
"baseSeverity": "MEDIUM",
|
||||
"attackVector": "PHYSICAL",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "NONE",
|
||||
"userInteraction": "NONE",
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "HIGH",
|
||||
"integrityImpact": "LOW",
|
||||
"availabilityImpact": "LOW"
|
||||
},
|
||||
"exploitabilityScore": 0.9,
|
||||
"impactScore": 4.7
|
||||
}
|
||||
]
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-287"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://pastebin.com/3K4kt713",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"id": "CVE-2025-5526",
|
||||
"sourceIdentifier": "contact@wpscan.com",
|
||||
"published": "2025-06-27T06:15:26.763",
|
||||
"lastModified": "2025-06-30T18:38:48.477",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"lastModified": "2025-07-01T20:15:26.867",
|
||||
"vulnStatus": "Undergoing Analysis",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
@ -15,11 +15,38 @@
|
||||
"value": "El complemento BuddyPress Docs para WordPress anterior a la versi\u00f3n 2.2.5 carece de controles de acceso adecuados y permite que un usuario que haya iniciado sesi\u00f3n vea y descargue archivos que pertenecen a otro usuario."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
|
||||
"type": "Secondary",
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"url": "https://wpscan.com/vulnerability/10196cd3-5bf7-4e40-a4f7-4ff2d34d516d/",
|
||||
"source": "contact@wpscan.com"
|
||||
},
|
||||
{
|
||||
"url": "https://wpscan.com/vulnerability/10196cd3-5bf7-4e40-a4f7-4ff2d34d516d/",
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
|
||||
}
|
||||
]
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2025-5731",
|
||||
"sourceIdentifier": "secalert@redhat.com",
|
||||
"published": "2025-06-26T22:15:24.917",
|
||||
"lastModified": "2025-06-30T18:38:48.477",
|
||||
"lastModified": "2025-07-01T20:15:27.053",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
@ -19,7 +19,7 @@
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "secalert@redhat.com",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
||||
@ -42,7 +42,7 @@
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "secalert@redhat.com",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
@ -52,6 +52,10 @@
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://access.redhat.com/errata/RHSA-2025:10130",
|
||||
"source": "secalert@redhat.com"
|
||||
},
|
||||
{
|
||||
"url": "https://access.redhat.com/security/cve/CVE-2025-5731",
|
||||
"source": "secalert@redhat.com"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2025-6020",
|
||||
"sourceIdentifier": "secalert@redhat.com",
|
||||
"published": "2025-06-17T13:15:21.660",
|
||||
"lastModified": "2025-07-01T14:15:41.260",
|
||||
"lastModified": "2025-07-01T20:15:27.190",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
@ -56,6 +56,10 @@
|
||||
"url": "https://access.redhat.com/errata/RHSA-2025:10024",
|
||||
"source": "secalert@redhat.com"
|
||||
},
|
||||
{
|
||||
"url": "https://access.redhat.com/errata/RHSA-2025:10027",
|
||||
"source": "secalert@redhat.com"
|
||||
},
|
||||
{
|
||||
"url": "https://access.redhat.com/errata/RHSA-2025:9526",
|
||||
"source": "secalert@redhat.com"
|
||||
|
@ -2,13 +2,17 @@
|
||||
"id": "CVE-2025-6935",
|
||||
"sourceIdentifier": "cna@vuldb.com",
|
||||
"published": "2025-07-01T00:15:26.503",
|
||||
"lastModified": "2025-07-01T00:15:26.503",
|
||||
"lastModified": "2025-07-01T20:15:27.387",
|
||||
"vulnStatus": "Received",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "A vulnerability was found in Campcodes Sales and Inventory System 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /pages/payment_add.php. The manipulation of the argument cid leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
"value": "Se encontr\u00f3 una vulnerabilidad en Campcodes Sales and Inventory System 1.0, clasificada como cr\u00edtica. Este problema afecta a una funcionalidad desconocida del archivo /pages/payment_add.php. La manipulaci\u00f3n del argumento cid provoca una inyecci\u00f3n SQL. El ataque puede ejecutarse en remoto. Se ha hecho p\u00fablico el exploit y puede que sea utilizado."
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
@ -59,7 +63,7 @@
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
|
||||
@ -107,7 +111,7 @@
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
@ -140,6 +144,10 @@
|
||||
{
|
||||
"url": "https://www.campcodes.com/",
|
||||
"source": "cna@vuldb.com"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/dragonghost2025/cve/issues/9",
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
|
||||
}
|
||||
]
|
||||
}
|
@ -2,13 +2,17 @@
|
||||
"id": "CVE-2025-6936",
|
||||
"sourceIdentifier": "cna@vuldb.com",
|
||||
"published": "2025-07-01T00:15:26.740",
|
||||
"lastModified": "2025-07-01T00:15:26.740",
|
||||
"lastModified": "2025-07-01T20:15:27.557",
|
||||
"vulnStatus": "Received",
|
||||
"cveTags": [],
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "A vulnerability was found in code-projects Simple Pizza Ordering System 1.0. It has been classified as critical. This affects an unknown part of the file /addpro.php. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used."
|
||||
},
|
||||
{
|
||||
"lang": "es",
|
||||
"value": "Se encontr\u00f3 una vulnerabilidad en code-projects Simple Pizza Ordering System 1.0. Se ha clasificado como cr\u00edtica. Afecta una parte desconocida del archivo /addpro.php. La manipulaci\u00f3n del ID del argumento provoca una inyecci\u00f3n SQL. El ataque puede ejecutarse en remoto. Se ha hecho p\u00fablico el exploit y puede que sea utilizado."
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
@ -59,7 +63,7 @@
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
|
||||
@ -107,7 +111,7 @@
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Primary",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
@ -140,6 +144,10 @@
|
||||
{
|
||||
"url": "https://vuldb.com/?submit.605728",
|
||||
"source": "cna@vuldb.com"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/Catcheryp/CVE/issues/2",
|
||||
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"
|
||||
}
|
||||
]
|
||||
}
|
77
README.md
77
README.md
@ -13,13 +13,13 @@ Repository synchronizes with the NVD every 2 hours.
|
||||
### Last Repository Update
|
||||
|
||||
```plain
|
||||
2025-07-01T20:00:11.715744+00:00
|
||||
2025-07-01T22:00:11.831749+00:00
|
||||
```
|
||||
|
||||
### Most recent CVE Modification Timestamp synchronized with NVD
|
||||
|
||||
```plain
|
||||
2025-07-01T19:59:22.330000+00:00
|
||||
2025-07-01T21:25:24.020000+00:00
|
||||
```
|
||||
|
||||
### Last Data Feed Release
|
||||
@ -33,59 +33,46 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/
|
||||
### Total Number of included CVEs
|
||||
|
||||
```plain
|
||||
300010
|
||||
300012
|
||||
```
|
||||
|
||||
### CVEs added in the last Commit
|
||||
|
||||
Recently added CVEs: `15`
|
||||
Recently added CVEs: `2`
|
||||
|
||||
- [CVE-2025-27153](CVE-2025/CVE-2025-271xx/CVE-2025-27153.json) (`2025-07-01T19:15:25.970`)
|
||||
- [CVE-2025-34080](CVE-2025/CVE-2025-340xx/CVE-2025-34080.json) (`2025-07-01T18:15:24.487`)
|
||||
- [CVE-2025-34081](CVE-2025/CVE-2025-340xx/CVE-2025-34081.json) (`2025-07-01T18:15:24.627`)
|
||||
- [CVE-2025-37099](CVE-2025/CVE-2025-370xx/CVE-2025-37099.json) (`2025-07-01T18:15:24.763`)
|
||||
- [CVE-2025-45080](CVE-2025/CVE-2025-450xx/CVE-2025-45080.json) (`2025-07-01T18:15:24.920`)
|
||||
- [CVE-2025-45081](CVE-2025/CVE-2025-450xx/CVE-2025-45081.json) (`2025-07-01T18:15:25.040`)
|
||||
- [CVE-2025-45083](CVE-2025/CVE-2025-450xx/CVE-2025-45083.json) (`2025-07-01T18:15:25.160`)
|
||||
- [CVE-2025-46259](CVE-2025/CVE-2025-462xx/CVE-2025-46259.json) (`2025-07-01T19:15:27.197`)
|
||||
- [CVE-2025-48379](CVE-2025/CVE-2025-483xx/CVE-2025-48379.json) (`2025-07-01T19:15:27.353`)
|
||||
- [CVE-2025-52294](CVE-2025/CVE-2025-522xx/CVE-2025-52294.json) (`2025-07-01T18:15:25.583`)
|
||||
- [CVE-2025-53100](CVE-2025/CVE-2025-531xx/CVE-2025-53100.json) (`2025-07-01T18:15:25.703`)
|
||||
- [CVE-2025-53103](CVE-2025/CVE-2025-531xx/CVE-2025-53103.json) (`2025-07-01T18:15:25.837`)
|
||||
- [CVE-2025-53104](CVE-2025/CVE-2025-531xx/CVE-2025-53104.json) (`2025-07-01T19:15:27.800`)
|
||||
- [CVE-2025-53107](CVE-2025/CVE-2025-531xx/CVE-2025-53107.json) (`2025-07-01T18:15:25.990`)
|
||||
- [CVE-2025-6600](CVE-2025/CVE-2025-66xx/CVE-2025-6600.json) (`2025-07-01T19:15:28.003`)
|
||||
- [CVE-2025-45006](CVE-2025/CVE-2025-450xx/CVE-2025-45006.json) (`2025-07-01T20:15:24.993`)
|
||||
- [CVE-2025-52101](CVE-2025/CVE-2025-521xx/CVE-2025-52101.json) (`2025-07-01T21:15:25.533`)
|
||||
|
||||
|
||||
### CVEs modified in the last Commit
|
||||
|
||||
Recently modified CVEs: `68`
|
||||
Recently modified CVEs: `52`
|
||||
|
||||
- [CVE-2025-6656](CVE-2025/CVE-2025-66xx/CVE-2025-6656.json) (`2025-07-01T19:30:58.773`)
|
||||
- [CVE-2025-6657](CVE-2025/CVE-2025-66xx/CVE-2025-6657.json) (`2025-07-01T19:31:08.080`)
|
||||
- [CVE-2025-6661](CVE-2025/CVE-2025-66xx/CVE-2025-6661.json) (`2025-07-01T19:16:39.160`)
|
||||
- [CVE-2025-6662](CVE-2025/CVE-2025-66xx/CVE-2025-6662.json) (`2025-07-01T19:11:55.183`)
|
||||
- [CVE-2025-6694](CVE-2025/CVE-2025-66xx/CVE-2025-6694.json) (`2025-07-01T19:03:59.900`)
|
||||
- [CVE-2025-6695](CVE-2025/CVE-2025-66xx/CVE-2025-6695.json) (`2025-07-01T18:18:08.297`)
|
||||
- [CVE-2025-6696](CVE-2025/CVE-2025-66xx/CVE-2025-6696.json) (`2025-07-01T18:00:07.820`)
|
||||
- [CVE-2025-6819](CVE-2025/CVE-2025-68xx/CVE-2025-6819.json) (`2025-07-01T18:57:42.687`)
|
||||
- [CVE-2025-6820](CVE-2025/CVE-2025-68xx/CVE-2025-6820.json) (`2025-07-01T18:49:29.030`)
|
||||
- [CVE-2025-6821](CVE-2025/CVE-2025-68xx/CVE-2025-6821.json) (`2025-07-01T18:42:57.140`)
|
||||
- [CVE-2025-6827](CVE-2025/CVE-2025-68xx/CVE-2025-6827.json) (`2025-07-01T18:41:53.040`)
|
||||
- [CVE-2025-6828](CVE-2025/CVE-2025-68xx/CVE-2025-6828.json) (`2025-07-01T18:37:44.973`)
|
||||
- [CVE-2025-6834](CVE-2025/CVE-2025-68xx/CVE-2025-6834.json) (`2025-07-01T18:27:48.017`)
|
||||
- [CVE-2025-6849](CVE-2025/CVE-2025-68xx/CVE-2025-6849.json) (`2025-07-01T18:25:17.570`)
|
||||
- [CVE-2025-6870](CVE-2025/CVE-2025-68xx/CVE-2025-6870.json) (`2025-07-01T18:22:04.620`)
|
||||
- [CVE-2025-6871](CVE-2025/CVE-2025-68xx/CVE-2025-6871.json) (`2025-07-01T18:46:42.920`)
|
||||
- [CVE-2025-6872](CVE-2025/CVE-2025-68xx/CVE-2025-6872.json) (`2025-07-01T18:47:20.500`)
|
||||
- [CVE-2025-6873](CVE-2025/CVE-2025-68xx/CVE-2025-6873.json) (`2025-07-01T18:48:37.450`)
|
||||
- [CVE-2025-6874](CVE-2025/CVE-2025-68xx/CVE-2025-6874.json) (`2025-07-01T18:49:08.733`)
|
||||
- [CVE-2025-6875](CVE-2025/CVE-2025-68xx/CVE-2025-6875.json) (`2025-07-01T18:53:33.650`)
|
||||
- [CVE-2025-6876](CVE-2025/CVE-2025-68xx/CVE-2025-6876.json) (`2025-07-01T19:08:59.047`)
|
||||
- [CVE-2025-6877](CVE-2025/CVE-2025-68xx/CVE-2025-6877.json) (`2025-07-01T19:09:32.470`)
|
||||
- [CVE-2025-6878](CVE-2025/CVE-2025-68xx/CVE-2025-6878.json) (`2025-07-01T19:10:21.643`)
|
||||
- [CVE-2025-6879](CVE-2025/CVE-2025-68xx/CVE-2025-6879.json) (`2025-07-01T19:10:55.130`)
|
||||
- [CVE-2025-6880](CVE-2025/CVE-2025-68xx/CVE-2025-6880.json) (`2025-07-01T19:11:30.937`)
|
||||
- [CVE-2025-30139](CVE-2025/CVE-2025-301xx/CVE-2025-30139.json) (`2025-07-01T21:04:40.120`)
|
||||
- [CVE-2025-30140](CVE-2025/CVE-2025-301xx/CVE-2025-30140.json) (`2025-07-01T21:04:35.360`)
|
||||
- [CVE-2025-30141](CVE-2025/CVE-2025-301xx/CVE-2025-30141.json) (`2025-07-01T21:04:38.610`)
|
||||
- [CVE-2025-30142](CVE-2025/CVE-2025-301xx/CVE-2025-30142.json) (`2025-07-01T21:04:36.893`)
|
||||
- [CVE-2025-30675](CVE-2025/CVE-2025-306xx/CVE-2025-30675.json) (`2025-07-01T20:14:05.047`)
|
||||
- [CVE-2025-31698](CVE-2025/CVE-2025-316xx/CVE-2025-31698.json) (`2025-07-01T20:14:42.687`)
|
||||
- [CVE-2025-32463](CVE-2025/CVE-2025-324xx/CVE-2025-32463.json) (`2025-07-01T20:15:24.673`)
|
||||
- [CVE-2025-45083](CVE-2025/CVE-2025-450xx/CVE-2025-45083.json) (`2025-07-01T20:15:25.203`)
|
||||
- [CVE-2025-4525](CVE-2025/CVE-2025-45xx/CVE-2025-4525.json) (`2025-07-01T20:23:37.497`)
|
||||
- [CVE-2025-4545](CVE-2025/CVE-2025-45xx/CVE-2025-4545.json) (`2025-07-01T20:12:36.177`)
|
||||
- [CVE-2025-47713](CVE-2025/CVE-2025-477xx/CVE-2025-47713.json) (`2025-07-01T20:13:19.260`)
|
||||
- [CVE-2025-47849](CVE-2025/CVE-2025-478xx/CVE-2025-47849.json) (`2025-07-01T20:13:33.813`)
|
||||
- [CVE-2025-48925](CVE-2025/CVE-2025-489xx/CVE-2025-48925.json) (`2025-07-01T20:15:25.550`)
|
||||
- [CVE-2025-48926](CVE-2025/CVE-2025-489xx/CVE-2025-48926.json) (`2025-07-01T20:15:25.750`)
|
||||
- [CVE-2025-48929](CVE-2025/CVE-2025-489xx/CVE-2025-48929.json) (`2025-07-01T20:15:25.920`)
|
||||
- [CVE-2025-48930](CVE-2025/CVE-2025-489xx/CVE-2025-48930.json) (`2025-07-01T20:15:26.093`)
|
||||
- [CVE-2025-48944](CVE-2025/CVE-2025-489xx/CVE-2025-48944.json) (`2025-07-01T20:42:13.840`)
|
||||
- [CVE-2025-49763](CVE-2025/CVE-2025-497xx/CVE-2025-49763.json) (`2025-07-01T20:15:05.673`)
|
||||
- [CVE-2025-5194](CVE-2025/CVE-2025-51xx/CVE-2025-5194.json) (`2025-07-01T20:15:26.717`)
|
||||
- [CVE-2025-52294](CVE-2025/CVE-2025-522xx/CVE-2025-52294.json) (`2025-07-01T20:15:26.430`)
|
||||
- [CVE-2025-5526](CVE-2025/CVE-2025-55xx/CVE-2025-5526.json) (`2025-07-01T20:15:26.867`)
|
||||
- [CVE-2025-5731](CVE-2025/CVE-2025-57xx/CVE-2025-5731.json) (`2025-07-01T20:15:27.053`)
|
||||
- [CVE-2025-6020](CVE-2025/CVE-2025-60xx/CVE-2025-6020.json) (`2025-07-01T20:15:27.190`)
|
||||
- [CVE-2025-6935](CVE-2025/CVE-2025-69xx/CVE-2025-6935.json) (`2025-07-01T20:15:27.387`)
|
||||
- [CVE-2025-6936](CVE-2025/CVE-2025-69xx/CVE-2025-6936.json) (`2025-07-01T20:15:27.557`)
|
||||
|
||||
|
||||
## Download and Usage
|
||||
|
268
_state.csv
268
_state.csv
@ -57438,8 +57438,8 @@ CVE-2012-6420,0,0,ac2808d753e1c01d11f6d3cf91793cb22b946d14ea3b23e65a10de55f45495
|
||||
CVE-2012-6421,0,0,dd60fef6b4ef765c93ae88669eba33bc8d15a1d3631519be9b3bcde4c1a0297e,2023-11-07T02:13:22.873000
|
||||
CVE-2012-6422,0,0,400fa80ae5daac84659d4732d1ce234b87687b796e05efc79bcb8a9d7cf7f139,2025-04-11T00:51:21.963000
|
||||
CVE-2012-6426,0,0,0a4f4c1c7ae03219bc4ec269edf935e811a3fe171b429079f6e9cfc61ebcd6bc,2025-05-28T17:23:02.190000
|
||||
CVE-2012-6427,0,0,11bfb1fb14829bf7908147e653cac310872058eebbf6425fe119ec15cea8aadd,2025-04-11T00:51:21.963000
|
||||
CVE-2012-6428,0,0,0f4afdeb814aafdc6e7d604bd349421c10e787943baa8ebe79623f9f3505b8f9,2025-04-11T00:51:21.963000
|
||||
CVE-2012-6427,0,1,b607ea6c6726624b5bc693c47f7aacf7d161e857e9e3b9abdbf25398f6ebf2dd,2025-07-01T20:15:24.093000
|
||||
CVE-2012-6428,0,1,25b7ccb11e8f6e0d93244340e6afd116580b9899643658a950bab715d2efffee,2025-07-01T20:15:24.300000
|
||||
CVE-2012-6429,0,0,5b2239504ffd73537bf3a169f7380c82a89306227befdf8d27e8bea8de753c32,2025-04-12T10:46:40.837000
|
||||
CVE-2012-6430,0,0,54ed151020973f3950be67120726f03ab773ec6139288f0a1d216452073df4a0,2025-04-12T10:46:40.837000
|
||||
CVE-2012-6431,0,0,f9bf3773fd3937f340256f5255073a0415d143b047bc23e359f277763c16868a,2025-04-11T00:51:21.963000
|
||||
@ -137553,7 +137553,7 @@ CVE-2019-20440,0,0,2ab24f8e3768667c16d40fdf5a2f920c1d37da59f2b7acffcf283dcf1ae17
|
||||
CVE-2019-20441,0,0,d3e37b3421cdc36a70326ce985ca73df827df8e6e3cc68f146ebdaff958ccfe6,2024-11-21T04:38:29.390000
|
||||
CVE-2019-20442,0,0,369b550e40236b80d215e4e125e82e2106c63b76bd9a514097a5456eeba113cf,2024-11-21T04:38:29.533000
|
||||
CVE-2019-20443,0,0,fac6c1753f3dc1f87364657637e798a9b0d503caf7cbe3c16f2125f66462bd6e,2024-11-21T04:38:29.677000
|
||||
CVE-2019-20444,0,1,ba25309eab05e40fd4111c200917559a6fd712e8a84011c8570a4a7e56368024,2025-07-01T18:15:23.387000
|
||||
CVE-2019-20444,0,0,ba25309eab05e40fd4111c200917559a6fd712e8a84011c8570a4a7e56368024,2025-07-01T18:15:23.387000
|
||||
CVE-2019-20445,0,0,a154d293265a537a008d0fc1873cd6d26a6f19be08eb869ab75a74642f895b81,2024-11-21T04:38:30.087000
|
||||
CVE-2019-20446,0,0,90fb2c74ea0325fdc195ea7f12c221d4c5357f9bdc51e437f6edadd967655328,2024-11-21T04:38:30.303000
|
||||
CVE-2019-20447,0,0,74f9090111009e5a0ccba69f002460a8de54f6faa8c4c42a0fcdd6235fe23175,2024-11-21T04:38:30.460000
|
||||
@ -179778,7 +179778,7 @@ CVE-2021-36871,0,0,d8d00e72711a48e909f9137f78167c776434508b689a70b6172412216cd37
|
||||
CVE-2021-36872,0,0,70beaf996eb62fb0526e6e1da443cb164251fd1a81b2bec45723817e9b8081a2,2024-11-21T06:14:13.750000
|
||||
CVE-2021-36873,0,0,bb869da5f93ec5dd2bc5c1876373dea0ff5774ed13154b4dd52c8cc8557b74fb,2024-11-21T06:14:13.877000
|
||||
CVE-2021-36874,0,0,9f4d3dfa287a460dfd51637db714ba722da81f4156ea9440cd7cd4724afc25e0,2024-11-21T06:14:14.003000
|
||||
CVE-2021-36875,0,0,f73917d6f8dcbada8b9de3d7fc22c051e5a6fcc66bb6e660d58881e267c9d724,2024-11-21T06:14:14.123000
|
||||
CVE-2021-36875,0,1,37162360ab41563c8450aa0d0edaa0276372efbd72b87a4ff86a50ea2f37fb17,2025-07-01T21:15:25.257000
|
||||
CVE-2021-36876,0,0,1a3b40892fec944df9e2075c98133f78ea13be5aaa0395f4bcf2e42796f039bc,2024-11-21T06:14:14.240000
|
||||
CVE-2021-36877,0,0,a07a16510d402d88c368133610b5b6bb806af72f41aef31fa23f8e622505db50,2024-11-21T06:14:14.360000
|
||||
CVE-2021-36878,0,0,d3855bd7b652f8ccdef60e67b5b11dda1a58adacca7fe6a3bbe7f2b8a6e748de,2024-11-21T06:14:14.480000
|
||||
@ -185782,7 +185782,7 @@ CVE-2021-44566,0,0,8367b8601e6ba473b69a3463f05e1f0d00870c5f430690333ddf7252f0ee3
|
||||
CVE-2021-44567,0,0,e3ecdbb38c6b2dcaafd27b4ea0660802da283cb80c4285bcbc2d607b88b0773a,2024-11-21T06:31:13.780000
|
||||
CVE-2021-44568,0,0,c0df78d6a8982481ca5bb6deed4e82b9ed36249a377cfdf3963ff2c437ca5c32,2024-11-21T06:31:13.933000
|
||||
CVE-2021-44569,0,0,5af89ff864bb4ea2396f1b9fbccc8f3dbc30e4161ff1631d0eb49cab60a17bc4,2023-11-07T03:39:40.107000
|
||||
CVE-2021-4457,0,1,a7a5109331ba0d0129874a02d03ff3df4e758d7744c32668f08858c982995d07,2025-07-01T19:15:24.787000
|
||||
CVE-2021-4457,0,0,a7a5109331ba0d0129874a02d03ff3df4e758d7744c32668f08858c982995d07,2025-07-01T19:15:24.787000
|
||||
CVE-2021-44570,0,0,628a7cefa5280238f64a63a441934d48bbed27fbb89b3168a4f967d167830ccf,2023-11-07T03:39:40.140000
|
||||
CVE-2021-44571,0,0,02553f355eea65b59ee6322e1012377660a064c58c7407d561f1e30eccd2cc53,2023-11-07T03:39:40.173000
|
||||
CVE-2021-44573,0,0,3688f7261d965206d5d19fcffb1fec457a2c2d079c27113869c5db85541eb436,2023-11-07T03:39:40.217000
|
||||
@ -249455,7 +249455,7 @@ CVE-2024-1391,0,0,fccbf24dfb651f372e2b51106217c90f4de85c1f936edcd91290184be12fa7
|
||||
CVE-2024-13910,0,0,6885427b6394b62d7dcb79523e61be62dd8281aad81e8cab0af59c67e1beea02,2025-03-01T09:15:09.517000
|
||||
CVE-2024-13911,0,0,4ecdacf9340f565972d67d0fd0f16ebfb137c877e410b587b04d73d76789b018,2025-03-01T08:15:33.803000
|
||||
CVE-2024-13913,0,0,97e9263ea64a11bf1d9dd911c989e4107d7a928b53ec2e2ca6bd3929a0fde8a1,2025-03-14T06:15:24.490000
|
||||
CVE-2024-13914,0,1,322c94a153c25835ebecb90bead0aba20d89fab1bcb3af1674559c86cfe664e4,2025-07-01T18:15:24.157000
|
||||
CVE-2024-13914,0,0,322c94a153c25835ebecb90bead0aba20d89fab1bcb3af1674559c86cfe664e4,2025-07-01T18:15:24.157000
|
||||
CVE-2024-13915,0,0,6fe2f006afc76e62529cad238e1d7c5fa1e81ebbb017ddd7987d1601087231ea,2025-06-10T09:15:22.463000
|
||||
CVE-2024-13916,0,0,616a3a974a6f01de2c87e25818465d874537e8e70683ef59a680af8227940de2,2025-06-10T10:15:21.443000
|
||||
CVE-2024-13917,0,0,d7f074eb3bc2e28f3b38b1720523e72dbce348ba1de7ad8e965baa1b1f59ff10,2025-06-10T10:15:26.553000
|
||||
@ -253846,7 +253846,7 @@ CVE-2024-24777,0,0,c46e7117281fbe7f2ffae8cc271867d3ae614f1ea7039937a5b87028aa4a0
|
||||
CVE-2024-24778,0,0,d74b7f7074a19b5be59fcaa33d57fbc6a17817b75ff97c6c75e77bbe3a08f4c5,2025-03-03T18:15:28.933000
|
||||
CVE-2024-24779,0,0,d1099767ab58965b8377911df500ad290244beb7b085f2560739aea6a8026dba,2025-02-13T18:17:09.103000
|
||||
CVE-2024-2478,0,0,d5dc9b44807fe1d8aed8b3d5f340ae77ceaeaf8329820bfd973fa875853d68bb,2025-01-23T19:24:38.173000
|
||||
CVE-2024-24780,0,1,a4222fbda2f225ecacbd43918d55da5cb020cd731b635b744ed1c4af943f19d6,2025-07-01T19:21:39.177000
|
||||
CVE-2024-24780,0,0,a4222fbda2f225ecacbd43918d55da5cb020cd731b635b744ed1c4af943f19d6,2025-07-01T19:21:39.177000
|
||||
CVE-2024-24781,0,0,056ec447dbcc83fc2a310224e9277e0a17bd56759c2d803ede35170578118e80,2024-11-21T08:59:41.280000
|
||||
CVE-2024-24782,0,0,80499092009d98ba529bfca673a7ac4275b61ad8394a4890122e575a7c7e8097,2024-11-21T08:59:41.467000
|
||||
CVE-2024-24783,0,0,39288a4eb4aea0a88f0ae788ed2507a3b90047276cc68bfe890b777ba52b8d15,2024-11-21T08:59:41.620000
|
||||
@ -262635,7 +262635,7 @@ CVE-2024-36082,0,0,84618df39662e6f548035ef1fadd39984357f9219f1ebdcfe533715584e1d
|
||||
CVE-2024-3609,0,0,590eed5ea6d2c557b4bfe0bfb283c348c4f4cc1ebfa45c2de23394e200013d1f,2025-06-27T18:08:33.780000
|
||||
CVE-2024-3610,0,0,328c5d24a8e4082d1f0716590e5074ddd632062b3f1cef58cb4b60189ca9185e,2024-11-21T09:29:59.003000
|
||||
CVE-2024-36103,0,0,9abd9df6d5adbe63b2984155ccaa06a2516253c30f89f6395b127b87dd254baf,2024-11-21T09:21:36.770000
|
||||
CVE-2024-36104,0,0,a7a29f7c1ee7d2077d75587b2943dbc9140ad10db298af679b0660e93bd4ee17,2025-02-13T18:18:06.047000
|
||||
CVE-2024-36104,0,1,aa8e1b4242b3fc4d8137cdb3267a0da243e2b7b2523d0f08546ee73e3588137f,2025-07-01T20:23:35.160000
|
||||
CVE-2024-36105,0,0,23eb7b464d11137ba4895a30b84076b93a03889c1a028d671d8c0ad98e957dfb,2024-11-21T09:21:37.160000
|
||||
CVE-2024-36106,0,0,12b1f21b507c193e8e7dd5f08e11ae0ad8f682dfcc69d3315dff1852f7221a76,2024-11-21T09:21:37.303000
|
||||
CVE-2024-36107,0,0,5ec1a23a785dbd92052da9e63b3d75e00c147920944f01a5c8a1f83335463da5,2024-11-21T09:21:37.483000
|
||||
@ -264619,8 +264619,8 @@ CVE-2024-38469,0,0,101ad10ba953c4e8c930e24d155a5eff905a23e044793fa672123428a4ffd
|
||||
CVE-2024-3847,0,0,21711e7b0912c812c2eee5766c676d73d26cd06684dcef9ab53e870dc31337d8,2024-12-19T15:08:38.647000
|
||||
CVE-2024-38470,0,0,e1194e271b4f5545fa35db18d2a5f80e7fd5489e9cb35b90de769c7a6b1cffb5,2025-04-30T23:47:41.323000
|
||||
CVE-2024-38471,0,0,ebcf12a571805e01888c4360f251dd06cb2117656cccbb5ab123d9cababf23f4,2025-03-13T14:15:28.513000
|
||||
CVE-2024-38472,0,0,b1123c48a89600eb7a31518ce0bb89b10b0778ec6be006c999b3121e02b83f79,2024-11-21T09:26:01.733000
|
||||
CVE-2024-38473,0,0,bbb5e11b003247980ea92e43b9234c78ba249d78fc42472835f589d6b2f6e99d,2024-11-21T09:26:02.607000
|
||||
CVE-2024-38472,0,1,ac79e18d6e7973bfd08eadbeb282471c9e6ecea8eaa35e0fd5686940ed720d5a,2025-07-01T20:24:46.607000
|
||||
CVE-2024-38473,0,1,985ef29726d118751d6edd5f3cdc90a139ce550d793dff8c6ec361e759590a84,2025-07-01T20:25:09.547000
|
||||
CVE-2024-38474,0,0,4d750136f8bd7afdcd19bdfcac6eb4df136c41ef8eafadd4967459d63d721bd8,2025-03-25T19:15:43.623000
|
||||
CVE-2024-38475,0,0,27eb2642ced8072c554c4a515b3307f19156b920f1a397602dd60a0018fa7afd,2025-05-02T15:43:59.747000
|
||||
CVE-2024-38476,0,0,96df90db5dbf5efcc1d36711d52981a73ed110b8dfbeaa5665e3f3feb3c366d0,2024-12-02T17:36:33.403000
|
||||
@ -265512,7 +265512,7 @@ CVE-2024-39569,0,0,bcfe7982696575fa43efaa149e09e00d3f0a55c34409b64ae7cef3055543b
|
||||
CVE-2024-3957,0,0,5f1004a57c5b1d394b83a93a43bc06c3a9b04a672f2964fea2af6d32c7955a5f,2025-02-03T20:04:49.840000
|
||||
CVE-2024-39570,0,0,25582ca871e058c54977974699683c1759fcc3895d50b2ed12b179bd08188262,2024-11-21T09:28:02.240000
|
||||
CVE-2024-39571,0,0,45c99431cab636a5aad39a00bace86b77d794d96db7b04cf59f42e315e5f7940,2024-11-21T09:28:02.400000
|
||||
CVE-2024-39573,0,0,8c15ddb12dc2ce17c0761f85628693c64102a07acf53afaa71ac55703bb6953f,2024-11-21T09:28:02.550000
|
||||
CVE-2024-39573,0,1,bb1529a6889ddb595c56476637abc9601b94fb1274e91496e0c3304fcaad8d15,2025-07-01T20:25:56.240000
|
||||
CVE-2024-39574,0,0,10104bfc05dbe84fa1b8f6a92a9ff08964f1f19aa76453c03300a022ee7fd4ac,2024-09-16T15:59:10.653000
|
||||
CVE-2024-39576,0,0,091b249884ecbf30e5f5664989f36a35da2d5502e86fce40e9b44944887cc285,2024-11-26T14:19:07.273000
|
||||
CVE-2024-39577,0,0,c82219e4d8bd22a2ec4a3f43a5361661a6954ff6bc793d3b2d5787c28ea4968c,2024-11-25T18:20:36.807000
|
||||
@ -265814,7 +265814,7 @@ CVE-2024-39880,0,0,8b1680fd9e7b05afeba3ce491eed0e5a3d30f97bf28c8dbcab92935d2d13e
|
||||
CVE-2024-39881,0,0,57468b1335eacd4da2807d29ca6ae70d39dc7374d30b79bf6cb20b160bce0a51,2024-11-21T09:28:29.560000
|
||||
CVE-2024-39882,0,0,828c73d1087716f5b7053eebfed4c85018928d29ebeba11718728292f85e5983,2024-11-21T09:28:29.703000
|
||||
CVE-2024-39883,0,0,fd02577ec6a8b11438641e1a622d98a1dc22f5d10d7326ebfadc06331a6404c0,2024-11-21T09:28:29.850000
|
||||
CVE-2024-39884,0,0,a8c11e345d1fbd775d38d954a44a812dbd632279c09d19cd356a28a8c8486e79,2024-11-21T09:28:29.990000
|
||||
CVE-2024-39884,0,1,334a3e4c78d01dd3adb5c7043ad711436891908493f5f2dc963b0704e1864d6d,2025-07-01T20:27:13.287000
|
||||
CVE-2024-39886,0,0,f16474fb9a37fdc5dcbc1b8fd41083484266b56f74034c8aeaaf9928c508ddf7,2024-11-21T09:28:30.193000
|
||||
CVE-2024-39887,0,0,439954875c36a4db1aa09a588d4426bb680e4d21c2d2a1ad952c1c9a0361d050,2025-02-13T18:18:09.337000
|
||||
CVE-2024-39888,0,0,ca2bb7d13c30943b1c7f02794cf84f5ce4a6e4d07b0a055d174fd6d320d6bcb7,2024-11-21T09:28:30.540000
|
||||
@ -267546,7 +267546,7 @@ CVE-2024-4232,0,0,be28230764a230d8b4a5e148edecde642d730ceb725bb171704dfc38dd05f3
|
||||
CVE-2024-42320,0,0,87317ab2141acd008e043c8eaa6dab96445c25e2aa2979d6ebc74ae4a136b6b7,2024-09-30T12:54:12.897000
|
||||
CVE-2024-42321,0,0,1716db5db6c984bf2ebbd691b80440a9181fa253c6bc8c5d00954d830484e312,2024-08-19T12:59:59.177000
|
||||
CVE-2024-42322,0,0,52f12a25568109a09c1068afac6f820c6f0a994565908db94d4631ff4edd7479,2025-05-02T07:15:54.653000
|
||||
CVE-2024-42323,0,0,656daa24883f524773394b4822795b2daaab62af8324d74a7a92c39f4885162c,2024-11-21T09:33:52.577000
|
||||
CVE-2024-42323,0,1,4ddd58d2a4b6f86ad1352e1392f8d94729ea53f5dfa75cd3874711fab3bbb709,2025-07-01T20:27:42.003000
|
||||
CVE-2024-42325,0,0,71f56139300c7dc747a387bfc0e3e683d8e392aa841c113f4fae8f2a1ef68b8f,2025-04-02T14:58:07.527000
|
||||
CVE-2024-42326,0,0,21fb704aa8898ae64cf89b4e966f1eaadb9ba109923e781dfb4c8f173a19aef3,2024-11-27T12:15:20.520000
|
||||
CVE-2024-42327,0,0,63ae67200fbea60df25fedcb431e17f408dbf52b0f0e22acc1c30d738390d4c9,2024-11-27T12:15:20.640000
|
||||
@ -268412,7 +268412,7 @@ CVE-2024-43438,0,0,73d1b28c6f38899287538d919cdc80ec31dafefe92f6661fe9a36214164d9
|
||||
CVE-2024-43439,0,0,5d069b02905cad00a3ccca0d5161fb2fdf230756b5b295f98cd898e364a25bc4,2025-04-23T21:26:17
|
||||
CVE-2024-4344,0,0,f2fc8cf2dc3e9a916d8c0e02c7965d497c7aae8ae1650868477b4aff5dcf5623,2024-11-21T09:42:40.023000
|
||||
CVE-2024-43440,0,0,0c161fcf382e2247a095cde608087f6919985c8421f08b99ca14caeb36e1a35b,2025-05-01T16:03:28.833000
|
||||
CVE-2024-43441,0,1,66946fc34b32769b6f453ee553daf949c64d74d91e2e50f6f6032a7a07f1e6d3,2025-07-01T19:13:06.750000
|
||||
CVE-2024-43441,0,0,66946fc34b32769b6f453ee553daf949c64d74d91e2e50f6f6032a7a07f1e6d3,2025-07-01T19:13:06.750000
|
||||
CVE-2024-43442,0,0,7cf6887173b63e3e2077127f17ebb1f8864349b85ded2485a70c9170e31ad69f,2024-08-26T16:35:12.860000
|
||||
CVE-2024-43443,0,0,01387b83c9d3faae4be2489d643851ab28bd718e216da87fe7730786e406c157,2024-08-26T12:47:20.187000
|
||||
CVE-2024-43444,0,0,01fa601f2d9572951dd3491c52e1bfaeb60836d6e72e0f6dc396e203847ee36c,2024-08-26T12:47:20.187000
|
||||
@ -269438,7 +269438,7 @@ CVE-2024-4484,0,0,e9d9ab7a181084a2609fc26ec989da9dcf4a22d48b5c7405b3d8209db6a264
|
||||
CVE-2024-44843,0,0,b60c32ca3be3ee1a6ff346a6f3b563f901b6eba8b70b927008364c1c40c6ea4f,2025-04-25T16:48:36.610000
|
||||
CVE-2024-44844,0,0,543b67798b80c9f433394b5371f67242f69c06e81a35f5031e65aa2bc37f2c80,2024-09-11T16:24:51.660000
|
||||
CVE-2024-44845,0,0,be723405d776fcd23ce5801cd5dc6a06dd41574f2f123999283d6be69263ae54,2024-09-11T16:24:23.970000
|
||||
CVE-2024-44849,0,0,58b5f65bd5453a069e665f860b36550e89c33d198e836d6eb6bbe47cf88026fa,2025-06-12T17:15:28.253000
|
||||
CVE-2024-44849,0,1,0178a2450eb81d2d4e7db7a3e37d0ed5a296851dbae57605cbb4fecf8a8fad0e,2025-07-01T20:37:06.650000
|
||||
CVE-2024-4485,0,0,a17cfa4722933d80511abd56a04af1bae7eb8520aa9f63c55cbf9d6379a7024a,2025-01-29T18:23:47.727000
|
||||
CVE-2024-44851,0,0,6abfc69b738de66078e20610415b56073c882cc1306851277a169c82063db87b,2024-09-13T16:34:45.413000
|
||||
CVE-2024-44852,0,0,a74f653fdb1ffcc2e84f3297ca4dfee5ab9454ebde7a4924894631ae74e9622f,2024-12-17T20:27:12.623000
|
||||
@ -269658,7 +269658,7 @@ CVE-2024-45102,0,0,086b5646abee52cd5a795c666a903f2baa0d41145313fbd475f1ed0df6e41
|
||||
CVE-2024-45103,0,0,a8c0055551f03e695e63b0973f1e941c9fcf8c5e34f2e57e30f25b4a4f7f650a,2024-12-13T19:19:52.410000
|
||||
CVE-2024-45104,0,0,3df80228db5c275f30b0ae9082e735c38b4d72283dadc8a224190c0e3a2a19ff,2024-12-13T19:19:54.233000
|
||||
CVE-2024-45105,0,0,64323ebf12b70b6f8728cc8df565272cd704a4098c6c244c86eaef22c3091a10,2024-09-14T11:47:14.677000
|
||||
CVE-2024-45106,0,0,110f284d1016d2eba9a993eb01fe55f3bb36a32c4e9f14dca795892cf5c080d7,2024-12-03T15:15:10.470000
|
||||
CVE-2024-45106,0,1,45db952f2d5b56a1d920f66bfb8ef8d8ef6755f058659b43214f23859f523f23,2025-07-01T20:29:26.263000
|
||||
CVE-2024-45107,0,0,1ea0d5c1bd67cdf6d3a08534b23b0fb704f78ad94e3b50c0d9f8e88e94d40643,2024-09-06T16:26:03.440000
|
||||
CVE-2024-45108,0,0,bf05a1816506ce0179c4451ae01c1e4e23275e43d6a8d6f6f704d1339d7fff54,2024-09-13T17:00:03.120000
|
||||
CVE-2024-45109,0,0,d7fa1ffb6eafaa1264db28388dfc82be7a72378fc999f5d1d6ab76cddbc35e9b,2024-09-13T16:59:46
|
||||
@ -269762,9 +269762,9 @@ CVE-2024-45206,0,0,d9e968acf0dd8b42fc18894be4d96b31b86b907e5133e5110d37345500c02
|
||||
CVE-2024-45207,0,0,c6ee04eede270568245ffcec461ab781dd5d887b6f188268b86eaa3a09be9e39,2024-12-04T16:15:25.580000
|
||||
CVE-2024-45208,0,0,db1fbdffa5214c693071c57618b5195bfb9a8bab8d8ca4cc65fac4eeef686294,2025-06-23T20:16:59.783000
|
||||
CVE-2024-4521,0,0,4a1a789411022da9e12743f86f636c858525a8f77c0a3180e65a51191dfff476,2025-02-19T18:01:20.563000
|
||||
CVE-2024-45216,0,0,0c858a01ee35c91ac1e5a46b34b1bd78a3671b8c7c394b48bf0907856ecc77c6,2024-11-21T09:37:28.690000
|
||||
CVE-2024-45217,0,0,6810c24892f2494e2f2c08a71fcaf1b8b72831c7bb6f78dcca7b6cc985b451a7,2024-11-21T09:37:28.897000
|
||||
CVE-2024-45219,0,0,0207d62ee0c22585aabf4fb4b193e85307879555f8f6463f2271db63160787f8,2024-11-21T09:37:29.093000
|
||||
CVE-2024-45216,0,1,a409e39e2e64d050771f416dcd29e4ec99d053af119629d20c842c9e04bc2f80,2025-07-01T20:28:13.847000
|
||||
CVE-2024-45217,0,1,0ced0ff12a653a2045a64155f85268ef0324a5ab6ae8ae734fc37d70a1b872c8,2025-07-01T20:28:31.793000
|
||||
CVE-2024-45219,0,1,c5fca14f01dc836191fdda4bf959941902b25cdf44bdc534147805d8143a86fa,2025-07-01T20:28:53.467000
|
||||
CVE-2024-4522,0,0,6ac6032b7539b74748c483812c14fddaec042807b04bfc95dc32bbbb6ab66e55,2025-02-19T18:01:42.270000
|
||||
CVE-2024-45229,0,0,e6f4b951ab4cb6557898e8dda5ef991ae18e79e9522f36029d01e34792e47605,2024-09-26T13:32:55.343000
|
||||
CVE-2024-4523,0,0,f9667d9c8dff9c78830880b93ef913c554fb43fba06893661a868e4fccaa7d16,2025-02-19T18:02:04.190000
|
||||
@ -270199,7 +270199,7 @@ CVE-2024-45714,0,0,c21a61c96d9ad07289ac1311a92c3e561bfa126cb238bbc3e6ffd66427ef2
|
||||
CVE-2024-45715,0,0,b59b14b28dcb4298df8d6640386a10aa143d80809296166ad7bdf16d746d8447,2025-02-26T18:47:19.923000
|
||||
CVE-2024-45717,0,0,b575beb45bb97ad466302a3dccc5d8dcfa46f4979fd443a555c6f8535e51957f,2025-02-06T16:23:40.557000
|
||||
CVE-2024-45718,0,0,fae355081d93d47b01921ee9564e86155829bdc64689b3f978e6eee5fe91f3cc,2025-02-11T08:15:30.953000
|
||||
CVE-2024-45719,0,0,6ca7636d4f46abcbe25b85f74f485dd396329e29ed902891ee416ba7b0049fcb,2024-11-22T21:15:18.130000
|
||||
CVE-2024-45719,0,1,c625bfdec244ae3d391b154a20cfd502608cebe4868f02e1eb451b91b4d12a46,2025-07-01T20:29:14.477000
|
||||
CVE-2024-4572,0,0,6754f54e88e479a744a4367c8d1d2577fd697a90d0783dabcb9fc508df61090e,2024-05-14T15:44:06.153000
|
||||
CVE-2024-45720,0,0,86d4750b1e78918e58700df1d654b8ff62a8695dc8bed3ada886779883536936,2025-02-11T17:22:19.050000
|
||||
CVE-2024-45721,0,0,6917c2d1b2bc73fb36472f298d33d6c9ed98edfa8bea3fbcf30879ab89bb50e7,2024-12-23T01:15:07.200000
|
||||
@ -272091,9 +272091,9 @@ CVE-2024-48352,0,0,0630b5d0648f49e8f5e7ffc77997954c036846dfd8121959ae1ed5204e695
|
||||
CVE-2024-48353,0,0,34e9ff7673ed1bf12aecd5dc4105de10e84686e2a42ad35030b059ca0e7a87bf,2025-03-07T21:15:17.203000
|
||||
CVE-2024-48356,0,0,ef2aef1550a0afc64a7022138c1ff4fd08adf4ccc7c1306118c8152e5bc66023,2025-04-22T20:24:36.477000
|
||||
CVE-2024-48357,0,0,3284ff9b8d317d6daecf48b9beaa51f3d027b6c47d7a259b1ab886ff41e81af7,2025-04-28T17:37:34.927000
|
||||
CVE-2024-48359,0,0,914f07ac0067ebe73fa8bc1005053b34fea4619e35e3f827bb17e346964c8c53,2025-06-12T17:15:28.417000
|
||||
CVE-2024-48359,0,1,a5fef8095331e53f20463374717bc75a7952d4bcbbe1889a37f8b652e359220a,2025-07-01T20:36:59.297000
|
||||
CVE-2024-4836,0,0,b46eb66373ee9c7205dc4e47a376290cfcc14a21eeef8a54f2457394680abb16,2024-11-21T09:43:42.437000
|
||||
CVE-2024-48360,0,0,6c6daf299bb8cdc3f96c6ac6bc999de87cf6af233183c310880173c9dfbb0ef2,2025-06-12T17:15:28.563000
|
||||
CVE-2024-48360,0,1,cbd4648d52b533950f6314046c59ad57de3b6240a2f9e5b8c6da38285f01b0c3,2025-07-01T20:36:49.963000
|
||||
CVE-2024-4837,0,0,bf6369bee9a6dfac96ce0733693f5a63eb4e5fe5734ee8dad577fcabd7825627,2025-01-16T17:05:52.440000
|
||||
CVE-2024-4838,0,0,c0d63d16282dd18c836e8aa545fdb45b66bb486d6db7456648ee8a63dd42b02f,2024-11-21T09:43:42.687000
|
||||
CVE-2024-4839,0,0,a7d79def0ddf9d653428a5a591ff65b460cad2e8b5231f743494cd8efe4a3d5a,2024-11-21T09:43:42.800000
|
||||
@ -273700,7 +273700,7 @@ CVE-2024-50375,0,0,56fac947e422fb64269f533486d0dc1ba9144509c581ce0bcf7e3c3e84436
|
||||
CVE-2024-50376,0,0,1c676d8cee989c82ac8ed765a7b894a6388eed787e438d8c71eaa753adab0d7f,2024-11-26T11:22:08.323000
|
||||
CVE-2024-50377,0,0,f6840753b5713fbe96faae600e2c62c2c1e93f11e2b524402c997c7946e91ee2,2024-11-26T11:22:08.767000
|
||||
CVE-2024-50378,0,0,900ee50327f5385f2403e248242013736ebb85dd213456a5c5c919b232de1cfd,2024-11-21T09:44:35.040000
|
||||
CVE-2024-50379,0,0,7e68067d30dcfaf8bc8731cde2fb510040b21b7dea6ed1e8b78e3f590b0ca619,2025-01-03T12:15:26.403000
|
||||
CVE-2024-50379,0,1,36f3bc68612a2a7d144183cd1ee2f7933a08c4a4cb8b715b239b34de0d715970,2025-07-01T20:30:01.350000
|
||||
CVE-2024-5038,0,0,58120a5c504a9a5dd9c3a22b44d30b89afa2b5f02020ba28c9cce702a8c38af9,2024-11-21T09:46:49.963000
|
||||
CVE-2024-50380,0,0,d4e11193f3f76d5180fce845278522bd8a63a21c96c16b2254e9955d09fc910c,2024-12-02T17:15:11.980000
|
||||
CVE-2024-50381,0,0,23b66c0a7e80cb6c3712b466f32400daa97e372a5c8ec65fc2a992d4a9e84030,2024-12-02T17:15:12.160000
|
||||
@ -275485,7 +275485,7 @@ CVE-2024-52897,0,0,81ad80051d1322a8bfb61db68a23039003246d955567fed9fc0a8a2a809d5
|
||||
CVE-2024-52898,0,0,d7b7f6b11bb044b80bea87d96314b701a1a2f838c26b331c4312588e6e64f889,2025-01-14T17:15:17.513000
|
||||
CVE-2024-52899,0,0,fd381e4ffbd82c5c3ae3119791a451a008b2780104bd8e38b6962694cf0bd562,2024-11-26T01:15:07.153000
|
||||
CVE-2024-5290,0,0,63b2ebbbc89fe3009e69f8f9e716432542a09cc7bbb7656b9181d2882b05d010,2024-09-17T13:09:13.683000
|
||||
CVE-2024-52900,0,1,eb5792f5cbf6bef0b7f202086fd8227cab024e3d455878961eaf67a9379ec510,2025-07-01T18:07:20.727000
|
||||
CVE-2024-52900,0,0,eb5792f5cbf6bef0b7f202086fd8227cab024e3d455878961eaf67a9379ec510,2025-07-01T18:07:20.727000
|
||||
CVE-2024-52901,0,0,36d188f2446e50c3cb0f73c4dc9bb8995fd68fc57b5b23eb83b9c2e8f4d32395,2025-01-07T18:16:58.680000
|
||||
CVE-2024-52902,0,0,a3380a1085a80da252bc071d60beac51ec60c4709d752c512c4410d14d967500,2025-02-19T15:15:14.660000
|
||||
CVE-2024-52903,0,0,6a0a9d233707a4bee917ab563344bae0e8b52d03b0bb6127ca20fa079cd9456e,2025-05-02T13:52:51.693000
|
||||
@ -275924,7 +275924,7 @@ CVE-2024-5342,0,0,c19ccffd3ff364daed28ff3ce4f3e63c62c97b909f79a312d9891c60f97a9c
|
||||
CVE-2024-53423,0,0,ed5e6f4c3c0fed5d53906280cf00f9afdb869719488d1d9f4f5f554e2cdae7ad,2025-06-03T15:36:02.130000
|
||||
CVE-2024-53425,0,0,fcd149d99e9f74ac38439947fe93ee54860a005dec0bf8524e3cb3476f6ecb46,2025-06-13T14:27:14.820000
|
||||
CVE-2024-53426,0,0,9339130e86a75243ea176c2c1911663d0047bd370b4ea0fccb09719eca2c3ad9,2024-11-26T18:15:20.330000
|
||||
CVE-2024-53427,0,0,7046890ce65dccc1bf63a6a08e048f989a61810260a23dacfa371c3a036c1add,2025-03-28T17:15:27.420000
|
||||
CVE-2024-53427,0,1,665cab1a87338735bfa14895aa804571c469700a08ddecedeb11d81178a272de,2025-07-01T21:25:24.020000
|
||||
CVE-2024-53429,0,0,eaa70acb2843e8489abf02d5796dd8a314b9b85961845be919325cda159f0f76,2024-12-03T16:15:23.833000
|
||||
CVE-2024-5343,0,0,a520df0d2c87c5fe35335a1b343c956cc8dcf1b7b7959b5acc51996bdc11fd0c,2024-11-21T09:47:27.647000
|
||||
CVE-2024-53432,0,0,91200366caef4fd477ae549a4b97936ab0103419821400acdfe9619ad1d645ce,2024-12-04T16:15:26.240000
|
||||
@ -276869,7 +276869,7 @@ CVE-2024-5467,0,0,2029498ebdad4a454f5caa2d83ff2ed9d9f9d3c1e65d4417cbe9e14c059a84
|
||||
CVE-2024-54674,0,0,545e92efc26fab029b2ecd902e6764f6f53f740b5b32d49c4c8440f2592a5a00,2024-12-05T19:15:08.947000
|
||||
CVE-2024-54675,0,0,14b4e742326580d47a2a009f3e3f65a46d84415cc785ea77b3a28630132c9018,2024-12-05T19:15:09.100000
|
||||
CVE-2024-54676,0,0,b5b7d420cd4ed87050405582622d66b2d4af3200bafb6ce1d7afb612057ed853,2025-01-15T15:50:39.987000
|
||||
CVE-2024-54677,0,0,43639e3cce47828de8f5d3942380054f46a84c8c85aea6f5cbf0d6992ae70379,2025-01-31T15:15:14.050000
|
||||
CVE-2024-54677,0,1,2d65cb75dbcdd718e6227c1b21270b0e4ba66d4019fdd1667e19fabfe05cce0a,2025-07-01T20:30:21.807000
|
||||
CVE-2024-54679,0,0,381ad7e6890c67d9b6c47b47a43cd175dd5b1319ea7d6b78a90445a532dafd14,2024-12-06T15:15:09.693000
|
||||
CVE-2024-5468,0,0,83f1a353a5b95b83c36aafd7fb0e880d8454855ef6bbd816a181cff50dcb4279,2024-11-21T09:47:44.527000
|
||||
CVE-2024-54680,0,0,35de272aadedefb9fe2150473fe91853673556cc34650aafd51e1a47b19e994b,2025-04-02T16:15:35.587000
|
||||
@ -277784,8 +277784,8 @@ CVE-2024-5652,0,0,da5e0aba357bd8fa7b5b0e931bc848bd0b9a30a1c28d30b4f779d7d5574188
|
||||
CVE-2024-56520,0,0,ff4fb3d2adb6c71c503d044fa0b3b3389f24638650ec092efa0e72e1ef66ddd5,2025-01-02T20:16:07.280000
|
||||
CVE-2024-56521,0,0,88e607002029058d1c36aaeed8def5b23737aab26d2e1d1534c8cd6fd989d0fd,2025-04-21T15:25:11.430000
|
||||
CVE-2024-56522,0,0,866e9a130691f2c53a41b4770256d8b9f29a10af180f3828b3faa29bbb2d7dd6,2025-04-17T02:12:05.617000
|
||||
CVE-2024-56523,0,0,b6dc2d7341a378cdc519239ae89f5be1ff8128e31b3409c826a94059991ea124,2025-05-12T22:15:19.373000
|
||||
CVE-2024-56524,0,1,6c5ff89ff56991a93a507e6876c929d42cb08da5ac7fac261a6639ac5fa98d1a,2025-07-01T19:51:36.820000
|
||||
CVE-2024-56523,0,1,cfd2d7c9367038fac8f872ed04a842801684f740e8b8b0d668f688e623e4cade,2025-07-01T20:03:38.823000
|
||||
CVE-2024-56524,0,0,6c5ff89ff56991a93a507e6876c929d42cb08da5ac7fac261a6639ac5fa98d1a,2025-07-01T19:51:36.820000
|
||||
CVE-2024-56525,0,0,d6729633b717b4b202a836c9421934b16a82f4fe7ee35b2e24fe7351b6d5cc20,2025-02-25T15:15:22.190000
|
||||
CVE-2024-56526,0,0,443bce7e56851b95217ae059e38c7392b91825788a8e9192e13ddebdade62b21,2025-05-14T14:15:26.157000
|
||||
CVE-2024-56527,0,0,540fb10753c50bcd99e6b94f338f3ca0dc9d10ea4a864e4ebbb2f21f748be91b,2025-04-17T02:17:42.413000
|
||||
@ -279330,7 +279330,7 @@ CVE-2024-6284,0,0,d66a6eecb8be9796faa76cb9dd891101b38ce44d3d2ed445f25d8249801b78
|
||||
CVE-2024-6285,0,0,1fcb29e9b241d3d9823a549dedf67c28f15777f793819e6797d2c31a7c00b940,2024-11-21T09:49:21.247000
|
||||
CVE-2024-6286,0,0,ffd2afbb00733d4c7fc744cedefad53f57376cf3d621db15d1c498d811afdf30,2024-11-21T09:49:21.390000
|
||||
CVE-2024-6287,0,0,40f3c985baea6ec05334f3fce731768f0d81911c304f1a2e44209c982888aaa6,2024-11-21T09:49:21.517000
|
||||
CVE-2024-6288,0,1,ef17471ad1a487380d965589f0fdd0f82c35813c4517292fe3f9275a5385b0e4,2025-07-01T18:15:24.303000
|
||||
CVE-2024-6288,0,0,ef17471ad1a487380d965589f0fdd0f82c35813c4517292fe3f9275a5385b0e4,2025-07-01T18:15:24.303000
|
||||
CVE-2024-6289,0,0,320ce941c6e2296a32373b80e2225481febb1eb5ce32eb77f8cf3cd8c2340f26,2025-03-17T16:15:23.660000
|
||||
CVE-2024-6290,0,0,ecbdc53f91b6c561a5db09710186acd2b3f3ef9b51205410ab3ba731edcf64a9,2024-12-26T16:26:22.763000
|
||||
CVE-2024-6291,0,0,66d2b2d54c02e96dc13691c90aaf7f945837bdc6a98aacbc87b63c22a02825cb,2024-12-26T16:26:31.473000
|
||||
@ -286565,7 +286565,7 @@ CVE-2025-22824,0,0,fb201e5b5828770ff11d00a29d3f8e00f0da01f397b44ffb8e7c8ad29623f
|
||||
CVE-2025-22825,0,0,c21ca5713a1aa3bda508edf6d7ba0513358e0245a32198c391997dcabc4fdcfb,2025-01-21T14:15:13.060000
|
||||
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,1,39a5b744d6ff5c4f03f42f17e0533fcee6d93dac275e60dd6fdcc63387201f7c,2025-07-01T19:20:38.217000
|
||||
CVE-2025-22828,0,0,39a5b744d6ff5c4f03f42f17e0533fcee6d93dac275e60dd6fdcc63387201f7c,2025-07-01T19:20:38.217000
|
||||
CVE-2025-22829,0,0,3662c3bc884d675084da546eb13c74d9a6a238afacf8274c9e041b48044df509,2025-06-12T16:06:29.520000
|
||||
CVE-2025-22835,0,0,5a3dcbb0db6caed0d293b2385a1d98cd90d73989d0608fc471dc171b2ccb9358,2025-03-06T18:08:28.420000
|
||||
CVE-2025-22837,0,0,44b033dacb8e2726df0092d557d37995eccde71edf39d22fec862e0e0c807b9a,2025-03-04T17:38:12.983000
|
||||
@ -288448,13 +288448,13 @@ CVE-2025-24994,0,0,4507db8b58ff63f4cced354b10983db828e9608169ad713c019e60c252704
|
||||
CVE-2025-24995,0,0,5941a6bfacbb23c8364db7fae58b60ff3ceb520bc5c6aa455cb355669359e491,2025-03-11T17:16:36.490000
|
||||
CVE-2025-24996,0,0,76d859fdbeca0832f33504130bbb93876c7c278e86d0f29396967ce06056d54e,2025-03-11T17:16:36.803000
|
||||
CVE-2025-24997,0,0,518312c5725fe48f17f67f709c2db44e4ef3aec37deaac9bec9cd39823dbbe4c,2025-03-11T17:16:37.103000
|
||||
CVE-2025-24998,0,1,4262bc96ce2b6e05f6849c126ea689fc44693d43af2595ee7d0710bb628d9c8d,2025-07-01T19:59:22.330000
|
||||
CVE-2025-24998,0,0,4262bc96ce2b6e05f6849c126ea689fc44693d43af2595ee7d0710bb628d9c8d,2025-07-01T19:59:22.330000
|
||||
CVE-2025-2500,0,0,a6043607d8b546e4e3d11137f41d864bf5b90968dcbcaef444b85e9236b7d771,2025-05-30T16:31:03.107000
|
||||
CVE-2025-25000,0,0,d5ec8035d195406518f39319cbcf905fba8c6f7fd5b0c53e90332d3f680df9f2,2025-04-07T14:18:34.453000
|
||||
CVE-2025-25001,0,0,c45cc763a1547fefda7795f8d11522125ff7003c83cf07f197d3b95e585aaa2a,2025-04-07T14:18:34.453000
|
||||
CVE-2025-25002,0,0,12f8033c4f78f1fc2a11a22d65139dde5cad0f892f0f27858d617011f4499917,2025-04-09T20:03:01.577000
|
||||
CVE-2025-25003,0,1,a2a585e04d9c1239bd64f5cb0e334d9064012820912dc87ae209326972283dbd,2025-07-01T19:48:27.057000
|
||||
CVE-2025-25008,0,1,58aa92f4123b385493f32ed358ec483bfe704b502c2023ef745e3cc4a3d40e90,2025-07-01T19:48:03.127000
|
||||
CVE-2025-25003,0,0,a2a585e04d9c1239bd64f5cb0e334d9064012820912dc87ae209326972283dbd,2025-07-01T19:48:27.057000
|
||||
CVE-2025-25008,0,0,58aa92f4123b385493f32ed358ec483bfe704b502c2023ef745e3cc4a3d40e90,2025-07-01T19:48:03.127000
|
||||
CVE-2025-2501,0,0,b88e6d23c5ab944162eb989f85baa8515946f4b0b4bb397d5de06dbaddedba6c,2025-06-02T17:32:17.397000
|
||||
CVE-2025-25012,0,0,0d23512206a0d3ecfc062ff5e916756c8a8e50239fbd6a69099c1591d9b4748f,2025-06-26T18:57:43.670000
|
||||
CVE-2025-25013,0,0,8b0fcb6890b87ced02ed7f1e0ef615815bf6fcf1ec3fd1005c85d59a010589fb,2025-04-09T20:02:41.860000
|
||||
@ -288619,7 +288619,7 @@ CVE-2025-25179,0,0,85fb447806670ebd1c5d1bfbca1f8c6323a5c7423a40bb05e292c30fd3389
|
||||
CVE-2025-2518,0,0,b7aea7127772fbba46618ed78636e981667805aec3f5c03abb88aad4c0369aeb,2025-06-09T18:59:23.160000
|
||||
CVE-2025-25181,0,0,aebe0b9a6314ff7a9f4a4ab410e1c6b1bc48e96ec20a3daea50dbb87c370c597,2025-03-13T14:31:11.140000
|
||||
CVE-2025-25182,0,0,6fd347398e5cc83c7bcf9c93dfa3366f2e8e0aced29c81495217dd5d01f504cd,2025-02-12T17:15:23.857000
|
||||
CVE-2025-25183,0,0,9f610c42840d8f1123d400fa738e85280ed4290b29d92e2aa642daf493197632,2025-02-07T20:15:34.083000
|
||||
CVE-2025-25183,0,1,3626a9aba8a6e2c608ec6fb792ce87d3e5c235a5d35f29a1c187ee88a447f311,2025-07-01T20:58:00.170000
|
||||
CVE-2025-25184,0,0,2da8803a7b31a0463a88b6351bc585e918c07913590e0cf3e756bba1e93f2c10,2025-02-14T20:15:34.350000
|
||||
CVE-2025-25185,0,0,c8c4d7e6195c01462e561bb86641e48ff6d1c60670e8947883ec1f9d28a5a115,2025-03-07T20:43:41.007000
|
||||
CVE-2025-25186,0,0,c422218bc2b3a51bb7e35622bef2d3f79367445faa61fc891c243b951694bb43,2025-02-10T16:15:39.457000
|
||||
@ -288732,7 +288732,7 @@ CVE-2025-25355,0,0,ec2a794520ae75d22fabcfb38a52ffaf9173963e387059ab2ce0d1d9b5964
|
||||
CVE-2025-25356,0,0,0eaa4c481eace739405e37ac8872e49e25549e9d6fd6ad7ae3b6c02ea89fec17,2025-02-14T19:38:41.850000
|
||||
CVE-2025-25357,0,0,6ee1cd3a9f7f323b5c37547d52a4c5ca928da63fb7a31ff1e85142032c6e3241,2025-02-14T19:38:15.303000
|
||||
CVE-2025-2536,0,0,6c8f59f7c1397de65b62b4e0ffba855ba6e95346e685349bc06dd79321df747a,2025-03-19T19:15:50.560000
|
||||
CVE-2025-25361,0,0,3adabcc693bd17f108b4ea7e367ae02cdbe64d5d15c0a1382775c83d7fb0906b,2025-03-07T20:15:37.673000
|
||||
CVE-2025-25361,0,1,ab5487e6525fba97cdaa6e1a0f8b716e301d7d8c84bf950dd0be8f38acf86242,2025-07-01T21:23:28.040000
|
||||
CVE-2025-25362,0,0,9160a912ca56a1054e5859a92806843225ad5b9f9e234071c901687ebe5f3620,2025-04-02T13:15:44.063000
|
||||
CVE-2025-25363,0,0,43354a7cb9bff3855f8f3fb76446678d9f4fbbe0b63ea75c7bf197f67b82fb32,2025-04-03T16:43:59.040000
|
||||
CVE-2025-25370,0,0,0004e75a70fb8fefe15298fe8d144dfc437806874eaf1f1e5fdd0c34aa1ae94b,2025-05-16T14:43:26.160000
|
||||
@ -288752,7 +288752,7 @@ CVE-2025-25403,0,0,0d231ea68090ad249aec4fb809acb9214a05b5a8286dff9de6dea9c4c4a4b
|
||||
CVE-2025-2541,0,0,8b40d977637776f3c1ad0d2a3abc23dcbbe36312db577f03daa69ece2feadda8,2025-05-06T14:09:58.370000
|
||||
CVE-2025-2542,0,0,051c9ac38dc3845e54472e78eedda96552f7a8993cf83d4a7f290489b845369f,2025-03-27T16:45:46.410000
|
||||
CVE-2025-25426,0,0,043ed78d1255726a8c379dfc6192ee220afde45c7f17f5d2ce1fa82d8af2ddd2,2025-06-12T20:34:26.123000
|
||||
CVE-2025-25427,0,1,f67c72effb92e3a7277c183f45630fbce2605b758b829203a8bdec73a0c0d796,2025-07-01T19:15:25.807000
|
||||
CVE-2025-25427,0,0,f67c72effb92e3a7277c183f45630fbce2605b758b829203a8bdec73a0c0d796,2025-07-01T19:15:25.807000
|
||||
CVE-2025-25428,0,0,79fb151efb97e130bbfa79b0bbcfc44da7193a41a5ce0a076bfa19c94c34d52c,2025-05-21T16:07:18.457000
|
||||
CVE-2025-25429,0,0,b9afdc04989ab198365b781f4430c4c1a523a5c604d13253fb334819cc1b0cac,2025-05-21T16:07:37.823000
|
||||
CVE-2025-2543,0,0,e89290715b7ff44fef4dfaed136aca0776aa85b6a60156361d49a21cd6e6377f,2025-04-29T13:52:47.470000
|
||||
@ -289222,7 +289222,7 @@ CVE-2025-26512,0,0,27e124c5aa10b0f0b92c8ca055b8cbe842cdfbec5e8c61f840784c35c80d5
|
||||
CVE-2025-26519,0,0,189b0c6946f901ee4eed556955000825a3005cbd4fd73b84bf5b1493f77b4b5d,2025-02-14T17:15:23.090000
|
||||
CVE-2025-2652,0,0,ae6e16616be52d3538ce00377479a8c5ef0414a0c53d8e7631810155f48f2da5,2025-03-26T15:16:11.270000
|
||||
CVE-2025-26520,0,0,292c9caba6f38831a4be980034f0f7cdde695fdbb1f85a1136d15679c0c9d4ba,2025-03-03T14:52:47.173000
|
||||
CVE-2025-26521,0,1,fd20b5b7184a5cb3f1f4b37e36c8028f2cc4ac8c5025bb01dc135901c8c56cdb,2025-07-01T19:25:25.777000
|
||||
CVE-2025-26521,0,0,fd20b5b7184a5cb3f1f4b37e36c8028f2cc4ac8c5025bb01dc135901c8c56cdb,2025-07-01T19:25:25.777000
|
||||
CVE-2025-26522,0,0,15654b8dc281e5e95b6cb8d0b0449d89135cfca68e40163629b408b401b71985,2025-02-14T12:15:29.583000
|
||||
CVE-2025-26523,0,0,9eb8004a3f0db5f271f82a4160bc199ec38e8d40fc177becbe2105cc644170be,2025-02-14T12:15:29.723000
|
||||
CVE-2025-26524,0,0,e4675579756d8bf50fc8a11fc92dcb6c0f4393fb284e95c0369d48074177af48,2025-02-14T12:15:29.887000
|
||||
@ -289337,7 +289337,7 @@ CVE-2025-26624,0,0,933774cf8883da910c74db2937793adaa8c4da49496d875f26d7c862a7576
|
||||
CVE-2025-26626,0,0,832135365afe9b165e627d6f2e660894eac8d147d041aabc91e7f8de0d91e92c,2025-03-14T13:15:40.077000
|
||||
CVE-2025-26627,0,0,4f3d1d8e79c6467c58c4d783e1debde01a13c4c8b3f1ff7ec91bf1fb4fe28399,2025-03-11T17:16:38.930000
|
||||
CVE-2025-26628,0,0,3ef9d34b1a957a131ae438f9c81a203cc837d937275f2ab779c58380b1f3f3c1,2025-04-09T20:03:01.577000
|
||||
CVE-2025-26629,0,1,d7909e57e369cf30c4eb3c1d9be9f434b1a2a1835b5633c1421c050a2e180c2a,2025-07-01T19:47:53.467000
|
||||
CVE-2025-26629,0,0,d7909e57e369cf30c4eb3c1d9be9f434b1a2a1835b5633c1421c050a2e180c2a,2025-07-01T19:47:53.467000
|
||||
CVE-2025-2663,0,0,bb2e386a580857b1a31be399208ccd1d5cbb1c9b410383698e701b51d8c0a71d,2025-05-13T20:13:53.563000
|
||||
CVE-2025-26630,0,0,af7d7e5fa840c887baf50d5c1735f7aa1619e17d1764c67afb65d807890e6865,2025-03-11T17:16:42.820000
|
||||
CVE-2025-26631,0,0,59a2f45a7814bc8caf629a43c5f1ff123b906077fc8e25801290af954c09035d,2025-03-11T17:16:43.110000
|
||||
@ -289491,7 +289491,7 @@ CVE-2025-26819,0,0,265b05b0b6b085ef27d0e218dd5a0f79b1864b8a6c0004a23e6fa9575a3cd
|
||||
CVE-2025-2682,0,0,2752a65988b3863d7a45ee987fddf79791d381048daa6b25c4250582b0aa5801,2025-03-27T18:14:29.287000
|
||||
CVE-2025-2683,0,0,2a30219a6ca600e48094959637e1955a0a92823a69eb1043499a9243f9329494,2025-03-27T18:14:24.227000
|
||||
CVE-2025-2684,0,0,c68c1de9e68d7a1f4bc46ffdfab3160e23231a011eacbe114465b36f0a974c49,2025-03-24T17:18:54.283000
|
||||
CVE-2025-26841,0,1,5a5c89436fea1b94805b84c143ab03fc9655c7047c6fa444e657ee26c704c257,2025-07-01T19:35:16.800000
|
||||
CVE-2025-26841,0,0,5a5c89436fea1b94805b84c143ab03fc9655c7047c6fa444e657ee26c704c257,2025-07-01T19:35:16.800000
|
||||
CVE-2025-26842,0,0,9b4218acdc446e6ddee8d0ecbad9258d88932b1f1f85427a3ef63a61110883e0,2025-06-12T16:49:28.977000
|
||||
CVE-2025-26844,0,0,c7f823a5341a5aaa1b82d35007342cfdc9d15b3bf2f89777496817ecdda5217d,2025-06-12T16:47:10.690000
|
||||
CVE-2025-26845,0,0,6a0252cb0727520fc9bfeb74ce1f3c20e2f0c5f1d1135d6e194102008eea7fed,2025-05-16T15:39:14.403000
|
||||
@ -289504,7 +289504,7 @@ CVE-2025-26853,0,0,b4d501221b958b69b8680b27722da7876f60455a590dcd68bb308199eb3f5
|
||||
CVE-2025-26856,0,0,7824298cfc11aa81d23219a23487dd842dd5c11d44f90723ef1786188c90cd64,2025-02-20T06:15:21.673000
|
||||
CVE-2025-26857,0,0,6f21fa82e13fdcc7bcb7f3ef6dda5171a735ca4141e7c0df0340f6e37550898e,2025-04-16T13:25:37.340000
|
||||
CVE-2025-2686,0,0,eb80a0c8f7b31a5582d2e1c5cc77c14ca573ee9db201a3a963e2f24b2e246438,2025-03-24T06:15:13.127000
|
||||
CVE-2025-26864,0,1,11dbd438fa8cc2de48a0071af1544cf0169f6aa85a02abc7c63dffa9c1db1ee7,2025-07-01T19:23:28.797000
|
||||
CVE-2025-26864,0,0,11dbd438fa8cc2de48a0071af1544cf0169f6aa85a02abc7c63dffa9c1db1ee7,2025-07-01T19:23:28.797000
|
||||
CVE-2025-26865,0,0,c055b532680def901b5795f9bbdbc88ecc0c3250d4a0014180a7ab105addfa30,2025-06-23T18:37:09.027000
|
||||
CVE-2025-26867,0,0,900e8308b09fa66458596a477a705584c383378c4a0e02b6d99d86dff629f4e0,2025-05-21T20:25:16.407000
|
||||
CVE-2025-26868,0,0,cba4f0d0c27029718e2b50a126041299a77ea3636d837c9614e50e9855b0878b,2025-02-25T15:15:23.903000
|
||||
@ -289736,7 +289736,7 @@ CVE-2025-2715,0,0,9b86d209899e100764be1390e15dd32c759d3c6ac90bee191f2f3abd07adc8
|
||||
CVE-2025-27150,0,0,84e05225efa8e3530bf3e9b4d6d8cc0590f0913d7edd820f58c7a162101240ec,2025-03-04T17:15:18.663000
|
||||
CVE-2025-27151,0,0,fe9855ad81984c7ac9f1613f45f102c59260a06a6813009192d8ccb50f91b2d0,2025-05-29T14:29:50.247000
|
||||
CVE-2025-27152,0,0,0648b2f50e1454bf7df312f45bec2e233def1fe7ff128aed2d0f80c1402a5bdd,2025-03-07T20:15:38.560000
|
||||
CVE-2025-27153,1,1,77ed937c4fdacc7f626e765ccb2e25fbe9f81f57b77c411fc5af2e20a8e3ae3b,2025-07-01T19:15:25.970000
|
||||
CVE-2025-27153,0,0,77ed937c4fdacc7f626e765ccb2e25fbe9f81f57b77c411fc5af2e20a8e3ae3b,2025-07-01T19:15:25.970000
|
||||
CVE-2025-27154,0,0,1e975d72bebdf47d7d7a2300b98253c7dc68fea542f552a8278b41ed85b5f742,2025-04-07T18:24:53.463000
|
||||
CVE-2025-27155,0,0,fe50098f1c1a4fccdc1685634a60bb1b96134199c7cebbbfad4a6dd5f2e55f84,2025-03-04T17:15:18.833000
|
||||
CVE-2025-27156,0,0,33b6d9723415e694fa28b1d8626d7c8b8845f954a5d4bd5c78c2f38f267b7027,2025-03-04T17:15:18.997000
|
||||
@ -289951,8 +289951,8 @@ CVE-2025-27407,0,0,1d15654ef204c91cd32beae5fe1b20af01b3f98dc702fb1b2edea51c8a7ee
|
||||
CVE-2025-27408,0,0,93737553abae903ea76018e61e22703521d366acf436a7c85e20d8d3f4423a3a,2025-03-04T23:15:10.897000
|
||||
CVE-2025-27409,0,0,7899b370f53e8b2cc1b09d374fe154f138d17108fe8ab338c11b9d2b531b64cc,2025-05-16T16:29:40.663000
|
||||
CVE-2025-27410,0,0,a05a17639c1b1b86ae196b7a01c237a501afb172d4aaf15631790229df7af6ab,2025-04-16T13:04:55.890000
|
||||
CVE-2025-27411,0,0,5b882a30b799ba7befcc921460afe2fb6694b3483dca58add31e257cdbc8a331,2025-03-05T16:15:40.310000
|
||||
CVE-2025-27412,0,0,ee8b5ebccc787fa776d90c33f22508f31fee3e6cd100e15b62919c768dafba1e,2025-03-05T16:15:40.457000
|
||||
CVE-2025-27411,0,1,3bd4ed764ef9798e55c5589c69b0ec3143852cbf67da8142cbec2c50fec6d2f2,2025-07-01T20:38:15.100000
|
||||
CVE-2025-27412,0,1,42e63dfdeb56194f47a1b4d071314e5bceb3ff2c0863fc4767eb6726e7636db7,2025-07-01T20:38:33.160000
|
||||
CVE-2025-27413,0,0,901ab9fc882b4366423c047bdeea935afc9bf8effedd07ad327e793c91f3782d,2025-04-15T20:27:24.010000
|
||||
CVE-2025-27414,0,0,929fb75122881174d77a5f272353ca474f8f31f3e2150b8f4eb15693c5e1bce0,2025-02-28T21:15:27.957000
|
||||
CVE-2025-27415,0,0,5c13e45a51ec2cff72537e412ce1ec86fb678a4cb1991d54966cfc60572ae3df,2025-03-19T19:15:47.257000
|
||||
@ -290941,7 +290941,7 @@ CVE-2025-2978,0,0,bc4380f95f371c41dcc2fc7eb6a03c6377f0461f17640f5324fd410b0fd6f5
|
||||
CVE-2025-29780,0,0,3f4344500d740252b7365e0690ae4abe59605b1a5689a12595ae0031d06c80ce,2025-03-19T16:15:32.320000
|
||||
CVE-2025-29781,0,0,9602edcc5b5c6ecdfd105a84695ee56cace470c55953ae06faefbf1153141afd,2025-03-18T15:16:00.747000
|
||||
CVE-2025-29782,0,0,642561341fd441d3b75649151bd8fd2cc9789f9959ceab4d0a40abb896c0a19e,2025-03-25T20:12:23.047000
|
||||
CVE-2025-29783,0,0,45d2b00d8a588bece93df8bfaa38fd733283ba2670cda9e32612d412a0ff1e78,2025-03-22T01:15:30.443000
|
||||
CVE-2025-29783,0,1,9f764230af242a7b4329fb9168d8606676de44a4346aaabfcd6cc88ee297b328,2025-07-01T20:52:17.273000
|
||||
CVE-2025-29784,0,0,9f5fac5d056c47dae0ae6358dac107544bc727213e81bb0b162611aa4d061032,2025-05-13T15:41:25.090000
|
||||
CVE-2025-29785,0,0,2cbe485be23ee814c53626be0e7e3be97d8ad1aa5967aef8df2c0e83edf7c61f,2025-06-02T17:32:17.397000
|
||||
CVE-2025-29786,0,0,451b93240c4543f3def3ea2c9521ecc2be3354f0b552d41bf2a019283f00a79d,2025-03-17T14:15:22.237000
|
||||
@ -291172,12 +291172,12 @@ CVE-2025-3013,0,0,2510a4bfa4128f19ce6014fbf27f574c71d4567996b6fa0082d5c4fc5dc4ca
|
||||
CVE-2025-30131,0,0,48cc9249b145343a1d826c6862b4f3898e5f9b7cdaf4782dcd42b94484c18a40,2025-06-26T21:15:27.980000
|
||||
CVE-2025-30132,0,0,6dd8c4b2ac9edac69820a35ebc388d786aab74afcd8113c3b2124d47b6d5313e,2025-03-21T14:15:17.687000
|
||||
CVE-2025-30137,0,0,098aef1c3a2b56ae0bd3f7cd4c3ba2daa5151c1c497ad5404ed49f32de8e9e0d,2025-03-25T17:16:24.817000
|
||||
CVE-2025-30138,0,0,83aa1d57612a741bf6f8d83571e5eab154debd0cec6fc852bdac2ca81686a43b,2025-03-25T17:16:25.520000
|
||||
CVE-2025-30139,0,0,19a6832cc0d48ef2bb632755375beb375b320f81edd673cd77c34bcc9d3af65c,2025-03-25T16:15:26.627000
|
||||
CVE-2025-30138,0,1,9fa28d7fa01e997e5a64ee93aec7c0a3da921cc92eb56f2732f560e57959db1b,2025-07-01T21:04:41.963000
|
||||
CVE-2025-30139,0,1,794a8ed576c200d973e171c267b1bdb15d241bacd55c4c23ee4ea8be50f2f795,2025-07-01T21:04:40.120000
|
||||
CVE-2025-3014,0,0,a1dc053e5be0681e8da33822402737d8f3d49e245cfef41fc0814a48fa6b8ede,2025-04-01T20:26:30.593000
|
||||
CVE-2025-30140,0,0,40d47d2ba3727c4c6dd0f83768544499f903829613dbe0d0ec5c51abd50ed37f,2025-03-25T16:15:26.790000
|
||||
CVE-2025-30141,0,0,49d744280d5f4a5b5f9a75b72814e7590ec03809c4171eae625bf37c5f9df3c0,2025-03-25T16:15:26.960000
|
||||
CVE-2025-30142,0,0,ab4ea307752cecbf7ee2920a88d6cf27c902f9a2253fe2552c697a3a42a3a43e,2025-03-25T16:15:27.130000
|
||||
CVE-2025-30140,0,1,1e7ed7ff2f46deba424d4d005a0541d848105bb5c1d2492765038bd6716dffa8,2025-07-01T21:04:35.360000
|
||||
CVE-2025-30141,0,1,3caac76c11c2bdb1870699b9ed4cbf995f42f146ec0b7c10f053916f61cea93a,2025-07-01T21:04:38.610000
|
||||
CVE-2025-30142,0,1,265e9aaf8ab9cf712730f2705282dcea021ad5955811ed1a7a508ab7032d2b46,2025-07-01T21:04:36.893000
|
||||
CVE-2025-30143,0,0,c72031c589e36c3d2604bcb120ba9a6dd94ff4f6eee14259c749d5630ebbfba8,2025-03-17T16:15:28.643000
|
||||
CVE-2025-30144,0,0,15bf5f8218ba2223682697484bbc86f902d5a148eb49e6248d7c2412b7737d74,2025-03-19T16:15:33.080000
|
||||
CVE-2025-30145,0,0,4724eaf693cf6f55ca2058dcc9758b531f790ac5ea92275ba56c8a1103967642,2025-06-12T16:06:39.330000
|
||||
@ -291614,7 +291614,7 @@ CVE-2025-30670,0,0,7ddcc50f8117fbbfe0aa389df6861a35821f3879e9bc77660e33b25b2eccc
|
||||
CVE-2025-30671,0,0,446c356ddda2d884479f2b9e2a9211d99a48925d40d190f1c798d21f83cf08ac,2025-04-08T18:13:53.347000
|
||||
CVE-2025-30672,0,0,7b25b22d01762d96bbb92d7f9b4ff321d758096279d5762a652a254e9748a797,2025-04-01T20:26:11.547000
|
||||
CVE-2025-30673,0,0,e292e0371f10baa0dbb2b4b3b206efd65282a8bcd608d5d5a448633581759121,2025-04-01T20:26:11.547000
|
||||
CVE-2025-30675,0,0,1d8656658a21efe1726e8377ecc87af9f683aeca61e708c1da230f2e7c67c310,2025-06-12T16:06:20.180000
|
||||
CVE-2025-30675,0,1,d7a2b03058fb153c1b8145444fa0322094b66b17f0cba816595a662b39434d79,2025-07-01T20:14:05.047000
|
||||
CVE-2025-30676,0,0,ceae9d1688a0e72430787d7128f6d694b9018bc11170a6b76293ff501632e3ba,2025-04-29T20:52:31.980000
|
||||
CVE-2025-30677,0,0,ac691303aa13f8ca9aabebde82f77f60d124e3f5ca096d5288780405b88472c8,2025-04-09T20:02:41.860000
|
||||
CVE-2025-30678,0,0,886ff47d60eb6276c111174e9fa983413ad4a9f1cbdf85e6486faf7804031aeb,2025-06-17T20:50:23.507000
|
||||
@ -292517,7 +292517,7 @@ CVE-2025-31694,0,0,ca7b6a12f88250e41157726afe1e54fba9ef36ba52e8894f4db4aa7871bd1
|
||||
CVE-2025-31695,0,0,044b0f435e7672f738ea051c11db83a00ebaff63dbdb68e706b7dcc13acb90b6,2025-04-29T16:15:34.097000
|
||||
CVE-2025-31696,0,0,7181c70430e7f11f94551e571b933443a77c74627eab2d3af9d5a2722d8bbb8e,2025-04-29T16:15:34.243000
|
||||
CVE-2025-31697,0,0,d2f6e5dae8beddd7adbc933b42660d8199d000a2c4970c75b74c3c6a7e4fd487,2025-04-29T16:15:34.633000
|
||||
CVE-2025-31698,0,0,30a29fd362650d15d4ccf41cf0020e29fe236e7f4d8dded0c68ba9847e2b5a15,2025-06-23T20:16:59.783000
|
||||
CVE-2025-31698,0,1,87c4ddeb0134fca1c51de33abe36496f95c1af2daa78c31dc17300427f35b06a,2025-07-01T20:14:42.687000
|
||||
CVE-2025-3170,0,0,afb2bda5dd4e3285c33c62d49a05a12fd30d05e815744685a436b70b7583067d,2025-04-08T20:52:02.413000
|
||||
CVE-2025-3171,0,0,facd85de14a5feadcffd67276b1dd3aaa07eb8c0a878fc188d12f11d57d8217c,2025-04-08T20:43:42.857000
|
||||
CVE-2025-31710,0,0,66b943a0cc10a097358c13445d1f5df7386c2942496f3871e72b75f2365fb784,2025-06-10T15:15:23.847000
|
||||
@ -293132,7 +293132,7 @@ CVE-2025-3246,0,0,d943818b43557c9519758b844725afa009508b574d2bbdf1c927d75056c761
|
||||
CVE-2025-32460,0,0,16cc364f1c655bf6f21d50384a646311718edc25ee850ac035bf3b1975d34030,2025-04-09T20:02:41.860000
|
||||
CVE-2025-32461,0,0,8bce56f6863b74eaac27069424b18b802ee4aeb8905aa3153fdbbd924c0604dc,2025-04-09T20:02:41.860000
|
||||
CVE-2025-32462,0,0,a309ececf239aee95a89125e1696e62b0fc00af3b051db9b1cd63d6a014410bc,2025-06-30T21:15:30.080000
|
||||
CVE-2025-32463,0,0,e2bcba3bbd676b15a73d5a9dbee641cdb1f40c7ff5ce9acdf12cca8c8e66d0d9,2025-06-30T21:15:30.257000
|
||||
CVE-2025-32463,0,1,98417fb284c58418e259db7e14ac9953febb04833814b958a16cab82581e2b55,2025-07-01T20:15:24.673000
|
||||
CVE-2025-32464,0,0,d585900889b901117e0fe728cc5e64b12123c28db643e71ecaab58b67603729d,2025-04-23T22:15:15.460000
|
||||
CVE-2025-32465,0,0,18f0254fcddc6f93884de750d3f2429ec4adc6fe5d4e9076904035e514a09681,2025-06-12T16:06:20.180000
|
||||
CVE-2025-32466,0,0,d6dc52d19056c6857b8d7b1ad7b39f71f723d971a207e33753f74fea4bed0bab,2025-06-12T16:06:20.180000
|
||||
@ -293830,8 +293830,8 @@ CVE-2025-34065,0,0,e5ccebc5015aa337c868fe1f2501027802bc61b1abfd0e4d56fa143e375d1
|
||||
CVE-2025-34066,0,0,e842a29ab2f3e4fb1c5967ce835a31039690adb918fedd189b06d8faa73a3124,2025-07-01T15:15:25.327000
|
||||
CVE-2025-3407,0,0,e5cceac7b7d945db6bab90635fdc2ec04fc23eea7f5eaa5ff6a3dce8910502a2,2025-04-08T18:13:53.347000
|
||||
CVE-2025-3408,0,0,a88be7d5c921572f767d8ba3e6ebc652be3930b6ee80cf6e4b3b3197df125283,2025-04-08T18:13:53.347000
|
||||
CVE-2025-34080,1,1,0645af92852c4c75a352979a10036d36cc531562915f2b81600076c5490ceabd,2025-07-01T18:15:24.487000
|
||||
CVE-2025-34081,1,1,d696ccc2eacf212028f355783a4b82494f5e56e1a84e1ce50916672890cde099,2025-07-01T18:15:24.627000
|
||||
CVE-2025-34080,0,0,0645af92852c4c75a352979a10036d36cc531562915f2b81600076c5490ceabd,2025-07-01T18:15:24.487000
|
||||
CVE-2025-34081,0,0,d696ccc2eacf212028f355783a4b82494f5e56e1a84e1ce50916672890cde099,2025-07-01T18:15:24.627000
|
||||
CVE-2025-3409,0,0,f59095d51838a53941b8bd9796d34dc98a766466b963796da5b26614478f737a,2025-04-08T18:13:53.347000
|
||||
CVE-2025-3410,0,0,c70ad1f10853e4bee6dfe4932ecd12d3acdcade7cac158141968cc85be8d2fc1,2025-04-08T18:13:53.347000
|
||||
CVE-2025-3411,0,0,8cff3e75ab7d8c8c3df6b9fa01111f95a8fb7002f322628e53333c48f3625fa7,2025-04-08T18:13:53.347000
|
||||
@ -294157,7 +294157,7 @@ CVE-2025-37095,0,0,548306b50795731dc5b60cc61287457cda97af8c1838c1288092ea043e398
|
||||
CVE-2025-37096,0,0,78aa33aa6c14b79fab9fdbbfe82eac38fd3ab2a2406b66867916373e1f7d70de,2025-06-02T17:32:17.397000
|
||||
CVE-2025-37097,0,0,292a1d43ae472647d44dd5b39b4ad8edbe31c0eba297cdbc6fe988f335fe723a,2025-07-01T15:15:25.470000
|
||||
CVE-2025-37098,0,0,95cb86c5eef296a62dd04b26f15930cd5f734eaaf609b8e9dff49dc3a5d65e14,2025-07-01T15:15:25.643000
|
||||
CVE-2025-37099,1,1,88fa93292d2fe5248dd41ae272ed75f499c34942181d8a755c03c589be1349a8,2025-07-01T18:15:24.763000
|
||||
CVE-2025-37099,0,0,88fa93292d2fe5248dd41ae272ed75f499c34942181d8a755c03c589be1349a8,2025-07-01T18:15:24.763000
|
||||
CVE-2025-3710,0,0,0a7778bd78e4f22f022c252525488d49274bac6d5b6fae8773984217c6dc6eab,2025-05-28T03:15:21.150000
|
||||
CVE-2025-37100,0,0,88b9ad7c7695f3a4670adb22647dcc8cbf099c03d5439646676dc63333e683a5,2025-06-12T16:06:39.330000
|
||||
CVE-2025-37101,0,0,611db152f3bf6fbbe88c02a9c7c1f7f719963d9f48f127e010121dc26484aa06,2025-06-26T18:57:43.670000
|
||||
@ -295898,6 +295898,7 @@ CVE-2025-44998,0,0,f1cb20085e6ad15afab179cb443903adcddb0c447c4e2857ef8052b5a5ee7
|
||||
CVE-2025-4500,0,0,b252739c7e43e1ed91691824353b7e97e2316b3cdd7ea7ee228d50eda984af82,2025-05-16T14:16:47.373000
|
||||
CVE-2025-45001,0,0,5f4f05269038efb99ff482c55824e423af834b14d21d110122e4124de52aafd2,2025-06-23T14:18:43.410000
|
||||
CVE-2025-45002,0,0,4062797d30f697271410ee1f345875504aece31b398023f8c0ae9a198b60b968,2025-06-23T14:15:58.093000
|
||||
CVE-2025-45006,1,1,7880864e0989e18bfc55e11c35008451058a9a5b0ea0bef59ca4a11434d457af,2025-07-01T20:15:24.993000
|
||||
CVE-2025-45007,0,0,5a942b67af458dcbffcc204143a4774311c59d5ad4885c5c55fb7d9c1ebbeebe,2025-05-09T13:45:28.627000
|
||||
CVE-2025-45009,0,0,36c5cbb0f37a55a2bcef11b942052fc47923af5c699055a488196b4ed54c3a22,2025-05-09T13:45:16.187000
|
||||
CVE-2025-4501,0,0,2714d56986429b577c90c5115348855d531ee85270c1ad90311b312266b13026,2025-05-28T19:25:52.347000
|
||||
@ -295918,9 +295919,9 @@ CVE-2025-45055,0,0,e5d1642005209a692bee6ae7046330e80677a4e4d42d7e617bd6fdcd6cd60
|
||||
CVE-2025-4506,0,0,3568a707dd9c5fac6d63b0c6b8838d459b084b79c1362aa32745d2610deb51f5,2025-05-13T18:57:05.830000
|
||||
CVE-2025-4507,0,0,33f4384ad7f5c6ae0814fbe9ad7d28d34a5df203f685c4d49210c635ef2aae7e,2025-05-13T18:56:22.283000
|
||||
CVE-2025-4508,0,0,db75cb6eae1dbf24ca832411056b3b5c74810bdb70cc1a4953a84729f52cd4d0,2025-05-16T17:26:39.940000
|
||||
CVE-2025-45080,1,1,c0b14148229652d0215510567a6198cc626aecb22bfd60820d776002f11a8dfd,2025-07-01T19:15:26.853000
|
||||
CVE-2025-45081,1,1,2416b0cf75179ed1705ff983b3414ca9275a681df51faf476d556fca0885d9e6,2025-07-01T19:15:27.020000
|
||||
CVE-2025-45083,1,1,6844c96b88ef5a55b9b396254402962d71016d5a21c027c1d2a1b86de562f7a2,2025-07-01T18:15:25.160000
|
||||
CVE-2025-45080,0,0,c0b14148229652d0215510567a6198cc626aecb22bfd60820d776002f11a8dfd,2025-07-01T19:15:26.853000
|
||||
CVE-2025-45081,0,0,2416b0cf75179ed1705ff983b3414ca9275a681df51faf476d556fca0885d9e6,2025-07-01T19:15:27.020000
|
||||
CVE-2025-45083,0,1,626428de5605fe3a6fee1f918083567052f6bbac67aa40e3ac66996664252768,2025-07-01T20:15:25.203000
|
||||
CVE-2025-4509,0,0,28c3c9583e63582b64ca7b966859b5f9d1f5b6d8261bfd4eb06afed1868ba345,2025-05-16T17:23:05.657000
|
||||
CVE-2025-4510,0,0,50fe2f41c100bf30a7a331cb71fdad04515b698453cff88a3298bae68fb6f5b4,2025-05-12T17:32:32.760000
|
||||
CVE-2025-4511,0,0,1cd8de156a18d60c30afe7accc623c4dda171fb7e4df21ae36b00099268e3485,2025-05-12T17:32:32.760000
|
||||
@ -295939,7 +295940,7 @@ CVE-2025-45239,0,0,991350366fb0c83185e15ef1dc4c822dd146409f9225ec787d11246fc9506
|
||||
CVE-2025-4524,0,0,9f2ebfa9f8ca01d98c78b645fd8edee7f81ea49ceedcaa7d6aa7658167675b4b,2025-05-21T20:24:58.133000
|
||||
CVE-2025-45240,0,0,6c0fe819ab7a4c1498c5fdd6d23a12d4d5c435ed3c03b2f01a54119a7edb3de9,2025-06-12T17:44:27.277000
|
||||
CVE-2025-45242,0,0,091207a637e01f16df70ef5f92ff2ddd497dba1d44742f24f47b6101007a10bf,2025-06-17T14:12:39.773000
|
||||
CVE-2025-4525,0,0,e5068efff3345b6299bf1d3b4c556a2d330551e5529391b80301dc64e770c372,2025-05-12T17:32:32.760000
|
||||
CVE-2025-4525,0,1,eb1bc88e508a9dc0ef063458f6617d08c475ecdab66a43189154339412d0f344,2025-07-01T20:23:37.497000
|
||||
CVE-2025-45250,0,0,625ca51f603879f08bd2836e530fd42b14dcc1deb45bffc7c3261bdfd84f8b70,2025-06-27T15:33:18.710000
|
||||
CVE-2025-4526,0,0,f2bf7395bd181059c847672fe1aa1c5f9c6c13bc21884d0e91df36f089d2f9b6,2025-05-12T17:32:32.760000
|
||||
CVE-2025-4527,0,0,a52594613ee9894c6b796cc904a25558bc2c540a54050c8b311cca8beeb7d288,2025-05-12T17:32:32.760000
|
||||
@ -295972,7 +295973,7 @@ CVE-2025-45428,0,0,a55753fec0ea61e23d5357aef97cfebf259250af906a54fae9de1214ab7de
|
||||
CVE-2025-45429,0,0,32099a126e41e157c073e4b282e42326bf59a85e3c0de57c5dd11afb3e22532d,2025-04-30T15:48:51.963000
|
||||
CVE-2025-4543,0,0,dc39b45289657c0f8047a24080b1a0f6af24cd36e67011ecc21691be9eb02e99,2025-05-28T15:46:01.440000
|
||||
CVE-2025-4544,0,0,6a43d7f36aac234126cdbeecf3f1adda4cf97682779e9e46f5d9798cfbcb8b3b,2025-05-22T18:24:37.697000
|
||||
CVE-2025-4545,0,0,5ceabe8438452584083f66ed38c5cdf2a869c526505a0a469a055b79ab37e2e0,2025-05-12T19:15:52.037000
|
||||
CVE-2025-4545,0,1,0027a192b923ef7ef8843a5c7cd1663bc87319fc40a1a00255412f7ef0be3662,2025-07-01T20:12:36.177000
|
||||
CVE-2025-4546,0,0,0cea7bb386a5dc75622be5eefe915e6aacb6f0a3c4ee86c146e363f983939c46,2025-05-12T19:15:52.150000
|
||||
CVE-2025-45468,0,0,1f9ca402c698f9398e2cfc09460d45546d3a5c4644d69b2590973d05b1fe61b5,2025-05-23T15:55:02.040000
|
||||
CVE-2025-4547,0,0,5a9f97c59a5517a42eb37b2bfaeb218892d8ce2e6447168e1978702b9836490b,2025-05-16T17:19:47.520000
|
||||
@ -296026,7 +296027,7 @@ CVE-2025-45661,0,0,0e20e96b84d71f79af2b00427e27793cd9647ed73c7004357e7252dcc2988
|
||||
CVE-2025-4567,0,0,121a90467be941d9ad01a97d3e24fb32b96a7e829013a214205341e8c0284209,2025-06-05T14:09:17.020000
|
||||
CVE-2025-4568,0,0,a7dc4015dc0dc8a1d051ca0a0c8659f2aa00a001767db9893b5b3f88ebbd1af5,2025-06-05T20:12:23.777000
|
||||
CVE-2025-4571,0,0,cfaf6e0f0966147161fbd50ba7ab7242473c58c0fee9a367c407b586b3a394d5,2025-06-23T20:16:59.783000
|
||||
CVE-2025-45729,0,1,06be15248618c3ff93c4c46939eb1599b4520127edd7c0f5a530b5db10e33c3f,2025-07-01T18:16:07.600000
|
||||
CVE-2025-45729,0,0,06be15248618c3ff93c4c46939eb1599b4520127edd7c0f5a530b5db10e33c3f,2025-07-01T18:16:07.600000
|
||||
CVE-2025-4573,0,0,0d573fb0cacdd281e28bc5c9943a8fc5e68cc59a1800ffb046dd0a624e090a9c,2025-06-12T16:06:20.180000
|
||||
CVE-2025-45737,0,0,6baae94abdeaca96f8062136b86f29ff9a054c9d0570a6ba0f8f01afc7ff31d0,2025-06-30T18:38:48.477000
|
||||
CVE-2025-4574,0,0,a936e70ea81d08570f1b370d85f904e33ed32b85014f55e350943da2afdfcfb5,2025-05-16T14:43:56.797000
|
||||
@ -296183,7 +296184,7 @@ CVE-2025-46253,0,0,b25f3cee4a5e94813fb7283f6e435befe966b21315e8df614c830de7a5580
|
||||
CVE-2025-46254,0,0,5e703cc2f27dee605c5157342c085d9f1bee15259d5841a98b801a9b78337a6f,2025-04-30T14:59:42.390000
|
||||
CVE-2025-46257,0,0,102a2bce34ccefb008234ba4c3190038bdc8bdd330652d74979f44140909868c,2025-06-05T20:12:23.777000
|
||||
CVE-2025-46258,0,0,388cb9d09f26009208d2977b70cfa942acd81286338987f98926c7d27c7411b1,2025-06-05T20:12:23.777000
|
||||
CVE-2025-46259,1,1,2523c3f8ba31978f49b9e69251d57c93156db04fc2467851c5f24730fc73dfca,2025-07-01T19:15:27.197000
|
||||
CVE-2025-46259,0,0,2523c3f8ba31978f49b9e69251d57c93156db04fc2467851c5f24730fc73dfca,2025-07-01T19:15:27.197000
|
||||
CVE-2025-46260,0,0,de05a0a1a6df47faa889a46f36513cb0a0e28fdfce45e20918b1c808a2fd7912,2025-04-29T13:52:28.490000
|
||||
CVE-2025-46261,0,0,f73cf724c402394b3913a420df099a6b766492bce3124de0e7d9c6a51320fc7a,2025-04-29T13:52:28.490000
|
||||
CVE-2025-46262,0,0,3a9f12ab6eb5cdcf6fa62ad6d3121c10d8abb7bcf9a3b5a5fed9a42bb0613e1c,2025-05-21T20:25:16.407000
|
||||
@ -296463,7 +296464,7 @@ CVE-2025-4670,0,0,b10edf3b6f71bdf8699eb65a94c6cf4caaaea0ef9ffd3b5514b32f41c78e11
|
||||
CVE-2025-46701,0,0,deda192404567412c4b0078d632358a2acbdb043d7c4dcfd46aed0b54a6719a4,2025-05-30T16:31:03.107000
|
||||
CVE-2025-46702,0,0,d1ab937fb30e915c7e9133ebcb5751e7f07ed315846c44ab666d182f882d7fe9,2025-06-30T18:38:23.493000
|
||||
CVE-2025-46707,0,0,25b93670e6a6b3d37fde8442d9b8ca90d7d51eb289402b4a8749ff46d96ce33c,2025-06-30T18:38:23.493000
|
||||
CVE-2025-46708,0,1,744d37e3badd856ca529c8e683d603043b39effdc1c03fdf5e624c5ed73777eb,2025-07-01T18:15:25.280000
|
||||
CVE-2025-46708,0,0,744d37e3badd856ca529c8e683d603043b39effdc1c03fdf5e624c5ed73777eb,2025-07-01T18:15:25.280000
|
||||
CVE-2025-4671,0,0,6a90a1a21db3f0dd064a3ae6cf47d91b222f79983dd36d1d7a9509d95c189f20,2025-06-04T14:54:33.783000
|
||||
CVE-2025-46710,0,0,a9a6fb252c7f2d0fcde6d5629e5edd5a8bfd6a2beee2b468fbb826cf520f8f78,2025-06-23T18:15:21.103000
|
||||
CVE-2025-46712,0,0,0c073dcafa656dd770ca6df4993eba5d01868e4680b3acd34dd6f33ce4c7aa2a,2025-05-12T17:32:52.810000
|
||||
@ -297180,7 +297181,7 @@ CVE-2025-4771,0,0,098fa6c5f50ab00bca1e41fbaecb02800df7623ac7bf2fda48146206c10d34
|
||||
CVE-2025-47710,0,0,efb080a2ca87d31fc53e84646807eb619dd8ffb84063c97064b1c37508c6b60a,2025-06-10T15:24:50.570000
|
||||
CVE-2025-47711,0,0,cd0cd0839029fe88b2e3ca6584eb0771016e7b9cbe8f0d13a6f9daa569e9f469,2025-06-09T12:15:47.880000
|
||||
CVE-2025-47712,0,0,73fcd09f4e3d2cabf36d575ffae12f2e7ff419512158e76b224b6378605f28c3,2025-06-09T12:15:47.880000
|
||||
CVE-2025-47713,0,0,b0c1b9cda000ea989a739a655f9deae7f39d468553d2bfd6087bea297401a3e1,2025-06-12T16:06:20.180000
|
||||
CVE-2025-47713,0,1,b5e4f389d91cb333f601a68751b3d0a2d990299db4c30cf27a374e9f652767cd,2025-07-01T20:13:19.260000
|
||||
CVE-2025-4772,0,0,d0f3fa4362a8236e85b8ffd939fd0423a16232ac9a4ecc1b20eb2790c7640e3f,2025-05-21T20:59:39.237000
|
||||
CVE-2025-47724,0,0,c392ae279a9c6e1324e9d9c71628ad9f2bd31920b4d617428838fa9f83dc2fa5,2025-06-04T14:54:33.783000
|
||||
CVE-2025-47725,0,0,889f3515c44952cf57a8d17f0356726e20588e99515827ba927156d41cc6af64,2025-06-04T14:54:33.783000
|
||||
@ -297260,7 +297261,7 @@ CVE-2025-47824,0,0,617de01fd6b12cbd35d4743a2e9e8f619ee5983c2015e2f0bf0a04b2b627c
|
||||
CVE-2025-47827,0,0,e8e7d1db0126d69a3b1ce4ce3cd4a43b2b63ba3f83e4b78ec9433a4d6806ed2f,2025-06-10T15:15:25.270000
|
||||
CVE-2025-47828,0,0,164436fe84b8d833a71f3fa8e7f3f39b64e2df889f4579512ca4cd1f99b4e769,2025-05-12T17:32:32.760000
|
||||
CVE-2025-4783,0,0,bd5695c741cd6c06c07a958617e5fade1eea7d7c38bb9f2f382e0e33491cd176,2025-05-28T15:01:30.720000
|
||||
CVE-2025-47849,0,0,b0b867c975fc11a7a699ddf939309031205d4114d024fa26b8a4ef197aa72b0f,2025-06-12T16:06:20.180000
|
||||
CVE-2025-47849,0,1,bc08621090cca52530114175f6f343b46c0d3def6a94fd4bce7f17e67fcdafe1,2025-07-01T20:13:33.813000
|
||||
CVE-2025-4785,0,0,11af03bace6c1c04331c5dddb8e99f128f61109ba1a035e35492e3dbcae57560,2025-05-21T21:00:19.110000
|
||||
CVE-2025-47850,0,0,6ffc73421957f99914a384dd377153330e8c59407b63d74450ed145d56da1d54,2025-05-21T20:24:58.133000
|
||||
CVE-2025-47851,0,0,bae42746a3d0b7b8a748ca2f4220c01f83bf85343adefcd6c74910e655b0981c,2025-05-28T21:13:48.670000
|
||||
@ -297550,7 +297551,7 @@ CVE-2025-48375,0,0,a336b6f54045934a866d6a5982610ed9417e98184a4cd79c1907033ed251b
|
||||
CVE-2025-48376,0,0,b2222f0eb287c8db7e58c9fb98619c60ee424f59867dd64930ca71cc59592087,2025-05-28T14:58:52.920000
|
||||
CVE-2025-48377,0,0,ee8c1299e113fea14e201e5015d0a51290adcea1df3a0a63edcdea68897f1b70,2025-05-28T14:58:52.920000
|
||||
CVE-2025-48378,0,0,cbf73c94993c9abe98d8488782020719977ef4cf3a106b5eb9d8b345c14208c7,2025-05-28T14:58:52.920000
|
||||
CVE-2025-48379,1,1,5f0274183e635633a1cb6cf744647fb3b0ecb48c0dedddfdd9098d95cc46c754,2025-07-01T19:15:27.353000
|
||||
CVE-2025-48379,0,0,5f0274183e635633a1cb6cf744647fb3b0ecb48c0dedddfdd9098d95cc46c754,2025-07-01T19:15:27.353000
|
||||
CVE-2025-4838,0,0,cca1a773a7995c2ad406db6e7e45380cc26c88e64223942ad0ce97b436093f69,2025-05-19T15:15:34.170000
|
||||
CVE-2025-48381,0,0,756a5877ed27d6f830d71523076b9f0b209034564b150120125feeff921c6b74,2025-05-30T16:31:03.107000
|
||||
CVE-2025-48382,0,0,fda2abd3eb2ff59b8a0db4b2d2d0e0568f8fbaa2c9c79701d2a0f694e0b39ac6,2025-05-28T15:01:30.720000
|
||||
@ -297761,13 +297762,13 @@ CVE-2025-48920,0,0,c443e19ac648bfe69c31e79bc1998d46349e50d790bd54c32a87884332343
|
||||
CVE-2025-48921,0,0,288324bbf02fdb97195d5c523eff975adb11ef00705d79f26d5a8a226b6205dc,2025-06-26T18:57:43.670000
|
||||
CVE-2025-48922,0,0,80037b16cbfb1647591b87b400e6df0d05dffacf95ab56177fbb82d277199771,2025-06-26T18:57:43.670000
|
||||
CVE-2025-48923,0,0,d227fe942ceb5ba34d9f59b0ac69d1e774d48b86c94ce664b2bd06527eb271d9,2025-06-26T18:57:43.670000
|
||||
CVE-2025-48925,0,0,21a2cb4f4a9620e34d454c14028a00f2b70dc9544a21aca3383488609c689c05,2025-05-29T14:29:50.247000
|
||||
CVE-2025-48926,0,0,7c30f38d95fc987bd6e8852b968a55a7e51032b7c79b54853568428b8d32ecb1,2025-05-29T14:29:50.247000
|
||||
CVE-2025-48925,0,1,2ca8c5014a5447d9ff23e38e48b59754d332d364ebaf313af3f5046ef4bcf94a,2025-07-01T20:15:25.550000
|
||||
CVE-2025-48926,0,1,99165a57eac9c7212e722246dc30f5b5af6a5cd669e86b52812eb9362ccdb116,2025-07-01T20:15:25.750000
|
||||
CVE-2025-48927,0,0,709ff3b5cba6df23c4ebbabd98b2844e61f0bb8547f17efd794502cb0ceeec47,2025-05-29T14:29:50.247000
|
||||
CVE-2025-48928,0,0,7ba375ddd8998eb609d743cb4f693d84a26c4763a04a9b38dce278a565c46b19,2025-05-29T14:29:50.247000
|
||||
CVE-2025-48929,0,0,265229a91b7a6064a6f10ff436e3cafa0b38a100c07daed2fca4cfe807ff7d4d,2025-05-29T14:29:50.247000
|
||||
CVE-2025-48929,0,1,a3b5f1f543d1d428f1157100d6a5effe20f78f806ecb50d3c02382fd2323c7f0,2025-07-01T20:15:25.920000
|
||||
CVE-2025-4893,0,0,54e02495de93e4ef21accf662f0317f964edb50845ae420a97b2a4554162eaf5,2025-05-19T14:15:24.647000
|
||||
CVE-2025-48930,0,0,0d72a8599fda8ac7c41fa2e2a45ee78a59bb9cfb75c1ffa11e4012483650d0b9,2025-05-29T14:29:50.247000
|
||||
CVE-2025-48930,0,1,52185c210fb7d9f505ff49be68e8b8af7200700898578b3f4428d57bf47f2542,2025-07-01T20:15:26.093000
|
||||
CVE-2025-48931,0,0,9a24a64e0ef76c1e8795f67a812a3665cb8357f39db23fd805f099443712bbdc,2025-05-29T14:29:50.247000
|
||||
CVE-2025-48934,0,0,da09fe1de5165be7f58b28c1117d7179188883881184896933b151cc78fe9312,2025-06-05T20:12:23.777000
|
||||
CVE-2025-48935,0,0,290e64ec3bef597e0aaf785c3f2a47773257f90fb9ee8de652ea401ad9b16be1,2025-06-05T20:12:23.777000
|
||||
@ -297779,7 +297780,7 @@ CVE-2025-48940,0,0,e926be5dfd68a2ca8f22b1d6590ba6a2e87ec22f343f0f3f40e3fab5d3cf0
|
||||
CVE-2025-48941,0,0,c23242aa7e301d29aff18e048486e28515881061d13426011646be2e4ccb060c,2025-06-02T17:32:17.397000
|
||||
CVE-2025-48942,0,0,4797f0c02de4657519bb993413c8243a4d5469c793e2db0c173ec7d3570d8a7f,2025-06-24T17:44:47.737000
|
||||
CVE-2025-48943,0,0,165886579356e3e99a1bb240153e831b5d2cf1cad716946a0a7cf288394e3310,2025-06-24T17:40:52.923000
|
||||
CVE-2025-48944,0,0,d04b86254668c0d13e0109f39ae5f5c21b3c97e45de2b9a6960a7a67fee0d56e,2025-06-02T17:32:17.397000
|
||||
CVE-2025-48944,0,1,632ee2e662f886fa0382315b0180da45fe6639562c8b0aa550c9329b0147f6e9,2025-07-01T20:42:13.840000
|
||||
CVE-2025-48945,0,0,e8fab1f3e9ad183013b63464cc83e53fb9481557f856de7b170a2d1e88c29c59,2025-06-23T20:16:21.633000
|
||||
CVE-2025-48946,0,0,18d7566e4b82943bae337077025bdcce1129b01eb962d14b0dff15c514c8a6f0,2025-06-02T17:32:17.397000
|
||||
CVE-2025-48947,0,0,d90b5aaaf4cc8c304986f18a8eb730316cb3d60dbefc90b199a5754769c3b731,2025-06-05T20:12:23.777000
|
||||
@ -298156,7 +298157,7 @@ CVE-2025-49710,0,0,fdef6b70e5300806b4a42e9567df3fa6452819f84b853bd1194cd77188110
|
||||
CVE-2025-49715,0,0,d350a971b67f9d6562ee1abd43003afbcfd7b9d445831ceec772b587e6084416,2025-06-23T20:16:40.143000
|
||||
CVE-2025-4973,0,0,a09baa9620620eb012f5ddd6b5ca6dd7efd75fb0c8b55678f3f3e6206d444643,2025-06-12T16:06:20.180000
|
||||
CVE-2025-4975,0,0,e6592341c2d044f9e5e990b69dac44d61e569344ba65d2de38b936ca41ba415e,2025-05-23T15:54:42.643000
|
||||
CVE-2025-49763,0,0,1b490cbbcd289d33b91921dbcfd30b0e343d244b660b80de89c48577a368796f,2025-06-23T20:16:59.783000
|
||||
CVE-2025-49763,0,1,0af081dbb26299df1f48d259e34c044de0c1d060bc0760fc96e11af62ca80deb,2025-07-01T20:15:05.673000
|
||||
CVE-2025-4977,0,0,935be558c641a049de0d5b17bd3afe70e433fc81aba4e94570f5c7e91d239ae4,2025-06-12T16:22:28.493000
|
||||
CVE-2025-4978,0,0,d687371ad5129a9bb5f335e51aa4bb2d4a1326e0f7b71156d03d5b7e69122f96,2025-06-12T16:22:12.217000
|
||||
CVE-2025-49785,0,0,fd0fa622bbf29f7044dd85605545512ef46620979dc70d00d503421325e1d0a3,2025-06-11T03:15:22.123000
|
||||
@ -298359,16 +298360,16 @@ CVE-2025-50349,0,0,15e0e70949273fa56afdfb5bd13043f639cdede12bd48e56cc46a914f6d4a
|
||||
CVE-2025-5035,0,0,1deb7e75a6c3e09c6c339251bdadee3dfedda027cf22bf3c096a61d9e90df423,2025-07-01T17:43:20.530000
|
||||
CVE-2025-50350,0,0,1fe6faf12b7080c1c398e14a73afbb5c087358ee13b1efe74b7782094aa01542,2025-07-01T15:56:21.073000
|
||||
CVE-2025-5036,0,0,c38e53ab36341883513f1bc0436ec7cb62abd108008baba46460fded702f863e,2025-06-02T18:15:24.783000
|
||||
CVE-2025-50367,0,1,11927bdde5438b4996a0e36a5bdb40e09ef92eca1ab5001c01636467314bc80c,2025-07-01T18:14:15.680000
|
||||
CVE-2025-50369,0,1,76505340853baf5eab5f1b048a33fc8b2f27e7032083b67ef77ba56fd5bda577,2025-07-01T18:13:49.520000
|
||||
CVE-2025-50370,0,1,8ec62a8b136f422328b09eb56f7ad1804d629a60f3240ad9673fb1c786991189,2025-07-01T18:13:30.903000
|
||||
CVE-2025-50367,0,0,11927bdde5438b4996a0e36a5bdb40e09ef92eca1ab5001c01636467314bc80c,2025-07-01T18:14:15.680000
|
||||
CVE-2025-50369,0,0,76505340853baf5eab5f1b048a33fc8b2f27e7032083b67ef77ba56fd5bda577,2025-07-01T18:13:49.520000
|
||||
CVE-2025-50370,0,0,8ec62a8b136f422328b09eb56f7ad1804d629a60f3240ad9673fb1c786991189,2025-07-01T18:13:30.903000
|
||||
CVE-2025-50404,0,0,b8e10c4c1e1ee8e1f80f9e4d55e5232cefd8aba6e7f84be43af8e96491fa0aa8,2025-07-01T15:15:26.043000
|
||||
CVE-2025-50405,0,1,db45012acd0b28e2596c103c737046b8fdc0c542564046d3afe83580a7ff0ff4,2025-07-01T19:15:27.513000
|
||||
CVE-2025-50405,0,0,db45012acd0b28e2596c103c737046b8fdc0c542564046d3afe83580a7ff0ff4,2025-07-01T19:15:27.513000
|
||||
CVE-2025-5049,0,0,44cfcf3aff795ef24e83417940f428248f6dbe73d228a2445e4d18a251d64c21,2025-06-23T14:51:34.223000
|
||||
CVE-2025-5050,0,0,18c722bc6b5f548b69eef0fffd3878fac15ddedca7de625378de12e31e056210,2025-06-23T14:51:31.630000
|
||||
CVE-2025-5051,0,0,5142d535b5dcabf799858265cb0a073c54ecb398a0506990f7cead12fe67b40e,2025-06-23T14:51:29.537000
|
||||
CVE-2025-5052,0,0,fb14f53f59872f2ab4cd272c068cbf989da6288adaf09d4f876ce8e48ca81915,2025-06-23T14:51:27.970000
|
||||
CVE-2025-50528,0,1,8f8da75737ab66f3177f14c38839d6c105602bd370899c8627aca21f82100679,2025-07-01T18:14:43.080000
|
||||
CVE-2025-50528,0,0,8f8da75737ab66f3177f14c38839d6c105602bd370899c8627aca21f82100679,2025-07-01T18:14:43.080000
|
||||
CVE-2025-5053,0,0,3d2b70b4aa9309898ac88338d0e45e48032f9ef01b4619e69e4f80270305e3ac,2025-06-10T19:34:33.830000
|
||||
CVE-2025-5054,0,0,68d095110a6b2be331697a8699cb10ea98d7a65a96add11ba5059f95d872a268,2025-06-02T17:32:17.397000
|
||||
CVE-2025-5055,0,0,2813a40f904a4d38c72314bdeb0478f12eb76957b4f05117bb45d588d4e24d35,2025-05-28T14:58:52.920000
|
||||
@ -298470,7 +298471,7 @@ CVE-2025-5165,0,0,b944072ac0091ca469e0b415fb7abdf162d341970b7082fcfaff9d04957c85
|
||||
CVE-2025-5166,0,0,c51ae421fabf1219a3900c58419bdaa5117f65f9603b27137cff53c0e0d61b00,2025-06-03T15:40:15.497000
|
||||
CVE-2025-5167,0,0,d0507ecf0b5b21e24f107649f2515c6afbb660790e07751f18cd594dd93f34bc,2025-06-03T15:40:34.607000
|
||||
CVE-2025-51671,0,0,e799dcb5c7f4e2c72e975ca6f751fefdaf18628907cc07caa283e469a95a7814,2025-07-01T15:53:21.097000
|
||||
CVE-2025-51672,0,1,e9ac7fb0b8689d514c7731fd7b55a9a807b757912d941a99aaf4ad5aedffa427,2025-07-01T18:03:27.253000
|
||||
CVE-2025-51672,0,0,e9ac7fb0b8689d514c7731fd7b55a9a807b757912d941a99aaf4ad5aedffa427,2025-07-01T18:03:27.253000
|
||||
CVE-2025-5168,0,0,74f02a822faaa8b5a46a78e41282b22e771403dfc5a44608e54bea89178ff6fe,2025-06-03T15:40:48.337000
|
||||
CVE-2025-5169,0,0,478bfc131e88e29d02dd1ccd61a9e6c142c0208ac4743abe27cdac119eac9f7b,2025-06-03T15:41:01.973000
|
||||
CVE-2025-5170,0,0,2d3c44ad97f24506915e1ae8aa2894c6137b30f378f725193e8dabaa89f599c6,2025-06-03T15:41:52.177000
|
||||
@ -298492,7 +298493,7 @@ CVE-2025-5185,0,0,38d3e8df6b4bf723f8b7c203881d74ed487013508bbfe062800873a9ef9389
|
||||
CVE-2025-5186,0,0,f1c0dc9e00200ceb159990b282fc6fc2adc0cb5ea875d85c26223f5d5865c3f8,2025-05-28T18:15:33.550000
|
||||
CVE-2025-5190,0,0,b83fcbe64867ed5f66064afe0985f0f8e1099ccb823b90fa56196e26e3f4bf39,2025-05-30T16:31:03.107000
|
||||
CVE-2025-5192,0,0,60cab63e53de16bf0d2b760f814c5b69c2d153aa1edfa79d1c5ac599f5bf94f5,2025-06-06T14:07:28.330000
|
||||
CVE-2025-5194,0,0,1b0730f6f49d3a91071c0d11e03cc8e050f6542e13e94195552569a227de513a,2025-06-30T18:38:48.477000
|
||||
CVE-2025-5194,0,1,b2eddc335c2f2fed5a97a27716cb5c7acb315f67dfd060111391c8f83e269c4b,2025-07-01T20:15:26.717000
|
||||
CVE-2025-5195,0,0,67ed4f2b8401a12100a4ab10d4477eb555cb25ae77229fa0c172cda09b715498,2025-06-12T16:06:20.180000
|
||||
CVE-2025-5196,0,0,e0938db7c97745bb3f3070e04c267d2314060f49f00cd38492cd5b468ae94740,2025-05-28T18:15:33.670000
|
||||
CVE-2025-5198,0,0,c8124bf615d24cf9474c96b9bd6d16252727b696641a4975ae527719f7fa40f3,2025-06-19T00:08:12.993000
|
||||
@ -298507,6 +298508,7 @@ CVE-2025-5207,0,0,e402cb7000c0d3ec5faf704526317d521bb7be7fab48c7474536b7fb38ce69
|
||||
CVE-2025-5208,0,0,9e9535cfb50c25096d995fee715ad33ab744750f67296c60cac7b3a386d28ef1,2025-06-05T14:14:06.397000
|
||||
CVE-2025-5209,0,0,1de988bb6fc9688228254af9049355449ffefba36f51df5a462735aed22ede34,2025-06-26T16:01:40.640000
|
||||
CVE-2025-5210,0,0,7f798974cbc440c4e4dd8009e513c3eb9007b33b9ead67a41eab0bd81192fbbf,2025-06-05T14:13:54.527000
|
||||
CVE-2025-52101,1,1,395b3e7d5108cc017c852b4339a03eb10c6ccf5f910ed3d6e67dd6f0c14a5b22,2025-07-01T21:15:25.533000
|
||||
CVE-2025-5211,0,0,8f4ed9a6be734738ba7e8af34dfd90276884a544fade7898e9f11540d4e9c7c6,2025-06-05T14:13:12.777000
|
||||
CVE-2025-5212,0,0,09bde77c0a73fbc6c1f35bedb61d3c4c409f9d9416e30903b1d4777f1733a256,2025-06-05T14:12:55.247000
|
||||
CVE-2025-5213,0,0,8262fd7ad3860a05f2599b6c82e670c892a52b241834cc36a8cbcfe508de4e0a,2025-06-05T14:12:38.577000
|
||||
@ -298527,7 +298529,7 @@ CVE-2025-5226,0,0,3f035f3ce096bd756bac1d05f7e172c640275b7f8d3eabff140993a51318bb
|
||||
CVE-2025-5227,0,0,bd9288f69602569aaf5c7c343359a30334456bbbf73bb80e888779abc798953e,2025-06-10T15:43:19.837000
|
||||
CVE-2025-5228,0,0,3a0e12218f95d959eba2cefb6ecb66602ccc213d47caf3fc54f472a731c4f49e,2025-05-28T15:01:30.720000
|
||||
CVE-2025-5229,0,0,1288da6b330c7645f72b24c3f896b277f2be20982fe0d52f419898332e513b8d,2025-05-28T20:38:08.080000
|
||||
CVE-2025-52294,1,1,2c61597f8d0d205138768c36cfae8bd00377590ea45b0b5409d6a0dc53cf24b6,2025-07-01T18:15:25.583000
|
||||
CVE-2025-52294,0,1,40d31450b599c5f33ce999a8ca5e603de18a821e4d0d5d5b263cef3517fac206,2025-07-01T20:15:26.430000
|
||||
CVE-2025-5230,0,0,9fadea541076e74f479fb5b5289a700110bb92230bc9a76add28f6c782b2ab5a,2025-06-10T15:11:44.053000
|
||||
CVE-2025-5231,0,0,933bca2cb9baedec07e689266f247371c054ab08b67bfc89de515eda8b6db129,2025-06-10T15:11:56.957000
|
||||
CVE-2025-5232,0,0,1b45026e75247a7322427bb058f27ed5717a2e44e9ed2a15532ca07a8f6c71a6,2025-06-10T15:12:09.197000
|
||||
@ -298766,10 +298768,10 @@ CVE-2025-53097,0,0,b4f020aa269a3e7b86908bda17779dfdc94eaacf2df957f9e5c8283f7aaff
|
||||
CVE-2025-53098,0,0,86a489c61d8b0c261dffdba74b45a8d7529ba3b5a0320954e472cd467c2a55fe,2025-07-01T14:15:40.843000
|
||||
CVE-2025-53099,0,0,900c6ee3f304a3b0b4863af10891138c50820c47beb370ecd9e68cda5e51a08d,2025-07-01T15:15:26.277000
|
||||
CVE-2025-5310,0,0,83a7b09238ca7875fa8ef57928e2bc09dd731a880c6ea88ea2fd5c6208a31ba0,2025-06-30T18:38:23.493000
|
||||
CVE-2025-53100,1,1,0957eaf5e4fc8de2731bf50517953bc944e2bf91ca7428796ab49a83a53e61d6,2025-07-01T18:15:25.703000
|
||||
CVE-2025-53103,1,1,efe8215c039d400270ab13492ca7c06590c24cc9c0acaaca8e82c42d5eef0b1e,2025-07-01T18:15:25.837000
|
||||
CVE-2025-53104,1,1,9017dfe00c32cf6d9dd5dbcf01f6690c772ff377202f46a05181499b298fe253,2025-07-01T19:15:27.800000
|
||||
CVE-2025-53107,1,1,48f48e6eaee01439197e7cb2c4ca8422c0eaee9c9af499d1352351cbf81c48f8,2025-07-01T18:15:25.990000
|
||||
CVE-2025-53100,0,0,0957eaf5e4fc8de2731bf50517953bc944e2bf91ca7428796ab49a83a53e61d6,2025-07-01T18:15:25.703000
|
||||
CVE-2025-53103,0,0,efe8215c039d400270ab13492ca7c06590c24cc9c0acaaca8e82c42d5eef0b1e,2025-07-01T18:15:25.837000
|
||||
CVE-2025-53104,0,0,9017dfe00c32cf6d9dd5dbcf01f6690c772ff377202f46a05181499b298fe253,2025-07-01T19:15:27.800000
|
||||
CVE-2025-53107,0,0,48f48e6eaee01439197e7cb2c4ca8422c0eaee9c9af499d1352351cbf81c48f8,2025-07-01T18:15:25.990000
|
||||
CVE-2025-53121,0,0,452a11a88aa03e4eee226f4894cf8a94c01a1ab011f47a5dff3c8c01af4c27ed,2025-06-30T18:39:09.973000
|
||||
CVE-2025-53122,0,0,477bd44f98af7d7d4b685b717c371fc27f36ea27551b16d30077948cba261625,2025-06-30T18:39:09.973000
|
||||
CVE-2025-5314,0,0,89fb547bc442d1c7b0e3de30287e2c10476e6102f1a375643ee20a30078929c9,2025-07-01T12:15:23.950000
|
||||
@ -299021,7 +299023,7 @@ CVE-2025-5522,0,0,a6f0feb7c3dd1459fe736f4f5982460ecbcab99d78d309661631c0ee8cbfc4
|
||||
CVE-2025-5523,0,0,5efa29e7b7bd4b4641984376098bb78d90287d527ffeb481b2aac415b7a4bb5c,2025-06-09T15:12:42.317000
|
||||
CVE-2025-5524,0,0,9b54382a0d40419b36cb1a6dfd4d91e27c5e0b8cc8a8a2eaa1401782bff3e506,2025-06-23T20:16:59.783000
|
||||
CVE-2025-5525,0,0,8a6fda70c73f8d7caf337b44e8088af73f34b5d808b601ef429b01e524913c40,2025-06-06T17:27:21.350000
|
||||
CVE-2025-5526,0,0,f665c273fac601d4cee75bca7d762033fd9bd3caef77ca3e5227767a2dea22e4,2025-06-30T18:38:48.477000
|
||||
CVE-2025-5526,0,1,a174e8658dd255fc2d8cf7c2e659920fec696982ec0b09d2d1efe9daaa3c5615,2025-07-01T20:15:26.867000
|
||||
CVE-2025-5527,0,0,23d619a74aea1abe1b9173eba88fa2a07d22ff2b8b371596fe573cc187fab574,2025-06-09T15:11:48.217000
|
||||
CVE-2025-5528,0,0,9ff6f51c97698d79ccf64d3644dee7c04924a371e5162b7f2b385dd7df42f941,2025-06-09T12:15:47.880000
|
||||
CVE-2025-5531,0,0,6d27f31038761ad0a1ccad441f88039d5d4e8afb6e2422d32c208713130619d5,2025-06-04T14:54:33.783000
|
||||
@ -299208,7 +299210,7 @@ CVE-2025-5727,0,0,233f39774007ec048ab823ce132d5d9a0383f240e79c4b766b8268e460e699
|
||||
CVE-2025-5728,0,0,a2734432c6d5c9718e73264aec800c40d10a3b1f503cc6a36bad0f61d236849e,2025-06-10T14:58:21.970000
|
||||
CVE-2025-5729,0,0,cbf15c12a32ee71e58b14fb7ddeab4ea9839aa7fe6f43bb43e4a6224f7c4508f,2025-06-25T20:41:36.720000
|
||||
CVE-2025-5730,0,0,d7cf0e46e5bf4b3cf9819e6569c27830cf201df4389a6e99a29cf7476a516726,2025-07-01T16:37:04.960000
|
||||
CVE-2025-5731,0,0,4680f3c04a9381f84e183de616f4345c79590109796cc83f676cb40d604def6e,2025-06-30T18:38:48.477000
|
||||
CVE-2025-5731,0,1,29f975e1fdbd1de9c3fb4b9a1cea52f5ab34d10fb3e9795a87783bc4ecc45e75,2025-07-01T20:15:27.053000
|
||||
CVE-2025-5732,0,0,e44c4abf488eb73f34cf4fc12053fa1034be5ba1cd633b45abb888bfd8cfede8,2025-06-10T14:58:00.633000
|
||||
CVE-2025-5733,0,0,f9414f378c72883d276dec17aff75405246e3e34329518fe5887772f8c216d63,2025-06-06T14:07:28.330000
|
||||
CVE-2025-5734,0,0,7cdd81331c25c23698c2a802d4084a8a8caa095eaafc613e4054697ce885751f,2025-06-17T20:38:23.730000
|
||||
@ -299414,7 +299416,7 @@ CVE-2025-6008,0,0,cf45d1b8877307f98a5e962959db4dd8b70df84c99522375a10c3d04cde082
|
||||
CVE-2025-6009,0,0,78abb2d4f36e6029b865859c44e8b3b2ae426316eb8bf2e15ca3e33565c4ca16,2025-06-19T01:25:17.743000
|
||||
CVE-2025-6012,0,0,26f2f66d87f45d6aa756cc004552cfa11ed42d44708395d664a6658fe8d21b45,2025-06-16T12:32:18.840000
|
||||
CVE-2025-6019,0,0,5477ec15a82be0c2a93ed9a3473af3a8dab5cb2afdbbfee75cdeb137fdc5af5e,2025-06-30T03:15:25.990000
|
||||
CVE-2025-6020,0,0,0eb1b34f712da7c9b1be1defaa6bf5af015e125590b9a89afa5edfefd750af1a,2025-07-01T14:15:41.260000
|
||||
CVE-2025-6020,0,1,b85ef9f6c5f5442f1d1ef504462147aaf9cf11c1d4e49c0627f985d711085c6d,2025-07-01T20:15:27.190000
|
||||
CVE-2025-6021,0,0,4d6c316d6b2265feaa5a1f1976caab5acbb233a1583e3791720a0a82dcf439c4,2025-06-12T16:06:20.180000
|
||||
CVE-2025-6029,0,0,e9108be7e98d0780991a9dbc9771d79381463de686ea76ad25b1212ca465841e,2025-06-16T12:32:18.840000
|
||||
CVE-2025-6030,0,0,e2d083f85b4980fab673be25fe64ff6c58fe5f2e84e15893b8c80d92f1561a4f,2025-06-16T12:32:18.840000
|
||||
@ -299570,7 +299572,7 @@ CVE-2025-6293,0,0,30342ac281aebc0a30969c59d523a1a3a2cc7a536dbaaadfbb8317c27c072a
|
||||
CVE-2025-6294,0,0,2f20bcf126712080bcfde5ea574f9107db7d0aaac3eeac826f2b5961068819f0,2025-06-26T17:21:26.107000
|
||||
CVE-2025-6295,0,0,c68657e703a32d8a27635af3bd0cbcf47590717c8db4b4d0b6e9b6fdea795c7c,2025-06-26T17:19:48.817000
|
||||
CVE-2025-6296,0,0,3199152674d281a8b0bfa9392ec2d741dc87f4294f9f5fd910f569a20facdf65,2025-06-23T20:16:40.143000
|
||||
CVE-2025-6297,0,1,546fd58bd43ac02228726c05947618b3d9627925bf9812bc9d83c75541bcfc9b,2025-07-01T18:15:26.143000
|
||||
CVE-2025-6297,0,0,546fd58bd43ac02228726c05947618b3d9627925bf9812bc9d83c75541bcfc9b,2025-07-01T18:15:26.143000
|
||||
CVE-2025-6299,0,0,0c5467d80bc58e4cc48c65f2c08fc824bcbb0be1a5cdf91f595765a0183ebb54,2025-06-23T20:16:40.143000
|
||||
CVE-2025-6300,0,0,e2ec6cf8b98712d407f84e21f599347de059cbe66e2eb84a9fc4eb6c7fb27268,2025-06-26T17:14:20.587000
|
||||
CVE-2025-6301,0,0,1a6a37865c9ad16879d590be6f25642d0cfa9abb4a67fa3b3dc503342ed3c79d,2025-06-26T17:09:26.040000
|
||||
@ -299763,7 +299765,7 @@ CVE-2025-6536,0,0,bd4abefc70387d924c3e572721c1a2fa7652203fc239516c5a7622b44e3bfb
|
||||
CVE-2025-6537,0,0,aba74773e54d847a6dcdd26b2482f0491c84acb0bd3df1fe9fb1f724c6b81a08,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6538,0,0,f0fdc75553b1c22679341e253db1da8954bb632a20495521f7de1f6b92741db5,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6540,0,0,152da5365eac22d0f26ca667fa5bb4d11854e502ffc4dd5d66492004a74f6967,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6543,0,1,614be473b1a9f0b696f8665a5ce20ebb99b6c34c213be6f11e91a24c2a2ce20d,2025-07-01T18:19:45.547000
|
||||
CVE-2025-6543,0,0,614be473b1a9f0b696f8665a5ce20ebb99b6c34c213be6f11e91a24c2a2ce20d,2025-07-01T18:19:45.547000
|
||||
CVE-2025-6545,0,0,4a2e9a49fc7908d94e6672d7a2b53a6f95fca2e09b0d849d624a1d4044dc33c8,2025-06-23T20:16:21.633000
|
||||
CVE-2025-6546,0,0,494de40d7df6c2443041022672d90acb8494a980877b137f48c23d5cab87487a,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6547,0,0,308fc321cf1c1a3e1d4bfaae0194d79b5c51460bd5056b984e695544d81bad19,2025-06-23T20:16:21.633000
|
||||
@ -299790,7 +299792,7 @@ CVE-2025-6580,0,0,9c9c406eaf321411d26b21ebf3fe36bf57118d92fad0a7472590dcf43c6c97
|
||||
CVE-2025-6581,0,0,024446554e8c7f8ceb68131338678b035b6b602a703f2c6df46795b745ec2e57,2025-06-26T18:58:14.280000
|
||||
CVE-2025-6582,0,0,1b21b74baac64cca879d3951a43e789d45f08ea5e0c350b20131f38a6c6ea69e,2025-06-26T18:58:14.280000
|
||||
CVE-2025-6583,0,0,5236e532d96d3e6c1210fcae751385a59030854a84ea2eef5ca44ba01158b99e,2025-06-26T18:58:14.280000
|
||||
CVE-2025-6600,1,1,18c93ff99719c5ec48af9738d3a033a9b63899c35f7a554b2af99bb79dcf44c3,2025-07-01T19:15:28.003000
|
||||
CVE-2025-6600,0,0,18c93ff99719c5ec48af9738d3a033a9b63899c35f7a554b2af99bb79dcf44c3,2025-07-01T19:15:28.003000
|
||||
CVE-2025-6603,0,0,94e8918af653fece9803c6dda129968de5b58a553aefbcdcb849847b69658ab4,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6604,0,0,c397cd3e0e84af2ca44d1258256446886d0ad89aa336321e2a2f841c51f0ae86,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6605,0,0,e839350b9ca50e3f3754128d2756b4989dc726435f3b952119e07fc0c0cf61bf,2025-06-26T18:57:43.670000
|
||||
@ -299812,29 +299814,29 @@ CVE-2025-6620,0,0,a58ab2b80e3779d32d4e3358d3d356ad6dfc021a674a6471533aa7b324e1eb
|
||||
CVE-2025-6621,0,0,31225189b3a0ed561d6ef4522df51388559053b3febb508a0b1393ddfa4112ad,2025-06-27T18:10:30.697000
|
||||
CVE-2025-6624,0,0,ad8986c87013536a274498ca793121da00adb88754b57afa396d119e431e868e,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6627,0,0,c950ca730fdda26763ea49bcaeaa58a8e259e8625f1aa8961e7113f9a899f207,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6640,0,1,a4c992d898d320b9fbc41aeee35836398a20e38bcfa076af892973b98a231d0d,2025-07-01T19:31:36.373000
|
||||
CVE-2025-6641,0,1,31699ed61befc504bc8c13dbb1ea193c366fe903345564eb35e59296c5939e55,2025-07-01T19:31:43.230000
|
||||
CVE-2025-6642,0,1,37c2cb65a07d888f53f384c18bced3f2e5c4ade2246c2eac8aa013a7a21026bb,2025-07-01T19:31:50.170000
|
||||
CVE-2025-6643,0,1,27e89fc6b64098cb1e8fbcb1805e35e92b4979e917bb20db38f9199222858fe9,2025-07-01T19:31:57.240000
|
||||
CVE-2025-6644,0,1,c471a335fd97c82b1f426bbdf3aa1cf255f80cce7ff6d918f43bddb5b99ec065,2025-07-01T19:32:05.463000
|
||||
CVE-2025-6645,0,1,ca082f442db5c54984c1d57f67da022e24f84a3b108c23d783fcb717c7fa1cf3,2025-07-01T19:32:54.980000
|
||||
CVE-2025-6646,0,1,043bcd07e29066e91f25f87d0bed630b3a061c426b55f13b94b29bef86f244f3,2025-07-01T19:32:59.540000
|
||||
CVE-2025-6647,0,1,44f80f0bb380fa0bfb740ed8efd86e253390646a43a8c5558a26e93cd54579d8,2025-07-01T19:19:18.470000
|
||||
CVE-2025-6648,0,1,3e71ffbf8db76aa272532b4071c53456f92a434a6abcc32e283879909bbc3afb,2025-07-01T19:33:08.270000
|
||||
CVE-2025-6649,0,1,d3dec6ba50a1fd0b127ef90470a1d7feab22e82e09f989b2b2da133b883d8987,2025-07-01T19:33:17.920000
|
||||
CVE-2025-6650,0,1,8d98974d39e334c56fa794c9746a56a59b0ed13fb0c78857659eec845c02a763,2025-07-01T19:28:03.760000
|
||||
CVE-2025-6651,0,1,fa78872148cd78901258d69320ec9d98d44fb7e7502cae42450eeb8aa4623c0d,2025-07-01T19:28:16.850000
|
||||
CVE-2025-6652,0,1,0b64f4916d90bbb83e5ab39cb0a4291c3c1bd3b96c5006bd2f0c2a3e44f504c3,2025-07-01T19:28:24.283000
|
||||
CVE-2025-6653,0,1,770c62aa9a2304db20bf79914bf344eb0b9a3babf6c9cf08e1edcd5919b7255e,2025-07-01T19:28:32.937000
|
||||
CVE-2025-6654,0,1,b4429ce2f21a922937e11f53d272f002d6937c2468bb12ed546a6be36f2838ed,2025-07-01T19:30:42.350000
|
||||
CVE-2025-6655,0,1,933ab9292568937fb0e5b7a8d09d27e6b2226aeed92822029db58f7bd992c24e,2025-07-01T19:30:51.190000
|
||||
CVE-2025-6656,0,1,52e245cdfc0a204176bcccfd50fbf2043ebd0230930a635f60c8e7751620c78c,2025-07-01T19:30:58.773000
|
||||
CVE-2025-6657,0,1,b223a6df32efa2dc05cd3c969f1258662269b04768f6c3cdad072990db986e54,2025-07-01T19:31:08.080000
|
||||
CVE-2025-6640,0,0,a4c992d898d320b9fbc41aeee35836398a20e38bcfa076af892973b98a231d0d,2025-07-01T19:31:36.373000
|
||||
CVE-2025-6641,0,0,31699ed61befc504bc8c13dbb1ea193c366fe903345564eb35e59296c5939e55,2025-07-01T19:31:43.230000
|
||||
CVE-2025-6642,0,0,37c2cb65a07d888f53f384c18bced3f2e5c4ade2246c2eac8aa013a7a21026bb,2025-07-01T19:31:50.170000
|
||||
CVE-2025-6643,0,0,27e89fc6b64098cb1e8fbcb1805e35e92b4979e917bb20db38f9199222858fe9,2025-07-01T19:31:57.240000
|
||||
CVE-2025-6644,0,0,c471a335fd97c82b1f426bbdf3aa1cf255f80cce7ff6d918f43bddb5b99ec065,2025-07-01T19:32:05.463000
|
||||
CVE-2025-6645,0,0,ca082f442db5c54984c1d57f67da022e24f84a3b108c23d783fcb717c7fa1cf3,2025-07-01T19:32:54.980000
|
||||
CVE-2025-6646,0,0,043bcd07e29066e91f25f87d0bed630b3a061c426b55f13b94b29bef86f244f3,2025-07-01T19:32:59.540000
|
||||
CVE-2025-6647,0,0,44f80f0bb380fa0bfb740ed8efd86e253390646a43a8c5558a26e93cd54579d8,2025-07-01T19:19:18.470000
|
||||
CVE-2025-6648,0,0,3e71ffbf8db76aa272532b4071c53456f92a434a6abcc32e283879909bbc3afb,2025-07-01T19:33:08.270000
|
||||
CVE-2025-6649,0,0,d3dec6ba50a1fd0b127ef90470a1d7feab22e82e09f989b2b2da133b883d8987,2025-07-01T19:33:17.920000
|
||||
CVE-2025-6650,0,0,8d98974d39e334c56fa794c9746a56a59b0ed13fb0c78857659eec845c02a763,2025-07-01T19:28:03.760000
|
||||
CVE-2025-6651,0,0,fa78872148cd78901258d69320ec9d98d44fb7e7502cae42450eeb8aa4623c0d,2025-07-01T19:28:16.850000
|
||||
CVE-2025-6652,0,0,0b64f4916d90bbb83e5ab39cb0a4291c3c1bd3b96c5006bd2f0c2a3e44f504c3,2025-07-01T19:28:24.283000
|
||||
CVE-2025-6653,0,0,770c62aa9a2304db20bf79914bf344eb0b9a3babf6c9cf08e1edcd5919b7255e,2025-07-01T19:28:32.937000
|
||||
CVE-2025-6654,0,0,b4429ce2f21a922937e11f53d272f002d6937c2468bb12ed546a6be36f2838ed,2025-07-01T19:30:42.350000
|
||||
CVE-2025-6655,0,0,933ab9292568937fb0e5b7a8d09d27e6b2226aeed92822029db58f7bd992c24e,2025-07-01T19:30:51.190000
|
||||
CVE-2025-6656,0,0,52e245cdfc0a204176bcccfd50fbf2043ebd0230930a635f60c8e7751620c78c,2025-07-01T19:30:58.773000
|
||||
CVE-2025-6657,0,0,b223a6df32efa2dc05cd3c969f1258662269b04768f6c3cdad072990db986e54,2025-07-01T19:31:08.080000
|
||||
CVE-2025-6658,0,0,84824daa2046d2a583de19303a876a782ccb1d31d58a5b090cb49c6461691b1c,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6659,0,0,f20d81e77d02663066b29d10e19c3f0d72db3ef3ee3efbe159692a82a1568da9,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6660,0,0,b2c46ef9b749eb1a8739407c0aa2f1fa7c4800bbba340aa11fafd16fad30fdd5,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6661,0,1,fd8b0d49c07db3c6a53b199ebdb73fdd4cb7b2ba605aa1b301d1aa8a4ccb614c,2025-07-01T19:16:39.160000
|
||||
CVE-2025-6662,0,1,f2a3ee41e239004b48fa7d4e486cb8eda1d4f024ab4a2f1f6cd63d323901fd9a,2025-07-01T19:11:55.183000
|
||||
CVE-2025-6661,0,0,fd8b0d49c07db3c6a53b199ebdb73fdd4cb7b2ba605aa1b301d1aa8a4ccb614c,2025-07-01T19:16:39.160000
|
||||
CVE-2025-6662,0,0,f2a3ee41e239004b48fa7d4e486cb8eda1d4f024ab4a2f1f6cd63d323901fd9a,2025-07-01T19:11:55.183000
|
||||
CVE-2025-6664,0,0,255c7bbda244ee1c6cb8ea0927bfc65b2c2f80bee216e706a66f1a5aec92db63,2025-06-27T17:57:43.810000
|
||||
CVE-2025-6665,0,0,819e0fbbba720c6c224657e5e3d234dfe09f50d6f19ea31a4a8557c46f9ecfaf,2025-06-27T17:56:25.200000
|
||||
CVE-2025-6667,0,0,f7249d0ce2242cc1fb55502e78a9d1851a88aea1d56705388779a71c32d97776,2025-06-30T21:15:32.063000
|
||||
@ -299848,9 +299850,9 @@ CVE-2025-6678,0,0,015887ea893979c5601a9a5730f4adfb06aac901dd851eeda9fa3abff97629
|
||||
CVE-2025-6688,0,0,ece74277268a98369c47e93e9f7be1be4b1d7e44ee58deea78112a98aeca15e3,2025-06-30T18:38:48.477000
|
||||
CVE-2025-6689,0,0,aa5ebe1a428ccf3d25c43f0feb31d27c785e9b6b75da9342408c15843dd0bccd,2025-06-30T18:38:48.477000
|
||||
CVE-2025-6693,0,0,c745d625a09de6a80b2525f9479d58ae097165e28dcd3ffee9a8c3e54ca98445,2025-06-26T18:57:43.670000
|
||||
CVE-2025-6694,0,1,2000140ddaf445d1408c35f7669e0d0a9fa86bae15b257b52f10bad5fb18c963,2025-07-01T19:03:59.900000
|
||||
CVE-2025-6695,0,1,5a80e5ed8186c52dc4a6a049e87510cf6c4856278596cca9613176ffd164e49b,2025-07-01T18:18:08.297000
|
||||
CVE-2025-6696,0,1,b9726e8de5e4a8c6c4ed6792f63e3dd62d326eff9e5f6f8c33b48491c87b6d9b,2025-07-01T18:00:07.820000
|
||||
CVE-2025-6694,0,0,2000140ddaf445d1408c35f7669e0d0a9fa86bae15b257b52f10bad5fb18c963,2025-07-01T19:03:59.900000
|
||||
CVE-2025-6695,0,0,5a80e5ed8186c52dc4a6a049e87510cf6c4856278596cca9613176ffd164e49b,2025-07-01T18:18:08.297000
|
||||
CVE-2025-6696,0,0,b9726e8de5e4a8c6c4ed6792f63e3dd62d326eff9e5f6f8c33b48491c87b6d9b,2025-07-01T18:00:07.820000
|
||||
CVE-2025-6697,0,0,29f6c88ecf58ad65d4d88c7032325696ad8f8d6a379e42fa598aa0aae867e6d4,2025-07-01T17:57:54.150000
|
||||
CVE-2025-6698,0,0,70261244c97d0e78d8115754d2899cedf571b86c0b5e519719c3be5b3e086126,2025-07-01T17:46:03.453000
|
||||
CVE-2025-6699,0,0,20028d4add0fd97e864d21ece176688c23e5fd7368ed5ea575bf23287ad10587,2025-07-01T15:42:08.920000
|
||||
@ -299895,18 +299897,18 @@ CVE-2025-6778,0,0,2899a3428a0cdf8e90a2d3c9a843fbb7aebdd0d0b43dda4d5d7954f83b2880
|
||||
CVE-2025-6816,0,0,5e9e5e2b35582b9f79370f11aa6db1969ced2cc7c6592e7f435aaffb84197923,2025-07-01T17:32:51.163000
|
||||
CVE-2025-6817,0,0,f566ef24b61618394adfc182824a9952f225ff540b64bfe9d61b2edac708b720,2025-07-01T17:30:53.610000
|
||||
CVE-2025-6818,0,0,a0000652c781adc29bf710133d5d06ca50842e03be22d2b59f6613f3db2e9b17,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6819,0,1,e5cff8a314ef7355184a3e68a17ad7bfe78a5b2c67c9ea0e11e66ed016a44e29,2025-07-01T18:57:42.687000
|
||||
CVE-2025-6820,0,1,2f942b65bd928b1d31ceaa9dd4deaa385aaafedbc8c0029ea5904af7c948bcb3,2025-07-01T18:49:29.030000
|
||||
CVE-2025-6821,0,1,97d56bef9103ca728fd7d3ab9fd16c8f4b90ae6bc71dff92b7ea552be5c206c8,2025-07-01T18:42:57.140000
|
||||
CVE-2025-6819,0,0,e5cff8a314ef7355184a3e68a17ad7bfe78a5b2c67c9ea0e11e66ed016a44e29,2025-07-01T18:57:42.687000
|
||||
CVE-2025-6820,0,0,2f942b65bd928b1d31ceaa9dd4deaa385aaafedbc8c0029ea5904af7c948bcb3,2025-07-01T18:49:29.030000
|
||||
CVE-2025-6821,0,0,97d56bef9103ca728fd7d3ab9fd16c8f4b90ae6bc71dff92b7ea552be5c206c8,2025-07-01T18:42:57.140000
|
||||
CVE-2025-6822,0,0,3b89a9e447bff353ca3d98f9e95ddcc2db5e98c1f28bc7080796fd81aca8fcd5,2025-07-01T14:10:47.767000
|
||||
CVE-2025-6823,0,0,fe849fde5a2fa9a1520f4df8c7b7c7e73d2be3a28f56793b69f77c66ff33ba01,2025-07-01T13:58:38.780000
|
||||
CVE-2025-6824,0,0,996d4667715d3db5326a58fc60b209742994cbc814600cca4969efc54193b8e4,2025-07-01T00:33:14.560000
|
||||
CVE-2025-6825,0,0,c453337e64634628f145133e8231013d0c9da307c00fc3e380a1513d356c807f,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6826,0,0,33fc96299f4c2cc733582263ee14bc0560154bf46592d806a8f21fbdcd037685,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6827,0,1,d1722ba5b9b20a1749d5e77557ab341b473b7d74409fbaa60f4b659081c523d2,2025-07-01T18:41:53.040000
|
||||
CVE-2025-6828,0,1,7070a0d246872926f5045c91c2547535f9621733cd74253ac0264bf8b6082f52,2025-07-01T18:37:44.973000
|
||||
CVE-2025-6827,0,0,d1722ba5b9b20a1749d5e77557ab341b473b7d74409fbaa60f4b659081c523d2,2025-07-01T18:41:53.040000
|
||||
CVE-2025-6828,0,0,7070a0d246872926f5045c91c2547535f9621733cd74253ac0264bf8b6082f52,2025-07-01T18:37:44.973000
|
||||
CVE-2025-6829,0,0,0b8723ef74cf977b96da4415f2d08714a4fff7afd19f594031c6ce9ae139f284,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6834,0,1,9a833b1cad31fc127aa706eb342d5feacfdc4ed45b0e47a6294dc76e584822ed,2025-07-01T18:27:48.017000
|
||||
CVE-2025-6834,0,0,9a833b1cad31fc127aa706eb342d5feacfdc4ed45b0e47a6294dc76e584822ed,2025-07-01T18:27:48.017000
|
||||
CVE-2025-6835,0,0,d2814afb3c5f2a9f692c1be02993ef271ee26c4b23084076d71148ee31ef36f1,2025-07-01T13:51:34.580000
|
||||
CVE-2025-6836,0,0,27201307512d35dda5e6fa03fbb5db44b6eb59c1a73763a821ea34ec4c969011,2025-07-01T15:33:33.943000
|
||||
CVE-2025-6837,0,0,1682b7bde71cda139a74457baaac9af880129b485d2e13025fb44ff128377bd7,2025-07-01T17:27:34.200000
|
||||
@ -299920,7 +299922,7 @@ CVE-2025-6845,0,0,18db1704c3375be965d2c1d6c289644274878cbd1039ecdb0419a895181a8e
|
||||
CVE-2025-6846,0,0,f4874fb208c744d9b428a787f074a0d93b49be1928de201bf112a7e7ec17f2a7,2025-07-01T00:24:47.417000
|
||||
CVE-2025-6847,0,0,71bd4bfe20f3730a9db23adf419d7dd9c794d21526228ac19cab2f9b6dfadcd6,2025-07-01T00:46:11.677000
|
||||
CVE-2025-6848,0,0,1054a56136bb3c54d51849d7f8924098a0929429f93228a13dda6d471896c54b,2025-07-01T13:44:44.923000
|
||||
CVE-2025-6849,0,1,405a011fd62aa5c46497421f5038d0b3b399b8459af87b506050a60e902bb18f,2025-07-01T18:25:17.570000
|
||||
CVE-2025-6849,0,0,405a011fd62aa5c46497421f5038d0b3b399b8459af87b506050a60e902bb18f,2025-07-01T18:25:17.570000
|
||||
CVE-2025-6850,0,0,a778e0ec23cb8cda661eb40d5398f33388a0c670fa630cf4c9961a5590389396,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6853,0,0,fee32ce4d19c82eed8b80d6ee4531046c88837d2caf5527964506be1b55db239,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6854,0,0,a5d1cdc0e3b9d604bc4433cc2319ea6cdbf0bcab031b21d6ee253649f78be7ba,2025-06-30T18:38:23.493000
|
||||
@ -299939,17 +299941,17 @@ CVE-2025-6866,0,0,f850614134e413eef544ae790b5507f7a4bb4f3e37bcebeee7db49f2cc8caa
|
||||
CVE-2025-6867,0,0,83da74d5c29e6e219ce8f2f8201d9ad8ca331f754153072d0ee8b1ebb2a6ec45,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6868,0,0,5305b74b3ccbafa4947f9e0ecc0b4f0a319d10627d4c020b243fded1adc5f6b3,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6869,0,0,706df5b4f12b38a9ba07d83fd9d169dd93937baffacefd99a76449b6a4e199af,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6870,0,1,33b4ee3bc6c38a76acd1cde73247b685579503cd97259ec7089c0d68dd6fdfce,2025-07-01T18:22:04.620000
|
||||
CVE-2025-6871,0,1,f4648c2a15a35b77fb72a8d99236478d2f0c7650ac12a9c4b4cabf98124da666,2025-07-01T18:46:42.920000
|
||||
CVE-2025-6872,0,1,51405b2640558f541e53e2e77c6d8cb0f40fc9a87e23b56ebe82201e26bc5fee,2025-07-01T18:47:20.500000
|
||||
CVE-2025-6873,0,1,5b9a6987c7ff0f52f7a0d1d2c465b3422eb926a45ce735cfbaa0d4e402cdaecd,2025-07-01T18:48:37.450000
|
||||
CVE-2025-6874,0,1,da55cc1e2fbe1093119a8160864e1d189d4084bd0adacb04a304d98373a61f26,2025-07-01T18:49:08.733000
|
||||
CVE-2025-6875,0,1,d65e16d7788e117f0340089d631e7420b0613c47039fe7078092b7826a1cf342,2025-07-01T18:53:33.650000
|
||||
CVE-2025-6876,0,1,ccaa5078023f653e0af57e0acd3a2a1a1855bbe28eecb84bfdfcced8a68b067d,2025-07-01T19:08:59.047000
|
||||
CVE-2025-6877,0,1,c1fedf29ade370d3015734dfa24b6c325a708521827436ddb9e65f6944c5a51d,2025-07-01T19:09:32.470000
|
||||
CVE-2025-6878,0,1,1b56d14fd6a438f26341bdbf095f0b126d640a6d0d85ce0c32cfe4a7140a1691,2025-07-01T19:10:21.643000
|
||||
CVE-2025-6879,0,1,19c3ca75ac2e2d31998693552a9d248c2f26675d6417f0e2050da967b73d46f3,2025-07-01T19:10:55.130000
|
||||
CVE-2025-6880,0,1,c4c89ba9b550f55acc7b692ea426f33fcb626a228408ac2fe60832aca3497d15,2025-07-01T19:11:30.937000
|
||||
CVE-2025-6870,0,0,33b4ee3bc6c38a76acd1cde73247b685579503cd97259ec7089c0d68dd6fdfce,2025-07-01T18:22:04.620000
|
||||
CVE-2025-6871,0,0,f4648c2a15a35b77fb72a8d99236478d2f0c7650ac12a9c4b4cabf98124da666,2025-07-01T18:46:42.920000
|
||||
CVE-2025-6872,0,0,51405b2640558f541e53e2e77c6d8cb0f40fc9a87e23b56ebe82201e26bc5fee,2025-07-01T18:47:20.500000
|
||||
CVE-2025-6873,0,0,5b9a6987c7ff0f52f7a0d1d2c465b3422eb926a45ce735cfbaa0d4e402cdaecd,2025-07-01T18:48:37.450000
|
||||
CVE-2025-6874,0,0,da55cc1e2fbe1093119a8160864e1d189d4084bd0adacb04a304d98373a61f26,2025-07-01T18:49:08.733000
|
||||
CVE-2025-6875,0,0,d65e16d7788e117f0340089d631e7420b0613c47039fe7078092b7826a1cf342,2025-07-01T18:53:33.650000
|
||||
CVE-2025-6876,0,0,ccaa5078023f653e0af57e0acd3a2a1a1855bbe28eecb84bfdfcced8a68b067d,2025-07-01T19:08:59.047000
|
||||
CVE-2025-6877,0,0,c1fedf29ade370d3015734dfa24b6c325a708521827436ddb9e65f6944c5a51d,2025-07-01T19:09:32.470000
|
||||
CVE-2025-6878,0,0,1b56d14fd6a438f26341bdbf095f0b126d640a6d0d85ce0c32cfe4a7140a1691,2025-07-01T19:10:21.643000
|
||||
CVE-2025-6879,0,0,19c3ca75ac2e2d31998693552a9d248c2f26675d6417f0e2050da967b73d46f3,2025-07-01T19:10:55.130000
|
||||
CVE-2025-6880,0,0,c4c89ba9b550f55acc7b692ea426f33fcb626a228408ac2fe60832aca3497d15,2025-07-01T19:11:30.937000
|
||||
CVE-2025-6881,0,0,d49af48c9dd352ee5c2559f57ac9355bc84c69d01a519371835155c0352392ac,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6882,0,0,960d27c451bb47d1067731acafb5ecfbc602f0a653e0cacfa34da3aaea5e6fdf,2025-06-30T18:38:23.493000
|
||||
CVE-2025-6883,0,0,05e5eb5e2c5888d9f1181d1a40c23ff7266620c5c52384d25984cf3387c194c6,2025-06-30T18:38:23.493000
|
||||
@ -299990,8 +299992,8 @@ CVE-2025-6930,0,0,c2211418247d1a13b8b8814f667a7635d71a1e62ad15f320db4a3f1cee7c00
|
||||
CVE-2025-6931,0,0,727fa8432aa79c700ac2228f2abd12fefd6d9f8e5723faf2fc3cd8c2e6a1f4d7,2025-07-01T14:15:42.257000
|
||||
CVE-2025-6932,0,0,6c23dab722d2bfca6e0ab05eb53a46bfd002e1a13ce5c4f6e40d491d0daae338,2025-06-30T23:15:22.103000
|
||||
CVE-2025-6934,0,0,a17d233a1432d2df5bb92b39d598a58250ad95fa7709f512169f9ea3cbd589d9,2025-07-01T07:15:27.340000
|
||||
CVE-2025-6935,0,0,fd4a1ec4b99f2a650759c2bea64cb45ca308091d621bef64e4913956328f51d5,2025-07-01T00:15:26.503000
|
||||
CVE-2025-6936,0,0,17d978cfdc085edc95015327ec5495108c341661ff194664ad18d0b05d6deb47,2025-07-01T00:15:26.740000
|
||||
CVE-2025-6935,0,1,118114662ee4c80ee611649c9ddaf95b709cb72cb7f68945f5579ca68ce61b60,2025-07-01T20:15:27.387000
|
||||
CVE-2025-6936,0,1,905496b0301cf35cfb491a53eb276583963a3e206585908d86f691d8a9c1dbcb,2025-07-01T20:15:27.557000
|
||||
CVE-2025-6937,0,0,b10d8c1265117b053b6599e6b544c7c61d2c978d507bac9b95b840b3f696bfc4,2025-07-01T01:15:28.577000
|
||||
CVE-2025-6938,0,0,4fd9227ca597d68f11aeeaf0509beaf1b4bac7f33c7e6cf52ec4920ff118ddaa,2025-07-01T14:15:42.597000
|
||||
CVE-2025-6939,0,0,22776f4e1566605da22c764584fd19e7bf5c94050807d3717fc162d620a969e9,2025-07-01T14:15:42.923000
|
||||
|
Can't render this file because it is too large.
|
Loading…
x
Reference in New Issue
Block a user