mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-05-09 03:57:14 +00:00
Auto-Update: 2024-04-30T23:55:29.437738+00:00
This commit is contained in:
parent
5a667c5ea8
commit
16011b0b01
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2022-25517",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2022-03-22T19:15:07.693",
|
||||
"lastModified": "2024-04-30T07:15:48.720",
|
||||
"lastModified": "2024-04-30T22:15:07.597",
|
||||
"vulnStatus": "Modified",
|
||||
"descriptions": [
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
"id": "CVE-2024-28182",
|
||||
"sourceIdentifier": "security-advisories@github.com",
|
||||
"published": "2024-04-04T15:15:38.427",
|
||||
"lastModified": "2024-04-20T03:15:06.970",
|
||||
"lastModified": "2024-04-30T22:15:07.760",
|
||||
"vulnStatus": "Awaiting Analysis",
|
||||
"descriptions": [
|
||||
{
|
||||
@ -63,6 +63,10 @@
|
||||
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-x6x3-gv8h-m57q",
|
||||
"source": "security-advisories@github.com"
|
||||
},
|
||||
{
|
||||
"url": "https://lists.debian.org/debian-lts-announce/2024/04/msg00026.html",
|
||||
"source": "security-advisories@github.com"
|
||||
},
|
||||
{
|
||||
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AGOME6ZXJG7664IPQNVE3DL67E3YP3HY/",
|
||||
"source": "security-advisories@github.com"
|
||||
|
75
CVE-2024/CVE-2024-329xx/CVE-2024-32970.json
Normal file
75
CVE-2024/CVE-2024-329xx/CVE-2024-32970.json
Normal file
@ -0,0 +1,75 @@
|
||||
{
|
||||
"id": "CVE-2024-32970",
|
||||
"sourceIdentifier": "security-advisories@github.com",
|
||||
"published": "2024-04-30T23:15:06.483",
|
||||
"lastModified": "2024-04-30T23:15:06.483",
|
||||
"vulnStatus": "Received",
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "Phlex is a framework for building object-oriented views in Ruby. In affected versions there is a potential cross-site scripting (XSS) vulnerability that can be exploited via maliciously crafted user data. Since the last two vulnerabilities https://github.com/phlex-ruby/phlex/security/advisories/GHSA-242p-4v39-2v8g and https://github.com/phlex-ruby/phlex/security/advisories/GHSA-g7xq-xv8c-h98c, we have invested in extensive browser tests. It was these new tests that helped us uncover these issues. As of now the project exercises every possible attack vector the developers can think of \u2014 including enumerating every ASCII character, and we run these tests in Chrome, Firefox and Safari. Additionally, we test against a list of 6613 known XSS payloads (see: payloadbox/xss-payload-list). The reason these issues were not detected before is the escapes were working as designed. However, their design didn't take into account just how recklessly permissive browsers are when it comes to executing unsafe JavaScript via HTML attributes. If you render an `<a>` tag with an `href` attribute set to a user-provided link, that link could potentially execute JavaScript when clicked by another user. If you splat user-provided attributes when rendering any HTML or SVG tag, malicious event attributes could be included in the output, executing JavaScript when the events are triggered by another user. Patches are available on RubyGems for all minor versions released in the last year. Users are advised to upgrade. Users unable to upgrade should configure a Content Security Policy that does not allow `unsafe-inline` which would effectively prevent this vulnerability from being exploited. Users who upgrade are also advised to configure a Content Security Policy header that does not allow `unsafe-inline`."
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "security-advisories@github.com",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N",
|
||||
"attackVector": "NETWORK",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "NONE",
|
||||
"userInteraction": "REQUIRED",
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "HIGH",
|
||||
"integrityImpact": "LOW",
|
||||
"availabilityImpact": "NONE",
|
||||
"baseScore": 7.1,
|
||||
"baseSeverity": "HIGH"
|
||||
},
|
||||
"exploitabilityScore": 2.8,
|
||||
"impactScore": 4.2
|
||||
}
|
||||
]
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "security-advisories@github.com",
|
||||
"type": "Secondary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-79"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy",
|
||||
"source": "security-advisories@github.com"
|
||||
},
|
||||
{
|
||||
"url": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy#unsafe-inline",
|
||||
"source": "security-advisories@github.com"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/payloadbox/xss-payload-list",
|
||||
"source": "security-advisories@github.com"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/phlex-ruby/phlex/commit/da8f94342a84cff9d78c98bcc3b3604ee2e577d2",
|
||||
"source": "security-advisories@github.com"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/phlex-ruby/phlex/security/advisories/GHSA-9p57-h987-4vgx",
|
||||
"source": "security-advisories@github.com"
|
||||
},
|
||||
{
|
||||
"url": "https://rubygems.org/gems/phlex",
|
||||
"source": "security-advisories@github.com"
|
||||
}
|
||||
]
|
||||
}
|
20
CVE-2024/CVE-2024-341xx/CVE-2024-34149.json
Normal file
20
CVE-2024/CVE-2024-341xx/CVE-2024-34149.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": "CVE-2024-34149",
|
||||
"sourceIdentifier": "cve@mitre.org",
|
||||
"published": "2024-04-30T23:15:06.703",
|
||||
"lastModified": "2024-04-30T23:15:06.703",
|
||||
"vulnStatus": "Received",
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "In Bitcoin Core through 27.0 and Bitcoin Knots before 25.1.knots20231115, tapscript lacks a policy size limit check, a different issue than CVE-2023-50428. NOTE: some parties oppose this new limit check (for example, because they agree with the objective but disagree with the technical mechanism, or because they have a different objective)."
|
||||
}
|
||||
],
|
||||
"metrics": {},
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/bitcoin/bitcoin/pull/29769",
|
||||
"source": "cve@mitre.org"
|
||||
}
|
||||
]
|
||||
}
|
55
CVE-2024/CVE-2024-41xx/CVE-2024-4192.json
Normal file
55
CVE-2024/CVE-2024-41xx/CVE-2024-4192.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"id": "CVE-2024-4192",
|
||||
"sourceIdentifier": "ics-cert@hq.dhs.gov",
|
||||
"published": "2024-04-30T23:15:06.770",
|
||||
"lastModified": "2024-04-30T23:15:06.770",
|
||||
"vulnStatus": "Received",
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "\nDelta Electronics CNCSoft-G2 lacks proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process.\n\n"
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "ics-cert@hq.dhs.gov",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
|
||||
"attackVector": "LOCAL",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "NONE",
|
||||
"userInteraction": "REQUIRED",
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "HIGH",
|
||||
"integrityImpact": "HIGH",
|
||||
"availabilityImpact": "HIGH",
|
||||
"baseScore": 7.8,
|
||||
"baseSeverity": "HIGH"
|
||||
},
|
||||
"exploitabilityScore": 1.8,
|
||||
"impactScore": 5.9
|
||||
}
|
||||
]
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "ics-cert@hq.dhs.gov",
|
||||
"type": "Primary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-121"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-121-01",
|
||||
"source": "ics-cert@hq.dhs.gov"
|
||||
}
|
||||
]
|
||||
}
|
88
CVE-2024/CVE-2024-43xx/CVE-2024-4348.json
Normal file
88
CVE-2024/CVE-2024-43xx/CVE-2024-4348.json
Normal file
@ -0,0 +1,88 @@
|
||||
{
|
||||
"id": "CVE-2024-4348",
|
||||
"sourceIdentifier": "cna@vuldb.com",
|
||||
"published": "2024-04-30T22:15:07.870",
|
||||
"lastModified": "2024-04-30T22:15:07.870",
|
||||
"vulnStatus": "Received",
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "A vulnerability, which was classified as problematic, was found in osCommerce 4. Affected is an unknown function of the file /catalog/all-products. The manipulation of the argument cat leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-262488. NOTE: The vendor was contacted early about this disclosure but did not respond in any way."
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
|
||||
"attackVector": "NETWORK",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "NONE",
|
||||
"userInteraction": "REQUIRED",
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "NONE",
|
||||
"integrityImpact": "LOW",
|
||||
"availabilityImpact": "NONE",
|
||||
"baseScore": 4.3,
|
||||
"baseSeverity": "MEDIUM"
|
||||
},
|
||||
"exploitabilityScore": 2.8,
|
||||
"impactScore": 1.4
|
||||
}
|
||||
],
|
||||
"cvssMetricV2": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "2.0",
|
||||
"vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
|
||||
"accessVector": "NETWORK",
|
||||
"accessComplexity": "LOW",
|
||||
"authentication": "NONE",
|
||||
"confidentialityImpact": "NONE",
|
||||
"integrityImpact": "PARTIAL",
|
||||
"availabilityImpact": "NONE",
|
||||
"baseScore": 5.0
|
||||
},
|
||||
"baseSeverity": "MEDIUM",
|
||||
"exploitabilityScore": 10.0,
|
||||
"impactScore": 2.9,
|
||||
"acInsufInfo": false,
|
||||
"obtainAllPrivilege": false,
|
||||
"obtainUserPrivilege": false,
|
||||
"obtainOtherPrivilege": false,
|
||||
"userInteractionRequired": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Primary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-79"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://vuldb.com/?ctiid.262488",
|
||||
"source": "cna@vuldb.com"
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?id.262488",
|
||||
"source": "cna@vuldb.com"
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?submit.320855",
|
||||
"source": "cna@vuldb.com"
|
||||
}
|
||||
]
|
||||
}
|
92
CVE-2024/CVE-2024-43xx/CVE-2024-4349.json
Normal file
92
CVE-2024/CVE-2024-43xx/CVE-2024-4349.json
Normal file
@ -0,0 +1,92 @@
|
||||
{
|
||||
"id": "CVE-2024-4349",
|
||||
"sourceIdentifier": "cna@vuldb.com",
|
||||
"published": "2024-04-30T23:15:07.020",
|
||||
"lastModified": "2024-04-30T23:15:07.020",
|
||||
"vulnStatus": "Received",
|
||||
"descriptions": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "A vulnerability has been found in SourceCodester Pisay Online E-Learning System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /lesson/controller.php. The manipulation of the argument file leads to unrestricted upload. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-262489 was assigned to this vulnerability."
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
"cvssMetricV31": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "3.1",
|
||||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
|
||||
"attackVector": "NETWORK",
|
||||
"attackComplexity": "LOW",
|
||||
"privilegesRequired": "LOW",
|
||||
"userInteraction": "NONE",
|
||||
"scope": "UNCHANGED",
|
||||
"confidentialityImpact": "LOW",
|
||||
"integrityImpact": "LOW",
|
||||
"availabilityImpact": "LOW",
|
||||
"baseScore": 6.3,
|
||||
"baseSeverity": "MEDIUM"
|
||||
},
|
||||
"exploitabilityScore": 2.8,
|
||||
"impactScore": 3.4
|
||||
}
|
||||
],
|
||||
"cvssMetricV2": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Secondary",
|
||||
"cvssData": {
|
||||
"version": "2.0",
|
||||
"vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P",
|
||||
"accessVector": "NETWORK",
|
||||
"accessComplexity": "LOW",
|
||||
"authentication": "SINGLE",
|
||||
"confidentialityImpact": "PARTIAL",
|
||||
"integrityImpact": "PARTIAL",
|
||||
"availabilityImpact": "PARTIAL",
|
||||
"baseScore": 6.5
|
||||
},
|
||||
"baseSeverity": "MEDIUM",
|
||||
"exploitabilityScore": 8.0,
|
||||
"impactScore": 6.4,
|
||||
"acInsufInfo": false,
|
||||
"obtainAllPrivilege": false,
|
||||
"obtainUserPrivilege": false,
|
||||
"obtainOtherPrivilege": false,
|
||||
"userInteractionRequired": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"weaknesses": [
|
||||
{
|
||||
"source": "cna@vuldb.com",
|
||||
"type": "Primary",
|
||||
"description": [
|
||||
{
|
||||
"lang": "en",
|
||||
"value": "CWE-434"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"url": "https://github.com/CveSecLook/cve/issues/19",
|
||||
"source": "cna@vuldb.com"
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?ctiid.262489",
|
||||
"source": "cna@vuldb.com"
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?id.262489",
|
||||
"source": "cna@vuldb.com"
|
||||
},
|
||||
{
|
||||
"url": "https://vuldb.com/?submit.324929",
|
||||
"source": "cna@vuldb.com"
|
||||
}
|
||||
]
|
||||
}
|
45
README.md
45
README.md
@ -13,13 +13,13 @@ Repository synchronizes with the NVD every 2 hours.
|
||||
### Last Repository Update
|
||||
|
||||
```plain
|
||||
2024-04-30T22:00:37.677309+00:00
|
||||
2024-04-30T23:55:29.437738+00:00
|
||||
```
|
||||
|
||||
### Most recent CVE Modification Timestamp synchronized with NVD
|
||||
|
||||
```plain
|
||||
2024-04-30T21:15:45.863000+00:00
|
||||
2024-04-30T23:15:07.020000+00:00
|
||||
```
|
||||
|
||||
### Last Data Feed Release
|
||||
@ -33,47 +33,26 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/
|
||||
### Total Number of included CVEs
|
||||
|
||||
```plain
|
||||
247236
|
||||
247241
|
||||
```
|
||||
|
||||
### CVEs added in the last Commit
|
||||
|
||||
Recently added CVEs: `8`
|
||||
Recently added CVEs: `5`
|
||||
|
||||
- [CVE-2024-29384](CVE-2024/CVE-2024-293xx/CVE-2024-29384.json) (`2024-04-30T20:15:07.993`)
|
||||
- [CVE-2024-29466](CVE-2024/CVE-2024-294xx/CVE-2024-29466.json) (`2024-04-30T21:15:45.863`)
|
||||
- [CVE-2024-33332](CVE-2024/CVE-2024-333xx/CVE-2024-33332.json) (`2024-04-30T20:15:08.467`)
|
||||
- [CVE-2024-33371](CVE-2024/CVE-2024-333xx/CVE-2024-33371.json) (`2024-04-30T20:15:08.527`)
|
||||
- [CVE-2024-33383](CVE-2024/CVE-2024-333xx/CVE-2024-33383.json) (`2024-04-30T20:15:08.580`)
|
||||
- [CVE-2024-33436](CVE-2024/CVE-2024-334xx/CVE-2024-33436.json) (`2024-04-30T20:15:08.630`)
|
||||
- [CVE-2024-33437](CVE-2024/CVE-2024-334xx/CVE-2024-33437.json) (`2024-04-30T20:15:08.680`)
|
||||
- [CVE-2024-3746](CVE-2024/CVE-2024-37xx/CVE-2024-3746.json) (`2024-04-30T20:15:08.827`)
|
||||
- [CVE-2024-32970](CVE-2024/CVE-2024-329xx/CVE-2024-32970.json) (`2024-04-30T23:15:06.483`)
|
||||
- [CVE-2024-34149](CVE-2024/CVE-2024-341xx/CVE-2024-34149.json) (`2024-04-30T23:15:06.703`)
|
||||
- [CVE-2024-4192](CVE-2024/CVE-2024-41xx/CVE-2024-4192.json) (`2024-04-30T23:15:06.770`)
|
||||
- [CVE-2024-4348](CVE-2024/CVE-2024-43xx/CVE-2024-4348.json) (`2024-04-30T22:15:07.870`)
|
||||
- [CVE-2024-4349](CVE-2024/CVE-2024-43xx/CVE-2024-4349.json) (`2024-04-30T23:15:07.020`)
|
||||
|
||||
|
||||
### CVEs modified in the last Commit
|
||||
|
||||
Recently modified CVEs: `20`
|
||||
Recently modified CVEs: `2`
|
||||
|
||||
- [CVE-2022-34309](CVE-2022/CVE-2022-343xx/CVE-2022-34309.json) (`2024-04-30T20:18:51.433`)
|
||||
- [CVE-2022-34311](CVE-2022/CVE-2022-343xx/CVE-2022-34311.json) (`2024-04-30T20:19:51.123`)
|
||||
- [CVE-2023-3758](CVE-2023/CVE-2023-37xx/CVE-2023-3758.json) (`2024-04-30T20:15:06.787`)
|
||||
- [CVE-2023-39683](CVE-2023/CVE-2023-396xx/CVE-2023-39683.json) (`2024-04-30T20:16:34.483`)
|
||||
- [CVE-2023-6546](CVE-2023/CVE-2023-65xx/CVE-2023-6546.json) (`2024-04-30T20:15:06.933`)
|
||||
- [CVE-2024-1394](CVE-2024/CVE-2024-13xx/CVE-2024-1394.json) (`2024-04-30T20:15:07.090`)
|
||||
- [CVE-2024-1441](CVE-2024/CVE-2024-14xx/CVE-2024-1441.json) (`2024-04-30T20:15:07.380`)
|
||||
- [CVE-2024-1488](CVE-2024/CVE-2024-14xx/CVE-2024-1488.json) (`2024-04-30T20:15:07.537`)
|
||||
- [CVE-2024-1753](CVE-2024/CVE-2024-17xx/CVE-2024-1753.json) (`2024-04-30T20:15:07.650`)
|
||||
- [CVE-2024-2494](CVE-2024/CVE-2024-24xx/CVE-2024-2494.json) (`2024-04-30T20:15:08.067`)
|
||||
- [CVE-2024-28834](CVE-2024/CVE-2024-288xx/CVE-2024-28834.json) (`2024-04-30T20:15:07.763`)
|
||||
- [CVE-2024-28835](CVE-2024/CVE-2024-288xx/CVE-2024-28835.json) (`2024-04-30T20:15:07.890`)
|
||||
- [CVE-2024-29471](CVE-2024/CVE-2024-294xx/CVE-2024-29471.json) (`2024-04-30T20:22:53.443`)
|
||||
- [CVE-2024-29472](CVE-2024/CVE-2024-294xx/CVE-2024-29472.json) (`2024-04-30T20:22:59.060`)
|
||||
- [CVE-2024-3019](CVE-2024/CVE-2024-30xx/CVE-2024-3019.json) (`2024-04-30T20:15:08.733`)
|
||||
- [CVE-2024-31080](CVE-2024/CVE-2024-310xx/CVE-2024-31080.json) (`2024-04-30T20:15:08.150`)
|
||||
- [CVE-2024-31081](CVE-2024/CVE-2024-310xx/CVE-2024-31081.json) (`2024-04-30T20:15:08.270`)
|
||||
- [CVE-2024-31083](CVE-2024/CVE-2024-310xx/CVE-2024-31083.json) (`2024-04-30T20:15:08.370`)
|
||||
- [CVE-2024-4071](CVE-2024/CVE-2024-40xx/CVE-2024-4071.json) (`2024-04-30T20:37:35.630`)
|
||||
- [CVE-2024-4072](CVE-2024/CVE-2024-40xx/CVE-2024-4072.json) (`2024-04-30T20:31:20.667`)
|
||||
- [CVE-2022-25517](CVE-2022/CVE-2022-255xx/CVE-2022-25517.json) (`2024-04-30T22:15:07.597`)
|
||||
- [CVE-2024-28182](CVE-2024/CVE-2024-281xx/CVE-2024-28182.json) (`2024-04-30T22:15:07.760`)
|
||||
|
||||
|
||||
## Download and Usage
|
||||
|
65
_state.csv
65
_state.csv
@ -193895,7 +193895,7 @@ CVE-2022-25512,0,0,b1c52ac21af7250e857ad7d3985d7bc7f57879f1a24979d1fb5e09eddb0eb
|
||||
CVE-2022-25514,0,0,f1c59f22d2e4b565c8a11c7a6bfeec9d476bf98622771797a7f4a62a438a26f7,2024-04-11T01:14:51.077000
|
||||
CVE-2022-25515,0,0,172f8e1e5d01426a23d61bd25b6ebc6f4d75111de98d4a5d3e8cc93d80a1deae,2024-04-11T01:14:51.140000
|
||||
CVE-2022-25516,0,0,465345018be8e617c1a005efa2d9875ffde962bc2da0eb32f30ac004005a22a4,2024-04-11T01:14:51.197000
|
||||
CVE-2022-25517,0,0,ee1f736415d1d6f570e99015d022356ab2037b736141809a5b1c7311ffd48f3d,2024-04-30T07:15:48.720000
|
||||
CVE-2022-25517,0,1,5d1a3774decdcfeee876c84915a71a351158f773ca8bc7ce3d0941f76c5f3b86,2024-04-30T22:15:07.597000
|
||||
CVE-2022-25518,0,0,d1a9366eab4bd91c59f6bf12692e59eb1c69dbadcaea3ad3132182cbffcfd280,2022-03-28T20:08:30.037000
|
||||
CVE-2022-2552,0,0,125fa71079048e18e7435d117a5f8b319e30f8387bf3eb810bcd3b5b3c73dabb,2023-11-07T03:46:39.677000
|
||||
CVE-2022-25521,0,0,369c8b3e5327b316aa0ef07431129995f3d0b64c4960eae6c42480cc301fc961,2023-11-07T03:44:47.390000
|
||||
@ -200872,10 +200872,10 @@ CVE-2022-34305,0,0,30428a46762e722df668b7e8244c6c47d52700479ac96490f4fbcb7b9ceba
|
||||
CVE-2022-34306,0,0,cf3fa9938d5ffb5ea66dde569ae3ce85d251bacb769791b4edfa76ed40cfc054,2023-08-08T14:21:49.707000
|
||||
CVE-2022-34307,0,0,df5c5173557f4d18358805fee3cee67f47c049a7cc782aae114c344558ca2179,2023-08-08T14:22:24.967000
|
||||
CVE-2022-34308,0,0,7a24daf28987b6395ad37cfb7dfa18030cf40e89768193084f054b4e27797c40,2022-10-08T13:18:23.537000
|
||||
CVE-2022-34309,0,1,6d1a25c0f4bed7509bd7097b43b653a6cf641816ac6aa820434357d353de3b69,2024-04-30T20:18:51.433000
|
||||
CVE-2022-34309,0,0,6d1a25c0f4bed7509bd7097b43b653a6cf641816ac6aa820434357d353de3b69,2024-04-30T20:18:51.433000
|
||||
CVE-2022-3431,0,0,242becf8e2e731fd00c625bd439c9e3ec69fc50330bede68b7a322fda0a36c46,2023-10-14T02:23:44.330000
|
||||
CVE-2022-34310,0,0,006db9a6d01a6050f1ef5db988d46f3b74d48159e9cf020540c852d421df2ccd,2024-02-12T20:39:15.693000
|
||||
CVE-2022-34311,0,1,840f3ac7e9f4c35d5e4f7e000df853c77490c55160d4efb9e3d4e716c51e2e0e,2024-04-30T20:19:51.123000
|
||||
CVE-2022-34311,0,0,840f3ac7e9f4c35d5e4f7e000df853c77490c55160d4efb9e3d4e716c51e2e0e,2024-04-30T20:19:51.123000
|
||||
CVE-2022-34312,0,0,36bf290acf9b6fb992a454affa16bfddd06954591d9ef526d056e5408b33816e,2023-11-07T03:48:31.727000
|
||||
CVE-2022-34313,0,0,3d74592e4354d9190b5a05e1f74672591838899f40e539ed853448a5cbd6162a,2023-11-07T03:48:31.813000
|
||||
CVE-2022-34314,0,0,1dca73a33501e4fdf095479a6ef572b64c80708a3b78a556723a539a48e62573,2023-11-07T03:48:31.900000
|
||||
@ -226867,7 +226867,7 @@ CVE-2023-37576,0,0,b3086c097e8f97ccae74b878d2a502ec848400a667c99182b03cba4819265
|
||||
CVE-2023-37577,0,0,3d47904e6714d7a055f1c3c55b7d81ffcc7991c99e251b7d10413eaa6b52422a,2024-04-09T21:15:12.807000
|
||||
CVE-2023-37578,0,0,ba12ca5aa2e270904d2e8b59157d3f65b05f5a4d93e555484e17817f5052ca06,2024-04-09T21:15:12.900000
|
||||
CVE-2023-37579,0,0,162475d9c10c03bb62253b4c06df5b03f8c0200b6108cb5a121856967edaa5b2,2023-07-20T17:37:20.790000
|
||||
CVE-2023-3758,0,1,229a122999f71ddb82e173f067760a36b370f323f77511bcb4b87e837efab586,2024-04-30T20:15:06.787000
|
||||
CVE-2023-3758,0,0,229a122999f71ddb82e173f067760a36b370f323f77511bcb4b87e837efab586,2024-04-30T20:15:06.787000
|
||||
CVE-2023-37580,0,0,bae9f92d653d361aeb909d5e42dce31c2da6a6bba3b212aa2530c8274e5b606d,2023-12-22T15:16:27.810000
|
||||
CVE-2023-37581,0,0,98103a9a7ec0c92020dfa9a697e6c5df21ed2d932a7d784c6317de2f609cd32a,2023-11-07T04:17:00.163000
|
||||
CVE-2023-37582,0,0,32e5b7f8ae6b98ea7fa4c9ee1081e939ae14653ee66f31f201bc834b4e2b62d2,2023-07-20T02:11:34.330000
|
||||
@ -228428,7 +228428,7 @@ CVE-2023-39677,0,0,0e73e7e363f6c3803250913cd5e1de1ec30ae2288205a2e5d42bf1e4c58ab
|
||||
CVE-2023-39678,0,0,b6ab7487108f392d102171572256dcb415c3640956db28accd28002b8437c925,2023-09-01T14:56:42.557000
|
||||
CVE-2023-39680,0,0,232591f01c8a53d6d16c246f139ad1a3e1d1f4f5ecf9ead6d9dd9f8cc8b1ded4,2023-10-26T17:36:04
|
||||
CVE-2023-39681,0,0,abda9e9f215258acc55e73bb4b3989a5fd8b0439a5f78d41e5515e7c7e370732,2023-09-08T14:16:00.450000
|
||||
CVE-2023-39683,0,1,6a926a14dd9b628fa662f5ffa383239bfefe481fe1d459ff4c089e91ce875be7,2024-04-30T20:16:34.483000
|
||||
CVE-2023-39683,0,0,6a926a14dd9b628fa662f5ffa383239bfefe481fe1d459ff4c089e91ce875be7,2024-04-30T20:16:34.483000
|
||||
CVE-2023-39685,0,0,6410c10bf5b088172c166988811f55a176bce5474336564aa1b795684fc642d4,2023-09-06T21:05:35.420000
|
||||
CVE-2023-3969,0,0,85b8e2cc7654b5d6171ed485d0fce945d72b18855714f726d2ce13b95f752b0c,2024-04-11T01:21:29.943000
|
||||
CVE-2023-39691,0,0,4b357d956a350c5f9e7b6fcf84b820e1661fe0feabcd561768b2cd5601955d29,2024-01-22T19:52:59.680000
|
||||
@ -237878,7 +237878,7 @@ CVE-2023-6540,0,0,e8a4000d3c1c7c36a8e07e1b70f09f28354d68ee96913653b539560cbc6666
|
||||
CVE-2023-6542,0,0,3003b22c56226936503fcbd3e01db5b83c31e11bacc81c5b330ec2a4d5df4705,2023-12-18T20:00:10.587000
|
||||
CVE-2023-6544,0,0,f34f565712c193f297fffd788c8dc3f1673ffa540d2b79d8560688077db43fc0,2024-04-25T17:24:59.967000
|
||||
CVE-2023-6545,0,0,e8fad407643f309508d7beca42d5ec4316241428ccdf0ffe16ab6d5de81adac9,2024-02-15T11:15:10.127000
|
||||
CVE-2023-6546,0,1,2da8dd9ddc937b4a4f18ff33802ce7ad7d25ae777b650da4284b655fdb2dfa14,2024-04-30T20:15:06.933000
|
||||
CVE-2023-6546,0,0,2da8dd9ddc937b4a4f18ff33802ce7ad7d25ae777b650da4284b655fdb2dfa14,2024-04-30T20:15:06.933000
|
||||
CVE-2023-6547,0,0,2916ee27da61a814e8994bd469cb1aad4b6a948d5260e9e94d921cc96ef53cf1,2023-12-14T19:31:10.497000
|
||||
CVE-2023-6548,0,0,d72f1da21f4679c438af227a53a72909321a82fbe8a6c1ba2869cadbc4cb4979,2024-01-25T16:45:58.287000
|
||||
CVE-2023-6549,0,0,4628b4d9b2a1d597253023171a98e3f518f7c4c3f05994e40027582299785db0,2024-01-24T20:48:33.600000
|
||||
@ -239588,7 +239588,7 @@ CVE-2024-1390,0,0,71eb0c49e1915160a890c9df4d2040fa529dd6e699ca4bdcf3f6829a9c0e60
|
||||
CVE-2024-1391,0,0,95159e2513e9127a66f6050cbc2679326245e87281e8aee9653919649cc97f74,2024-03-13T18:15:58.530000
|
||||
CVE-2024-1392,0,0,0948736f211221c32ddb432668205bccae67223b950d877ef11c76bff68a1c8f,2024-03-13T18:15:58.530000
|
||||
CVE-2024-1393,0,0,d7662d0cf4655f5dc37cac1727274e85c0d695350e85be99fa06d400366cbddc,2024-03-13T18:15:58.530000
|
||||
CVE-2024-1394,0,1,3c65d3e8fd0844435ba6ceeb902629f5b980dfa76bac2c50d4bc4f04ebd6ba76,2024-04-30T20:15:07.090000
|
||||
CVE-2024-1394,0,0,3c65d3e8fd0844435ba6ceeb902629f5b980dfa76bac2c50d4bc4f04ebd6ba76,2024-04-30T20:15:07.090000
|
||||
CVE-2024-1397,0,0,e6d8c9c2beca75d3fdc5f918cb423cf21913a9c807f46126d5b49c29c7bd60f0,2024-03-13T12:33:51.697000
|
||||
CVE-2024-1398,0,0,2b28153468f4d42956e25c3f4649f2a8573b6a6d707501b23def6a1cde88644b,2024-03-04T13:58:23.447000
|
||||
CVE-2024-1400,0,0,295a10f36c3e13d694d09cafc6872c0c48f9e2b4c87da0889327ecdac7abe4ac,2024-03-12T12:40:13.500000
|
||||
@ -239625,7 +239625,7 @@ CVE-2024-1435,0,0,3d9157bea425ae0ccbf8fb80f8804820a71722fe736e6d6583f664e8ae632d
|
||||
CVE-2024-1436,0,0,6bc8b27a2ea5af40fccc1e92152c5147ee2de193867fde85be366aba07117a2b,2024-02-26T16:32:25.577000
|
||||
CVE-2024-1437,0,0,95b845910a840a20b7fa4620989917eab09ec6f88cd90b7d076b0bb6f7afcc4a,2024-02-29T13:49:29.390000
|
||||
CVE-2024-1439,0,0,111aa319a28b6612b690706c94ad9d813b84a022aa5a41258ea3f5bb43056ff3,2024-02-12T14:19:54.330000
|
||||
CVE-2024-1441,0,1,f364258337462cfa80910faec94b096ae863c3d271a16626be7d0063c601ef00,2024-04-30T20:15:07.380000
|
||||
CVE-2024-1441,0,0,f364258337462cfa80910faec94b096ae863c3d271a16626be7d0063c601ef00,2024-04-30T20:15:07.380000
|
||||
CVE-2024-1442,0,0,d5be8c6d2acf818787220c68cc096ecac92494a9aeb2f3b78b57d2953e31d3e2,2024-03-08T14:02:57.420000
|
||||
CVE-2024-1443,0,0,34932e3234e341d15ebb98fb4084f5534c320ef5f82ccd8eb14938b6fbaea774,2024-03-07T13:52:27.110000
|
||||
CVE-2024-1444,0,0,56d4978632986301b509a1a8d65f888b9f13fd4ebe8f88db05c849bbae5ae999,2024-02-16T17:15:08.710000
|
||||
@ -239667,7 +239667,7 @@ CVE-2024-1483,0,0,1ba808cb1c0d1fdcf5723092c3904b20d4561fdb7083f3ee67b919f5196c58
|
||||
CVE-2024-1484,0,0,2816ffb064ebf87ebca44e6afd6928df4e130e61997f3bc50802157887bafe8f,2024-03-13T18:15:58.530000
|
||||
CVE-2024-1485,0,0,b9f4145834ee9d538c2d6e8caecb301f8f2dde5a282a13e80f59671c5263bb0b,2024-02-22T01:15:07.980000
|
||||
CVE-2024-1487,0,0,4babefa588849ee1245b3617562779aff5a83c140fe8b2bbb7875eaeb547f015,2024-03-12T12:40:13.500000
|
||||
CVE-2024-1488,0,1,00be716747b36e6331af206fb88982fa5f577f96fb20ab297d9b79c8c296ac7b,2024-04-30T20:15:07.537000
|
||||
CVE-2024-1488,0,0,00be716747b36e6331af206fb88982fa5f577f96fb20ab297d9b79c8c296ac7b,2024-04-30T20:15:07.537000
|
||||
CVE-2024-1489,0,0,601abc5a034fbcf389e475f712bdb62e609e01342eb7a5cc6cdf4f20f6ce0143,2024-03-13T18:15:58.530000
|
||||
CVE-2024-1491,0,0,ddc08e6eeeb1b6156fa6d1c5da2cfcbc0867068589e70023eb5d72570304a438,2024-04-19T13:10:25.637000
|
||||
CVE-2024-1492,0,0,ac491e1ac05085ffca5a01bc169673ef656902c869bec5c48f97ccc7785388e6,2024-02-29T13:49:29.390000
|
||||
@ -239859,7 +239859,7 @@ CVE-2024-1749,0,0,333be4b88192e2e4c430588986a6c08bc8d18a961724558cd63d34341f9df2
|
||||
CVE-2024-1750,0,0,e3bbc65ee5131d172a658128bbf945392e55621bf205fc2f71228c3e1b5f20b2,2024-04-11T01:24:30.157000
|
||||
CVE-2024-1751,0,0,7aa616bef5e27ed13b371ce9dacd4080fc5ffa6154b1e45a0ce11f0de1f1df9e,2024-03-13T18:15:58.530000
|
||||
CVE-2024-1752,0,0,3b691eb63c202be2eb926d4c3601a8229a1e699fd5812dcaec474adfd9c6bd05,2024-04-08T18:48:40.217000
|
||||
CVE-2024-1753,0,1,1f1a7bf1dc4d02c534be12316855d80ba31bc2457e44c0717f2708e5dcc19b8e,2024-04-30T20:15:07.650000
|
||||
CVE-2024-1753,0,0,1f1a7bf1dc4d02c534be12316855d80ba31bc2457e44c0717f2708e5dcc19b8e,2024-04-30T20:15:07.650000
|
||||
CVE-2024-1754,0,0,bb1af71458eba5bdfb6b90e382cbcddd60b96fb9bcb7aef4fa5483aa2a532c8d,2024-04-15T13:15:31.997000
|
||||
CVE-2024-1755,0,0,c4c00c2e9213cda2dc6708362bc52ae20ba1dfc3c894f2897c9375b229ad840b,2024-04-15T13:15:31.997000
|
||||
CVE-2024-1756,0,0,62e52d79aae78b309e4cd5e4ccf86fb8ee93e230c568d1d0b7a63a1cf36aba4f,2024-04-24T13:39:42.883000
|
||||
@ -242606,7 +242606,7 @@ CVE-2024-24936,0,0,b40cba45486310464826445db58797cda9708090ef629993d6b65c1322a94
|
||||
CVE-2024-24937,0,0,c158a1376665515fcdd077ebbbc61196266e17dfca3642cdd3f2b284922e7576,2024-02-09T01:05:30.783000
|
||||
CVE-2024-24938,0,0,919f0844348072e68674027ea0a3644c0c8fc392a786b352b8f3abde920f1f60,2024-02-09T01:05:13.527000
|
||||
CVE-2024-24939,0,0,b2b5d03f9e7db36f290b4e039454a0e87440b3b4044776d74739544bb234180a,2024-02-09T01:04:16.577000
|
||||
CVE-2024-2494,0,1,ca619baa8fd230df6a39fee3cda8883da0fdecdca74c197bc27d803e06927aaa,2024-04-30T20:15:08.067000
|
||||
CVE-2024-2494,0,0,ca619baa8fd230df6a39fee3cda8883da0fdecdca74c197bc27d803e06927aaa,2024-04-30T20:15:08.067000
|
||||
CVE-2024-24940,0,0,3b807f9711835fcb1381b61d94808660dccf6fdaaa44b568b18928314f306783,2024-02-07T23:45:31.493000
|
||||
CVE-2024-24941,0,0,3ce7539cc2c00ca21eaf8843bb8dfa494f8daac6c677d25fe85a072b680aec63,2024-02-09T01:05:05.250000
|
||||
CVE-2024-24942,0,0,98967e5f253d2f0e2d6c9adde01d5feb324664bac3fce3b7b875de585c5550eb,2024-02-09T01:03:13.453000
|
||||
@ -244417,7 +244417,7 @@ CVE-2024-28179,0,0,ef6ae2036e6544bf5151cf60e7ee1d4ce9fa0e57ac3f9b1135a092fce4db6
|
||||
CVE-2024-2818,0,0,aea687083c16896170a5552b37f956b1670d4afc51a0429ca79d8567da16c99d,2024-03-28T12:42:56.150000
|
||||
CVE-2024-28180,0,0,70b7e15bae54b0026dbd7121b8d49cac4933c8976161f82f27967c15e8313bd2,2024-03-31T03:15:07.680000
|
||||
CVE-2024-28181,0,0,6fe6fc40aea923ab45a31104eec21bd5517ea3b5ecb606b759ae10c9ef55df1d,2024-03-14T20:11:36.180000
|
||||
CVE-2024-28182,0,0,4948b0626bb9b4fd1e6576d7ee827606db85f26579f7716da641e473fd557c9a,2024-04-20T03:15:06.970000
|
||||
CVE-2024-28182,0,1,9e56a2ac5b311dfd977ad0e3823b3aa282041e54657b59c4cfda6c2281c2f26c,2024-04-30T22:15:07.760000
|
||||
CVE-2024-28183,0,0,643292dec7e2c62a314435936df2f6b3b26afeacc823e8335f2b17ff913aa8e1,2024-03-25T16:43:06.137000
|
||||
CVE-2024-28184,0,0,477afbf0dc7ee8d9429045c75878ff2a88abaa5598b6ce7fba2a5f1850b6b613,2024-03-23T03:15:11.827000
|
||||
CVE-2024-28185,0,0,cc2656652c1c44ec17bee34b644a1576f8f10c4a5ea602e72e56b5ef658adb53,2024-04-18T18:25:55.267000
|
||||
@ -244676,8 +244676,8 @@ CVE-2024-28823,0,0,d5aa89b5cdac6c3847ac374cba2a65b191e57c43dc618aabb1da571ab5b5e
|
||||
CVE-2024-28824,0,0,5a9476ae0fdb0520e3a986c832f5f9e27a50da5cb3aa11e06910544296f0e530,2024-03-22T12:45:36.130000
|
||||
CVE-2024-28825,0,0,9e6f2228e06896e59bb560ffc81c60a9a09c25eeaded2122eaaaf9d670949d13,2024-04-24T13:39:42.883000
|
||||
CVE-2024-2883,0,0,e66be81816608580e2e81ffcb02cca4ae9a2aa5cbea60907cc2e1d80cffbaf4a,2024-03-29T04:15:08.743000
|
||||
CVE-2024-28834,0,1,0d992949c5951ea91fd369dde3d11fbc1510ed60b7dacd4d1e9ba24a8ffc81f4,2024-04-30T20:15:07.763000
|
||||
CVE-2024-28835,0,1,e2c64d597797f4d9bd8840a3c72668fb674cc059734d8e9bb5eb9d327ded546c,2024-04-30T20:15:07.890000
|
||||
CVE-2024-28834,0,0,0d992949c5951ea91fd369dde3d11fbc1510ed60b7dacd4d1e9ba24a8ffc81f4,2024-04-30T20:15:07.763000
|
||||
CVE-2024-28835,0,0,e2c64d597797f4d9bd8840a3c72668fb674cc059734d8e9bb5eb9d327ded546c,2024-04-30T20:15:07.890000
|
||||
CVE-2024-28836,0,0,ef9665bb9a0895616f82c07b3b8f93ecbb9dcd318a88906096e3fd29af01d6df,2024-04-03T12:38:04.840000
|
||||
CVE-2024-28847,0,0,91e84a48bf06058e30212c2ac01ab493cb3959d3b6bfc21c8760687b856baf08,2024-03-17T22:38:29.433000
|
||||
CVE-2024-28848,0,0,34495c9c0f308730fc81e42605f83951bd37f923638227e6b1f0c5438e0285ef,2024-03-21T02:52:25.197000
|
||||
@ -244982,7 +244982,7 @@ CVE-2024-29374,0,0,dd275404ab360479a756d96aca2b6517b11bd3239b0ee4b1b68a18e9bbec3
|
||||
CVE-2024-29375,0,0,61c42a83ac8fdf63093e9fa8c57bcfe142ca6a7e368bf61cc8c311f84268ba4d,2024-04-04T12:48:41.700000
|
||||
CVE-2024-29376,0,0,353450270c15de8d6584b5c13c6c22d511637174d15636f8c676ae8554917a6d,2024-04-22T19:24:06.727000
|
||||
CVE-2024-2938,0,0,b4de887b401671a3c70dc4beb4fbd8e2e836eaf875fc7ea1bcf7cd31bf7c355e,2024-04-11T01:25:41.960000
|
||||
CVE-2024-29384,1,1,8ab24667e551cc1f6e992d9ededa2b5fb2701491a705d9d4c963f9f6f3ba2187,2024-04-30T20:15:07.993000
|
||||
CVE-2024-29384,0,0,8ab24667e551cc1f6e992d9ededa2b5fb2701491a705d9d4c963f9f6f3ba2187,2024-04-30T20:15:07.993000
|
||||
CVE-2024-29385,0,0,8759a5732499ce248301d7321fb10ac2a0ff45ccfb82ec638dc2ec07b266090d,2024-03-22T19:02:10.300000
|
||||
CVE-2024-29386,0,0,46150b3636ce7f0c25cb166967d8e2ffb59b578767fa72331e04f23b7ba93e5f,2024-04-05T12:40:52.763000
|
||||
CVE-2024-29387,0,0,64dc77a900c3b36a10f003711c44947a360d31708081f08c65915c82f4e2f15d,2024-04-05T12:40:52.763000
|
||||
@ -245020,12 +245020,12 @@ CVE-2024-29455,0,0,407cf55ddf9b5933109bc2c849de83fa36f35bf4ad5d595bc3c9616a07500
|
||||
CVE-2024-2946,0,0,b86288fa77fb47b4b83be2e46631f0944d38df3dbc98c9ee65a2d9324fa3b190,2024-04-10T13:23:38.787000
|
||||
CVE-2024-29460,0,0,b846dd78dc5e35e9b0ddcbf6b64c6fe8dd169ef35be60b3c712c2dd2787cb070,2024-04-11T12:47:44.137000
|
||||
CVE-2024-29461,0,0,0ea3979c495137b90acde4ca36a0a99c570c5e7619fef41ff59b36c98cf5a199,2024-04-15T13:15:51.577000
|
||||
CVE-2024-29466,1,1,cfe8a0a8d731e0d717c3bf4aac6c167f0954752c74843ae4f40cbd37c69859ec,2024-04-30T21:15:45.863000
|
||||
CVE-2024-29466,0,0,cfe8a0a8d731e0d717c3bf4aac6c167f0954752c74843ae4f40cbd37c69859ec,2024-04-30T21:15:45.863000
|
||||
CVE-2024-29469,0,0,fcd29429266b7a87e58735d5b1a87e454245abd68c4217f0834c945fcf2dbdeb,2024-03-21T12:58:51.093000
|
||||
CVE-2024-2947,0,0,acb30fbb0a4055624373711035b1b0d2441808b9f02a8ce6afea8cbcfc11c139,2024-04-18T02:15:06.973000
|
||||
CVE-2024-29470,0,0,47e23a8af4be8b838695296b19cd4bea426144fbae12eb976431244ea0a84b06,2024-03-21T12:58:51.093000
|
||||
CVE-2024-29471,0,1,569923400f40a6efe6030cc71a347ae793397ecf7ebf5c2a3d262ed53ce72ba7,2024-04-30T20:22:53.443000
|
||||
CVE-2024-29472,0,1,f3df3baebfe7762a019896ca522eb15eeefcccb64b1d9440272c242ef08fafe1,2024-04-30T20:22:59.060000
|
||||
CVE-2024-29471,0,0,569923400f40a6efe6030cc71a347ae793397ecf7ebf5c2a3d262ed53ce72ba7,2024-04-30T20:22:53.443000
|
||||
CVE-2024-29472,0,0,f3df3baebfe7762a019896ca522eb15eeefcccb64b1d9440272c242ef08fafe1,2024-04-30T20:22:59.060000
|
||||
CVE-2024-29473,0,0,d42d93e4aaed5d569b8ee6b44fe806356ec5a060a750aa693636bcb2a2ab4219,2024-03-21T12:58:51.093000
|
||||
CVE-2024-29474,0,0,2aadcb81ffb1d351041d20929f964ee8063ff37b32acc5a730656efc04de5a06,2024-03-21T12:58:51.093000
|
||||
CVE-2024-29477,0,0,de7f481f5795eaec84a145aef7d5c448e8d3e580fe050c669bcf013e697d8003,2024-04-03T12:38:04.840000
|
||||
@ -245320,7 +245320,7 @@ CVE-2024-30185,0,0,a781b9014abd19a00a8d62f1c673ab43addf79eb808bed01ac8422942c39f
|
||||
CVE-2024-30186,0,0,fb11f40c5a3e049b4173bd5ffb37b55dd352f80bf009d46c6a7e0ed4bd19ac71,2024-03-27T12:29:30.307000
|
||||
CVE-2024-30187,0,0,f8d37ff5304c8d102184c9586047a497264eab63488a1192b60bf85807ce2976,2024-03-25T13:47:14.087000
|
||||
CVE-2024-30189,0,0,3f4990ace311ce3f5f501a6dcf406cbed1780f0c03c898c2001b2eab67f70f47,2024-04-09T12:48:04.090000
|
||||
CVE-2024-3019,0,1,26781c9df250110b6a509bf87d739e51c2ab01078faac5b13ae615535afe533e,2024-04-30T20:15:08.733000
|
||||
CVE-2024-3019,0,0,26781c9df250110b6a509bf87d739e51c2ab01078faac5b13ae615535afe533e,2024-04-30T20:15:08.733000
|
||||
CVE-2024-30190,0,0,51fa3b61b1a89cc1e5bfc291b48055ea6ae2c46214176899850afb7f6a1c269a,2024-04-09T12:48:04.090000
|
||||
CVE-2024-30191,0,0,ebc6f15da39286087c5d03b22d2078cfcc767238c4f5e6e7ea4485533eac454d,2024-04-09T12:48:04.090000
|
||||
CVE-2024-30192,0,0,c058935b45ae3c1c682d0c8091f1486b6546bc2f278e4ebfa792d597067b45ed,2024-03-27T12:29:30.307000
|
||||
@ -245829,10 +245829,10 @@ CVE-2024-31064,0,0,f87fea954d6623f92ad98dc571744769b0a41ba2a8ecac509cf34a5bc1aaa
|
||||
CVE-2024-31065,0,0,36c2c4ddfef551b3df9316a574430562ba7ec0ea51f9e5ecbfa0af993c7946d3,2024-03-28T20:53:20.813000
|
||||
CVE-2024-31069,0,0,d29f1e01bd410bc9e289e23142033a3c4695bcaf7cee5af8670edc7046e0bf75,2024-04-15T13:15:51.577000
|
||||
CVE-2024-31077,0,0,cf1dae6bdc673263e7fd88f3fafa76996295a3cc4f001c878e21a09e0714f3a7,2024-04-23T12:52:09.397000
|
||||
CVE-2024-31080,0,1,9c7f44e6307310152ffd74456414e74f1aaac9824946144cd19f385a8ea2e5e3,2024-04-30T20:15:08.150000
|
||||
CVE-2024-31081,0,1,be40d1917ec10c5f78f5d279a176721be7a921ac75fbee5fc52aa15bb5db30e8,2024-04-30T20:15:08.270000
|
||||
CVE-2024-31080,0,0,9c7f44e6307310152ffd74456414e74f1aaac9824946144cd19f385a8ea2e5e3,2024-04-30T20:15:08.150000
|
||||
CVE-2024-31081,0,0,be40d1917ec10c5f78f5d279a176721be7a921ac75fbee5fc52aa15bb5db30e8,2024-04-30T20:15:08.270000
|
||||
CVE-2024-31082,0,0,5bd47d789b65017aa198a3c2ac34b0aa429ab490a4fcd5200779dbcd7d5b3ef9,2024-04-04T16:33:06.610000
|
||||
CVE-2024-31083,0,1,aedbf2a0cc8133ab7e9baba1dfaa606099e5641afbcc44231ad3aa1131e63e23,2024-04-30T20:15:08.370000
|
||||
CVE-2024-31083,0,0,aedbf2a0cc8133ab7e9baba1dfaa606099e5641afbcc44231ad3aa1131e63e23,2024-04-30T20:15:08.370000
|
||||
CVE-2024-31084,0,0,7e7f6ad60462c421140a8806edcef098f25e94de0014c2ff06256ca8e21d3894,2024-04-01T01:12:59.077000
|
||||
CVE-2024-31085,0,0,159d63f28600902a854d5dada2c0b5fba89225c71015785af44f46e211303b47,2024-04-01T01:12:59.077000
|
||||
CVE-2024-31086,0,0,3a59132be6de96612b5e7dbc7323f59f175814cf3bfa0c8c82639a22898b6c14,2024-04-15T13:15:31.997000
|
||||
@ -246677,6 +246677,7 @@ CVE-2024-32957,0,0,346b5f65dd888f3e9cb1b26dea7ac5e5c32edd9cfc4549cda79654054cc98
|
||||
CVE-2024-32958,0,0,6e18b56f26294982072f644e4fa58f1addf07815dbbad1f52ebebe6c09cb7d66,2024-04-24T17:16:50.397000
|
||||
CVE-2024-3296,0,0,bcc39314c1e9f6d53aa0ccc8e7e7cac7c279f7f6ee5a27f19287b128ea2ed6c7,2024-04-05T12:15:37.777000
|
||||
CVE-2024-32961,0,0,37957fa4fcdb7f781bae6e07abfae16d232866e70e85a1248b96c2770b0e66b0,2024-04-25T13:18:13.537000
|
||||
CVE-2024-32970,1,1,1c23eb22bd58fc9df90c9bdd393406dd14e3e53bd4023cea5157de59ac3fab57,2024-04-30T23:15:06.483000
|
||||
CVE-2024-3298,0,0,35145d829af4d19541380a93e6723503e514b69e11aa4b007b05099610c37f21,2024-04-04T16:33:06.610000
|
||||
CVE-2024-3299,0,0,f60f2a80accdd6f345a6a9cd66637eda180121596f90c2e7d75707c9fce20eb6,2024-04-04T16:33:06.610000
|
||||
CVE-2024-3302,0,0,125cce6ead91da0349b4d4d5e52af6eb4c2a0511fb870ab9451e4f4746c28bb4,2024-04-24T10:15:07.417000
|
||||
@ -246718,7 +246719,7 @@ CVE-2024-33308,0,0,c7a96f814c2d5cc70229a8e21ec556c626542afdc137f20682b753e0d11d5
|
||||
CVE-2024-33309,0,0,bc213cb8c1d9aef27edd281310b54c36cbe3c640e12ed51efcef8f301e533289,2024-04-30T17:52:35.057000
|
||||
CVE-2024-3333,0,0,8caee5b26018a8a7a4f06ec5d64d35dd731cf8d2f43a25885f4e67db044a1bff,2024-04-17T12:48:07.510000
|
||||
CVE-2024-33331,0,0,d376453cc8c649ab7a3cb33fa711c6bde798d37e4f57b1f2e9caeddda1eec751,2024-04-28T23:15:07.120000
|
||||
CVE-2024-33332,1,1,3acf1b55d9e00ecee5b4b8e47df795de90d3a47fc2417c656e353689ea201f9d,2024-04-30T20:15:08.467000
|
||||
CVE-2024-33332,0,0,3acf1b55d9e00ecee5b4b8e47df795de90d3a47fc2417c656e353689ea201f9d,2024-04-30T20:15:08.467000
|
||||
CVE-2024-33338,0,0,bc2e0086bf2c48a9038877027b241659108a96f5574842a86f97d96236d8f8f9,2024-04-30T13:11:16.690000
|
||||
CVE-2024-33339,0,0,1af2e0249bed8750531b95be13d2086bbc874a9cb43e2918f6202dbfdd9b1a67,2024-04-29T05:15:06.340000
|
||||
CVE-2024-33342,0,0,4ff11c7e369d836ce7a1244b0b48afc72b8090af879823bb663cc593e2824dbc,2024-04-26T19:59:19.793000
|
||||
@ -246726,14 +246727,14 @@ CVE-2024-33343,0,0,17e1971be9c2ae8ba52a2cc25de4ae4286a5a8f05a2fb81a46885d3dfd33c
|
||||
CVE-2024-33344,0,0,f74e33f11e6670462bc5b65f54260ae5e05e3409e05b053682376a20da3d6d34,2024-04-26T19:59:19.793000
|
||||
CVE-2024-33345,0,0,ea0a4dfcb2dc161c059585938c3da90eaea0f5fc389718277fb74ef21bf28942,2024-04-30T13:11:16.690000
|
||||
CVE-2024-33350,0,0,5b213b16d993240d983a5cc05e93d414e8ea7330ad9734a26eda75f7d7a65b76,2024-04-30T13:11:16.690000
|
||||
CVE-2024-33371,1,1,699d06a7ed23d4a96379f16f6a87d223f7790d1b4dea55fc03ed86391d2d0624,2024-04-30T20:15:08.527000
|
||||
CVE-2024-33383,1,1,35aa1772b97182be66bf260e2fada5592959f21b8d0171d0fd5643d604c70387,2024-04-30T20:15:08.580000
|
||||
CVE-2024-33371,0,0,699d06a7ed23d4a96379f16f6a87d223f7790d1b4dea55fc03ed86391d2d0624,2024-04-30T20:15:08.527000
|
||||
CVE-2024-33383,0,0,35aa1772b97182be66bf260e2fada5592959f21b8d0171d0fd5643d604c70387,2024-04-30T20:15:08.580000
|
||||
CVE-2024-33401,0,0,0257ba245d43966b8ea0e03e8f08a7375e5df55049a2ef0dac897f7812fea9bd,2024-04-30T13:11:16.690000
|
||||
CVE-2024-3342,0,0,de1407685a84ff141581e4e11e63bda4ec890e2f76cb4a57d17a5da8af4ca55a,2024-04-29T12:42:03.667000
|
||||
CVE-2024-3343,0,0,c7ada54a8973c3f80fc415b1484b0c0d7aeb75e458012c05cd3c69dcc6f0e33f,2024-04-11T12:47:44.137000
|
||||
CVE-2024-33435,0,0,336be6896787c0b2cc989133eeb1d74029a3c6259c6a3d12944f6c00eeae2736,2024-04-30T13:11:16.690000
|
||||
CVE-2024-33436,1,1,2151b1b795e7aee1d952593c4ad501311af95677767f627ce5634a6a0b97493b,2024-04-30T20:15:08.630000
|
||||
CVE-2024-33437,1,1,37a3b8b59089742fe4207db7a85d69ab529fccab74d4ccb0e8bfb461aebf4521,2024-04-30T20:15:08.680000
|
||||
CVE-2024-33436,0,0,2151b1b795e7aee1d952593c4ad501311af95677767f627ce5634a6a0b97493b,2024-04-30T20:15:08.630000
|
||||
CVE-2024-33437,0,0,37a3b8b59089742fe4207db7a85d69ab529fccab74d4ccb0e8bfb461aebf4521,2024-04-30T20:15:08.680000
|
||||
CVE-2024-33438,0,0,5324ea3ed4d3166d7d4a7ad3f3c5e7abe9b23907ad4c2ae7e84926e440338053,2024-04-30T13:11:16.690000
|
||||
CVE-2024-3344,0,0,9f0d30bf7471aa86a4cb4a703805df84e7338e4a65408c3f6ac2fd777c6250e1,2024-04-11T12:47:44.137000
|
||||
CVE-2024-33443,0,0,aa38d3c29529fa4c2e743a25f1bc48c3b24c101cfbd8fbd8b846ef7273809e6e,2024-04-30T13:11:16.690000
|
||||
@ -246889,6 +246890,7 @@ CVE-2024-34088,0,0,636fbe5b1a1e19e1af9ede6b8164c4740f450d66b2d6624f11a2b266568f8
|
||||
CVE-2024-3411,0,0,96154d16b686810c762f6aaf3528d3da5f7f3979059b90a737e06407f7a9307a,2024-04-30T19:35:36.960000
|
||||
CVE-2024-3413,0,0,7c0263f5aa26015f580f259b17ac76e3fb232807ce6eb6b3e0fa4a42d34def58,2024-04-11T01:26:00.727000
|
||||
CVE-2024-3414,0,0,fcf8b2012e3dcab7048965e9d40e8c26f25a86217cc70e6c24a2ae712b119943,2024-04-11T01:26:00.803000
|
||||
CVE-2024-34149,1,1,e8aa8f6c896b2733e9eb7c848c76fd13c72e2659f72ef06a52a09dad46fa517b,2024-04-30T23:15:06.703000
|
||||
CVE-2024-3415,0,0,80d83d8ba89e3620cb20eb7a8b2b10e1c5fbd8b76c068e7c00b4af6deadd81dd,2024-04-11T01:26:00.900000
|
||||
CVE-2024-3416,0,0,80ff57bf3e90219849ee126897ed0aeba823cc8687a23428e6a9fce2d0ea3ba1,2024-04-11T01:26:00.980000
|
||||
CVE-2024-3417,0,0,53c602405b48456bdb445b48d193bee1e804e3a7ad59a2c26d4a0bfda4bd5053,2024-04-11T01:26:01.060000
|
||||
@ -247030,7 +247032,7 @@ CVE-2024-3739,0,0,fed74685470b4939d541579687026089ccef86b1a1737b57a3d1a81d9975c6
|
||||
CVE-2024-3740,0,0,75f61be8bbb353101b1f56f62642608067055ad70ceb68581fdd482be28a2282,2024-04-15T13:15:31.997000
|
||||
CVE-2024-3741,0,0,18f0bf81f75c963cb35a1681834c986aa53b39e5d2ec23e117ba7b35df9dd647,2024-04-19T13:10:25.637000
|
||||
CVE-2024-3742,0,0,4b3ada4ba8a852763747bd8b7f375d88aab1b05d8dd7734620799c1f9021e3bc,2024-04-19T13:10:25.637000
|
||||
CVE-2024-3746,1,1,0967cc7f4f48dbe6649d1089be6b235eae87b07228d72d39e69d52f3c29a01ca,2024-04-30T20:15:08.827000
|
||||
CVE-2024-3746,0,0,0967cc7f4f48dbe6649d1089be6b235eae87b07228d72d39e69d52f3c29a01ca,2024-04-30T20:15:08.827000
|
||||
CVE-2024-3762,0,0,8786cfd326f85cef30984c56459dfc9fe93a76e6338c27d090dd8d173488b8b0,2024-04-15T13:15:31.997000
|
||||
CVE-2024-3763,0,0,1eebac5877c8c886e0c3f8814e0dc9f66bf992c6afa583c2dc485461fb17eebd,2024-04-15T13:15:31.997000
|
||||
CVE-2024-3764,0,0,bc0166392f0fa682ac423224b68b272d1fbe64e8573563127fc316656ba68a89,2024-04-16T07:15:13.437000
|
||||
@ -247144,8 +247146,8 @@ CVE-2024-4065,0,0,60aedc8322130b77238a47ecb3766890b3c8667329e7095eb652994d3ffba7
|
||||
CVE-2024-4066,0,0,2b2d545c036e3d82568e54a7b0ab890434c29cce7d772c8d023e3026a11f8ef8,2024-04-24T13:39:42.883000
|
||||
CVE-2024-4069,0,0,10c7cf46bd81d4e2064a1368b0c713d9b8384070f80ad32c39ae6bd3c89ad4c4,2024-04-24T13:39:42.883000
|
||||
CVE-2024-4070,0,0,bcb7766d61888086c2279ac7d627bf26cef8b5b0138b40e611932816c9b31468,2024-04-24T13:39:42.883000
|
||||
CVE-2024-4071,0,1,b3c554f8a113aa509ad7a3059cad284463f7c3414893813e991075a2dc74897f,2024-04-30T20:37:35.630000
|
||||
CVE-2024-4072,0,1,f4cbf79de4a4a2b65ae3e318918a92042b8e1da29397ff3da833c7b3fe3b4bef,2024-04-30T20:31:20.667000
|
||||
CVE-2024-4071,0,0,b3c554f8a113aa509ad7a3059cad284463f7c3414893813e991075a2dc74897f,2024-04-30T20:37:35.630000
|
||||
CVE-2024-4072,0,0,f4cbf79de4a4a2b65ae3e318918a92042b8e1da29397ff3da833c7b3fe3b4bef,2024-04-30T20:31:20.667000
|
||||
CVE-2024-4073,0,0,cd6b9a0b4041273b39eacc88accab4b27eed8bb21a661b97a552fff795cecb9e,2024-04-24T13:39:42.883000
|
||||
CVE-2024-4074,0,0,54ee17fd7f393f43bd085cf0dad52e1098d3a86070f7c8e5db37e41aca4270c3,2024-04-24T13:39:42.883000
|
||||
CVE-2024-4075,0,0,b337ce732e80d61a7a94e7d1b24517f369d5a9145712a3118619de41efc762cf,2024-04-24T13:39:42.883000
|
||||
@ -247187,6 +247189,7 @@ CVE-2024-4175,0,0,60706a95032c3b7b71280c12c10b7cdce6a73ddf5468ef6a0d21aafa3328ee
|
||||
CVE-2024-4182,0,0,e7bfd5d03ac4e50248987fdc4c50fca364e9bca2384ff17427febaa9cba5bb33,2024-04-26T12:58:17.720000
|
||||
CVE-2024-4183,0,0,ccc399a2445bf78d9e7d0cacf88ee6d06233217c2d933caf866c50fd88c63c71,2024-04-26T12:58:17.720000
|
||||
CVE-2024-4185,0,0,870cde1ba50fb2a21dbb6c16f69556ef544be2c63d8bb0e5fdcdb4be09ff7210,2024-04-30T13:11:16.690000
|
||||
CVE-2024-4192,1,1,22717cc24f48cd5e03f57d705a423c53cc64a35d2d1ef557eabf998712711190,2024-04-30T23:15:06.770000
|
||||
CVE-2024-4195,0,0,320e8c641dbb71fd3a637ea44d2a1260b2aea61b9d12f44c9e97c80bff500815,2024-04-26T12:58:17.720000
|
||||
CVE-2024-4198,0,0,845a410de3c7b102462b76b86fccfba72df0a0950e69dc55e9742bae00fec8d9,2024-04-26T12:58:17.720000
|
||||
CVE-2024-4225,0,0,137d6b94ec01956f7feeb67a075980e050aa1fe597002dbc08f9ce3774f5bbcb,2024-04-30T13:11:16.690000
|
||||
@ -247235,3 +247238,5 @@ CVE-2024-4327,0,0,3d14955fd25b48e70347bc21b9cf8e4172732a4fac4f624dc37f9e58a61e1b
|
||||
CVE-2024-4336,0,0,3217d54bd306c3320285772343c381eeb916064434adbe6d8dee38e0f49c378f,2024-04-30T13:11:16.690000
|
||||
CVE-2024-4337,0,0,8a1cfd2947a23a6e06428062fb85a86a0de43435d27cebf7533e44b2da7feda3,2024-04-30T13:11:16.690000
|
||||
CVE-2024-4340,0,0,0fa7c6bfc883a29aea545d51036f6541f96be5c069cd1c4a978687e541eb6f36,2024-04-30T17:52:35.057000
|
||||
CVE-2024-4348,1,1,6ec64bbd1e9ebb0f0e34f722ed7f84ba7485e6ef22ae3016244dff313e2905ba,2024-04-30T22:15:07.870000
|
||||
CVE-2024-4349,1,1,90e795ddf1750b51c4f0b4ad1210801325137f121923f50a6376d5b630a5b58c,2024-04-30T23:15:07.020000
|
||||
|
Can't render this file because it is too large.
|
Loading…
x
Reference in New Issue
Block a user