diff --git a/CVE-2023/CVE-2023-529xx/CVE-2023-52920.json b/CVE-2023/CVE-2023-529xx/CVE-2023-52920.json
new file mode 100644
index 00000000000..1184da5a9af
--- /dev/null
+++ b/CVE-2023/CVE-2023-529xx/CVE-2023-52920.json
@@ -0,0 +1,21 @@
+{
+ "id": "CVE-2023-52920",
+ "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
+ "published": "2024-11-05T10:15:24.580",
+ "lastModified": "2024-11-05T10:15:24.580",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: support non-r10 register spill/fill to/from stack in precision tracking\n\nUse instruction (jump) history to record instructions that performed\nregister spill/fill to/from stack, regardless if this was done through\nread-only r10 register, or any other register after copying r10 into it\n*and* potentially adjusting offset.\n\nTo make this work reliably, we push extra per-instruction flags into\ninstruction history, encoding stack slot index (spi) and stack frame\nnumber in extra 10 bit flags we take away from prev_idx in instruction\nhistory. We don't touch idx field for maximum performance, as it's\nchecked most frequently during backtracking.\n\nThis change removes basically the last remaining practical limitation of\nprecision backtracking logic in BPF verifier. It fixes known\ndeficiencies, but also opens up new opportunities to reduce number of\nverified states, explored in the subsequent patches.\n\nThere are only three differences in selftests' BPF object files\naccording to veristat, all in the positive direction (less states).\n\nFile Program Insns (A) Insns (B) Insns (DIFF) States (A) States (B) States (DIFF)\n-------------------------------------- ------------- --------- --------- ------------- ---------- ---------- -------------\ntest_cls_redirect_dynptr.bpf.linked3.o cls_redirect 2987 2864 -123 (-4.12%) 240 231 -9 (-3.75%)\nxdp_synproxy_kern.bpf.linked3.o syncookie_tc 82848 82661 -187 (-0.23%) 5107 5073 -34 (-0.67%)\nxdp_synproxy_kern.bpf.linked3.o syncookie_xdp 85116 84964 -152 (-0.18%) 5162 5130 -32 (-0.62%)\n\nNote, I avoided renaming jmp_history to more generic insn_hist to\nminimize number of lines changed and potential merge conflicts between\nbpf and bpf-next trees.\n\nNotice also cur_hist_entry pointer reset to NULL at the beginning of\ninstruction verification loop. This pointer avoids the problem of\nrelying on last jump history entry's insn_idx to determine whether we\nalready have entry for current instruction or not. It can happen that we\nadded jump history entry because current instruction is_jmp_point(), but\nalso we need to add instruction flags for stack access. In this case, we\ndon't want to entries, so we need to reuse last added entry, if it is\npresent.\n\nRelying on insn_idx comparison has the same ambiguity problem as the one\nthat was fixed recently in [0], so we avoid that.\n\n [0] https://patchwork.kernel.org/project/netdevbpf/patch/20231110002638.4168352-3-andrii@kernel.org/"
+ }
+ ],
+ "metrics": {},
+ "references": [
+ {
+ "url": "https://git.kernel.org/stable/c/41f6f64e6999a837048b1bd13a2f8742964eca6b",
+ "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-101xx/CVE-2024-10114.json b/CVE-2024/CVE-2024-101xx/CVE-2024-10114.json
new file mode 100644
index 00000000000..8de81e5a52f
--- /dev/null
+++ b/CVE-2024/CVE-2024-101xx/CVE-2024-10114.json
@@ -0,0 +1,60 @@
+{
+ "id": "CVE-2024-10114",
+ "sourceIdentifier": "security@wordfence.com",
+ "published": "2024-11-05T09:15:03.333",
+ "lastModified": "2024-11-05T09:15:03.333",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "The WooCommerce - Social Login plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 2.7.7. This is due to insufficient verification on the user being returned by the social login token. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they have access to the email and the user does not have an already-existing account for the service returning the token."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
+ "attackVector": "NETWORK",
+ "attackComplexity": "HIGH",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "HIGH",
+ "availabilityImpact": "HIGH",
+ "baseScore": 8.1,
+ "baseSeverity": "HIGH"
+ },
+ "exploitabilityScore": 2.2,
+ "impactScore": 5.9
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-287"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/71df23bf-8f51-4260-be1f-ed5bc29d4afe?source=cve",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://www.wpwebelite.com/changelogs/woocommerce-social-login/changelog.txt",
+ "source": "security@wordfence.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-106xx/CVE-2024-10687.json b/CVE-2024/CVE-2024-106xx/CVE-2024-10687.json
new file mode 100644
index 00000000000..66d2fc67ec3
--- /dev/null
+++ b/CVE-2024/CVE-2024-106xx/CVE-2024-10687.json
@@ -0,0 +1,64 @@
+{
+ "id": "CVE-2024-10687",
+ "sourceIdentifier": "security@wordfence.com",
+ "published": "2024-11-05T10:15:24.760",
+ "lastModified": "2024-11-05T10:15:24.760",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "The Photos, Files, YouTube, Twitter, Instagram, TikTok, Ecommerce Contest Gallery \u2013 Upload, Vote, Sell via PayPal, Social Share Buttons plugin for WordPress is vulnerable to time-based SQL Injection via the $collectedIds parameter in all versions up to, and including, 24.0.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
+ "attackVector": "NETWORK",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "HIGH",
+ "availabilityImpact": "HIGH",
+ "baseScore": 9.8,
+ "baseSeverity": "CRITICAL"
+ },
+ "exploitabilityScore": 3.9,
+ "impactScore": 5.9
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-89"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://plugins.trac.wordpress.org/browser/contest-gallery/tags/24.0.1/v10/v10-frontend/ecommerce/ecommerce-get-raw-data-from-galleries.php#L61",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3175299%40contest-gallery%2Ftags%2F24.0.3&new=3180268%40contest-gallery%2Ftags%2F24.0.4",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/fd3b4c44-d47a-45de-bcb2-0820e475b331?source=cve",
+ "source": "security@wordfence.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-107xx/CVE-2024-10711.json b/CVE-2024/CVE-2024-107xx/CVE-2024-10711.json
new file mode 100644
index 00000000000..d55c47004e1
--- /dev/null
+++ b/CVE-2024/CVE-2024-107xx/CVE-2024-10711.json
@@ -0,0 +1,72 @@
+{
+ "id": "CVE-2024-10711",
+ "sourceIdentifier": "security@wordfence.com",
+ "published": "2024-11-05T09:15:03.667",
+ "lastModified": "2024-11-05T09:15:03.667",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "The WooCommerce Report plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.5.1. This is due to missing or incorrect nonce validation on the settings update functionality. This makes it possible for unauthenticated attackers to update arbitrary options that can be leveraged for privilege escalation via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
+ "attackVector": "NETWORK",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "REQUIRED",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "HIGH",
+ "availabilityImpact": "HIGH",
+ "baseScore": 8.8,
+ "baseSeverity": "HIGH"
+ },
+ "exploitabilityScore": 2.8,
+ "impactScore": 5.9
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-352"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://ithemelandco.com/docs/woocommerce-report/",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://plugins.trac.wordpress.org/browser/ithemelandco-woo-report/trunk/class/setting_report.php#L1174",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://plugins.trac.wordpress.org/changeset/3181117/",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://wordpress.org/plugins/ithemelandco-woo-report/#developers",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d1d21339-3a86-4bee-be86-2d2ab9190b26?source=cve",
+ "source": "security@wordfence.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-265xx/CVE-2024-26581.json b/CVE-2024/CVE-2024-265xx/CVE-2024-26581.json
index ff3817ef5e0..3ef9a807075 100644
--- a/CVE-2024/CVE-2024-265xx/CVE-2024-26581.json
+++ b/CVE-2024/CVE-2024-265xx/CVE-2024-26581.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26581",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-20T13:15:09.020",
- "lastModified": "2024-10-30T20:35:13.683",
+ "lastModified": "2024-11-05T10:15:25.197",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -187,10 +187,6 @@
{
"url": "https://git.kernel.org/stable/c/c60d252949caf9aba537525195edae6bbabc35eb",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-265xx/CVE-2024-26586.json b/CVE-2024/CVE-2024-265xx/CVE-2024-26586.json
index e2d92562cc6..f32dbb46fd7 100644
--- a/CVE-2024/CVE-2024-265xx/CVE-2024-26586.json
+++ b/CVE-2024/CVE-2024-265xx/CVE-2024-26586.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26586",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-22T17:15:08.890",
- "lastModified": "2024-06-25T21:15:57.593",
+ "lastModified": "2024-11-05T10:15:26.603",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -140,10 +140,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00016.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-265xx/CVE-2024-26593.json b/CVE-2024/CVE-2024-265xx/CVE-2024-26593.json
index bf0a32baccf..79f778d76f9 100644
--- a/CVE-2024/CVE-2024-265xx/CVE-2024-26593.json
+++ b/CVE-2024/CVE-2024-265xx/CVE-2024-26593.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26593",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-23T10:15:07.943",
- "lastModified": "2024-06-25T23:15:24.260",
+ "lastModified": "2024-11-05T10:15:28.427",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -154,10 +154,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-265xx/CVE-2024-26597.json b/CVE-2024/CVE-2024-265xx/CVE-2024-26597.json
index 3d9563b21b8..70bc0d32441 100644
--- a/CVE-2024/CVE-2024-265xx/CVE-2024-26597.json
+++ b/CVE-2024/CVE-2024-265xx/CVE-2024-26597.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26597",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-23T15:15:09.557",
- "lastModified": "2024-06-27T12:15:18.200",
+ "lastModified": "2024-11-05T10:15:29.720",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -168,14 +168,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00016.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-265xx/CVE-2024-26598.json b/CVE-2024/CVE-2024-265xx/CVE-2024-26598.json
index 64c581810fd..99ef7016b8d 100644
--- a/CVE-2024/CVE-2024-265xx/CVE-2024-26598.json
+++ b/CVE-2024/CVE-2024-265xx/CVE-2024-26598.json
@@ -2,8 +2,8 @@
"id": "CVE-2024-26598",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-23T15:15:09.610",
- "lastModified": "2024-08-27T14:34:41.740",
- "vulnStatus": "Analyzed",
+ "lastModified": "2024-11-05T10:15:29.947",
+ "vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
{
@@ -199,14 +199,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00016.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
- "tags": [
- "Mailing List",
- "Third Party Advisory"
- ]
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26600.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26600.json
index d06cffd6c42..436a529b7ff 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26600.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26600.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26600",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-26T16:27:59.927",
- "lastModified": "2024-06-27T12:15:18.347",
+ "lastModified": "2024-11-05T10:15:30.493",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -168,14 +168,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26601.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26601.json
index cb88cbd1e4e..eec25afb10c 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26601.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26601.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26601",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-26T16:27:59.987",
- "lastModified": "2024-06-25T22:15:18.583",
+ "lastModified": "2024-11-05T10:15:30.663",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -139,10 +139,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26602.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26602.json
index 4bcd52b0788..1b427931cb6 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26602.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26602.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26602",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-26T16:28:00.043",
- "lastModified": "2024-06-27T12:15:18.543",
+ "lastModified": "2024-11-05T10:15:31.073",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -168,14 +168,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26606.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26606.json
index 236622c6a14..939ff6cbd52 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26606.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26606.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26606",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-02-26T16:28:00.260",
- "lastModified": "2024-06-27T12:15:18.720",
+ "lastModified": "2024-11-05T10:15:32.170",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -168,14 +168,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26610.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26610.json
index beb5f4d6b2c..081f3737424 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26610.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26610.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26610",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-11T18:15:19.067",
- "lastModified": "2024-06-25T22:15:18.930",
+ "lastModified": "2024-11-05T10:15:32.837",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f32a81999d0b8e5ce60afb5f6a3dd7241c17dd67",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26614.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26614.json
index f00581060a4..3dcc45ed873 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26614.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26614.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26614",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-11T18:15:19.280",
- "lastModified": "2024-06-25T22:15:19.037",
+ "lastModified": "2024-11-05T10:15:33.150",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/d86cc6ab33b085eaef27ea88b78fc8e2375c0ef3",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26615.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26615.json
index 869a2556cba..6363e8014d9 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26615.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26615.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26615",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-11T18:15:19.337",
- "lastModified": "2024-06-27T12:15:18.830",
+ "lastModified": "2024-11-05T10:15:33.360",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/dbc153fd3c142909e564bb256da087e13fbf239c",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26622.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26622.json
index 3d9bb1d5365..aef9ea4aa8d 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26622.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26622.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26622",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-04T07:15:11.063",
- "lastModified": "2024-06-25T22:15:19.240",
+ "lastModified": "2024-11-05T10:15:34.130",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/a23ac1788e2c828c097119e9a3178f0b7e503fee",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26625.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26625.json
index b036a4072e9..908afe33e66 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26625.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26625.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26625",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-06T07:15:12.587",
- "lastModified": "2024-06-27T13:15:55.670",
+ "lastModified": "2024-11-05T10:15:34.440",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/dbc1b89981f9c5360277071d33d7f04a43ffda4a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26627.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26627.json
index 22e873860c7..79fc36fe79e 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26627.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26627.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26627",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-06T07:15:12.973",
- "lastModified": "2024-10-31T15:35:30.300",
+ "lastModified": "2024-11-05T10:15:34.750",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -63,10 +63,6 @@
{
"url": "https://git.kernel.org/stable/c/f5944853f7a961fedc1227dc8f60393f8936d37c",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26633.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26633.json
index 22761c09a8c..7bb1d6bb2bd 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26633.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26633.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26633",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-18T11:15:09.867",
- "lastModified": "2024-06-27T12:15:18.950",
+ "lastModified": "2024-11-05T10:15:35.517",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/da23bd709b46168f7dfc36055801011222b076cd",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00016.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26635.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26635.json
index e7f48df0269..9b9537bd911 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26635.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26635.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26635",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-18T11:15:10.203",
- "lastModified": "2024-06-27T12:15:19.117",
+ "lastModified": "2024-11-05T10:15:35.780",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f1f34a515fb1e25e85dee94f781e7869ae351fb8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26636.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26636.json
index f19bd46d299..01445fb6a41 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26636.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26636.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26636",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-18T11:15:10.363",
- "lastModified": "2024-06-27T12:15:19.263",
+ "lastModified": "2024-11-05T10:15:35.953",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/dad555c816a50c6a6a8a86be1f9177673918c647",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26640.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26640.json
index c19956afcf3..a0f545c76dc 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26640.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26640.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26640",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-18T11:15:11.043",
- "lastModified": "2024-06-25T22:15:19.727",
+ "lastModified": "2024-11-05T10:15:36.240",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f48bf9a83b1666d934247cb58a9887d7b3127b6f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26641.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26641.json
index 4b03d38c8bf..14a1e10bc3a 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26641.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26641.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26641",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-18T11:15:11.193",
- "lastModified": "2024-06-25T22:15:19.803",
+ "lastModified": "2024-11-05T10:15:36.420",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/d54e4da98bbfa8c257bdca94c49652d81d18a4d8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26642.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26642.json
index f9cc6e99910..ac4045e1f84 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26642.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26642.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26642",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-21T11:15:28.293",
- "lastModified": "2024-06-27T12:15:19.380",
+ "lastModified": "2024-11-05T10:15:36.530",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fe40ffbca19dc70d7c6b1e3c77b9ccb404c57351",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26643.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26643.json
index 28d9557d32d..3adaa87e60d 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26643.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26643.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26643",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-21T11:15:28.340",
- "lastModified": "2024-06-25T22:15:19.927",
+ "lastModified": "2024-11-05T10:15:36.743",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/edcf1a3f182ecf8b6b805f0ce90570ea98c5f6bf",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26644.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26644.json
index cd5c40c73e9..2c28693e7ab 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26644.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26644.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26644",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-26T16:15:12.137",
- "lastModified": "2024-06-25T22:15:19.993",
+ "lastModified": "2024-11-05T10:15:36.880",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/ec794a7528199e1be6d47bec03f4755aa75df256",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26645.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26645.json
index 52debc7230e..5a66efbd312 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26645.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26645.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26645",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-26T16:15:12.207",
- "lastModified": "2024-06-27T12:15:19.470",
+ "lastModified": "2024-11-05T10:15:36.983",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f4f7e696db0274ff560482cc52eddbf0551d4b7a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26651.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26651.json
index 31db7fcf4e7..6413baa0a9b 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26651.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26651.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26651",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-03-27T14:15:10.243",
- "lastModified": "2024-06-27T13:15:55.767",
+ "lastModified": "2024-11-05T10:15:37.653",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/f546cc19f9b82975238d0ba413adc27714750774",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26654.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26654.json
index e09bccf37f7..d372c4abc40 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26654.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26654.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26654",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-01T09:15:51.063",
- "lastModified": "2024-06-25T21:15:58.207",
+ "lastModified": "2024-11-05T10:15:37.980",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,10 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/eeb2a2ca0b8de7e1c66afaf719529154e7dc60b2",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26659.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26659.json
index da81065e3ee..6ebd968ce2f 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26659.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26659.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26659",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:42.980",
- "lastModified": "2024-06-25T22:15:20.220",
+ "lastModified": "2024-11-05T10:15:38.667",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f5e7ffa9269a448a720e21f1ed1384d118298c97",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26663.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26663.json
index c34c0ca0757..2ecfec068bd 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26663.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26663.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26663",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:43.287",
- "lastModified": "2024-06-27T12:15:19.617",
+ "lastModified": "2024-11-05T10:15:39.053",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/c1701ea85ef0ec7be6a1b36c7da69f572ed2fd12",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26664.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26664.json
index f45955d52da..92c23d2ae79 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26664.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26664.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26664",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:43.360",
- "lastModified": "2024-06-27T12:15:19.777",
+ "lastModified": "2024-11-05T10:15:39.163",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f0da068c75c20ffc5ba28243ff577531dc2af1fd",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26665.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26665.json
index b2142a2c9fb..e9991357ec4 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26665.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26665.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26665",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:43.430",
- "lastModified": "2024-06-25T22:15:20.357",
+ "lastModified": "2024-11-05T10:15:39.267",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/e77bf828f1ca1c47fcff58bdc26b60a9d3dfbe1d",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26671.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26671.json
index 5e938984fde..37721c208b4 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26671.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26671.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26671",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:43.830",
- "lastModified": "2024-06-27T13:15:55.847",
+ "lastModified": "2024-11-05T10:15:39.883",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f1bc0d8163f8ee84a8d5affdf624cfad657df1d2",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26673.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26673.json
index 564f4e9ba02..91b4b5eb872 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26673.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26673.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26673",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:43.967",
- "lastModified": "2024-06-25T22:15:20.487",
+ "lastModified": "2024-11-05T10:15:40.050",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f549f340c91f08b938d60266e792ff7748dae483",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26675.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26675.json
index 666b0c87ffb..aec5096d588 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26675.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26675.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26675",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:44.100",
- "lastModified": "2024-06-27T13:15:55.923",
+ "lastModified": "2024-11-05T10:15:40.220",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/cb88cb53badb8aeb3955ad6ce80b07b598e310b8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26679.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26679.json
index 258667c8467..45667ae1c22 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26679.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26679.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26679",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:44.400",
- "lastModified": "2024-06-27T12:15:19.853",
+ "lastModified": "2024-11-05T10:15:40.547",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/eef00a82c568944f113f2de738156ac591bbd5cd",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26684.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26684.json
index 23e0d3b1584..5bf07ebed08 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26684.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26684.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26684",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-02T07:15:44.770",
- "lastModified": "2024-06-25T22:15:20.743",
+ "lastModified": "2024-11-05T10:15:41.073",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/e9837c83befb5b852fa76425dde98a87b737df00",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26685.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26685.json
index ae3a68cb47c..0e31fc856db 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26685.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26685.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26685",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:52.210",
- "lastModified": "2024-06-27T12:15:19.930",
+ "lastModified": "2024-11-05T10:15:41.170",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f3e4963566f58726d3265a727116a42b591f6596",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26687.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26687.json
index eaaee941352..148f81c649e 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26687.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26687.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26687",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:52.313",
- "lastModified": "2024-06-25T22:15:20.917",
+ "lastModified": "2024-11-05T10:15:41.337",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/fa765c4b4aed2d64266b694520ecb025c862c5a9",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26688.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26688.json
index a43cd012425..fe030960db8 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26688.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26688.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26688",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:52.370",
- "lastModified": "2024-06-25T22:15:20.987",
+ "lastModified": "2024-11-05T10:15:41.420",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/ec78418801ef7b0c22cd6a30145ec480dd48db39",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26689.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26689.json
index 7b08b0ec195..c97a819c732 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26689.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26689.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26689",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:52.427",
- "lastModified": "2024-06-25T22:15:21.047",
+ "lastModified": "2024-11-05T10:15:41.513",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f3f98d7d84b31828004545e29fd7262b9f444139",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26695.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26695.json
index 7f39b9a2e3a..638924a09a8 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26695.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26695.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26695",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:52.770",
- "lastModified": "2024-06-25T22:15:21.107",
+ "lastModified": "2024-11-05T10:15:41.953",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/ccb88e9549e7cfd8bcd511c538f437e20026e983",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26696.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26696.json
index 626619310bd..20f8e9ee05d 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26696.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26696.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26696",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:52.830",
- "lastModified": "2024-06-27T13:15:56.000",
+ "lastModified": "2024-11-05T10:15:42.113",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ea5ddbc11613b55e5128c85f57b08f907abd9b28",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26697.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26697.json
index 87d490565c4..491a5f8f194 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26697.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26697.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26697",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:52.880",
- "lastModified": "2024-06-27T12:15:20.090",
+ "lastModified": "2024-11-05T10:15:42.287",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/a6efe6dbaaf504f5b3f8a5c3f711fe54e7dda0ba",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-266xx/CVE-2024-26698.json b/CVE-2024/CVE-2024-266xx/CVE-2024-26698.json
index 6c4fca57285..21a8d1a089c 100644
--- a/CVE-2024/CVE-2024-266xx/CVE-2024-26698.json
+++ b/CVE-2024/CVE-2024-266xx/CVE-2024-26698.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26698",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:52.933",
- "lastModified": "2024-06-25T22:15:21.233",
+ "lastModified": "2024-11-05T10:15:42.387",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/e0526ec5360a48ad3ab2e26e802b0532302a7e11",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26702.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26702.json
index fd674cb703a..1a0f7a0516d 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26702.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26702.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26702",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:53.087",
- "lastModified": "2024-06-25T22:15:21.297",
+ "lastModified": "2024-11-05T10:15:42.637",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/8d5838a473e8e6d812257c69745f5920e4924a60",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26704.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26704.json
index 57e1fd27fd9..afc49d0f3e3 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26704.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26704.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26704",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:53.193",
- "lastModified": "2024-06-27T12:15:20.167",
+ "lastModified": "2024-11-05T10:15:42.827",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d033a555d9a1cf53dbf3301af7199cc4a4c8f537",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26707.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26707.json
index f16ebaa31a2..c3a55e0caff 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26707.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26707.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26707",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:53.340",
- "lastModified": "2024-06-25T22:15:21.363",
+ "lastModified": "2024-11-05T10:15:43.080",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/de769423b2f053182a41317c4db5a927e90622a0",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26712.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26712.json
index 77e2286aac5..d6d41d0657b 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26712.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26712.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26712",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:53.590",
- "lastModified": "2024-06-25T23:15:24.940",
+ "lastModified": "2024-11-05T10:15:43.487",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/70ef2ba1f4286b2b73675aeb424b590c92d57b25",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26722.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26722.json
index 2388715603b..adb29d789ce 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26722.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26722.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26722",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:54.090",
- "lastModified": "2024-06-27T13:15:56.110",
+ "lastModified": "2024-11-05T10:15:44.310",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ed5b8b735369b40d6c1f8ef3e62d369f74b4c491",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26727.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26727.json
index b26fbc5b2d4..26c4308263b 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26727.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26727.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26727",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T15:15:54.367",
- "lastModified": "2024-06-25T21:15:58.400",
+ "lastModified": "2024-11-05T10:15:44.713",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/e31546b0f34af21738c4ceac47d662c00ee6382f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26733.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26733.json
index b0d4844f224..864955dfb43 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26733.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26733.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26733",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.040",
- "lastModified": "2024-06-25T23:15:25.030",
+ "lastModified": "2024-11-05T10:15:45.177",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f119f2325ba70cbfdec701000dcad4d88805d5b0",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26735.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26735.json
index ada3f13dbc5..b1418133de5 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26735.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26735.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26735",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.147",
- "lastModified": "2024-10-31T14:35:12.657",
+ "lastModified": "2024-11-05T10:15:45.370",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,14 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/9e02973dbc6a91e40aa4f5d87b8c47446fbfce44",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26736.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26736.json
index 60f0646ae24..58285e198e8 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26736.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26736.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26736",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.197",
- "lastModified": "2024-06-25T22:15:21.543",
+ "lastModified": "2024-11-05T10:15:45.560",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/e8530b170e464017203e3b8c6c49af6e916aece1",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26743.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26743.json
index 5e5121d821d..1f8b1305665 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26743.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26743.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26743",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.577",
- "lastModified": "2024-06-25T22:15:21.600",
+ "lastModified": "2024-11-05T10:15:46.150",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/bab8875c06ebda5e01c5c4cab30022aed85c14e6",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26744.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26744.json
index 5f722bc77b3..264b02babce 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26744.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26744.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26744",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.627",
- "lastModified": "2024-06-27T12:15:20.400",
+ "lastModified": "2024-11-05T10:15:46.253",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,14 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/fe2a73d57319feab4b3b175945671ce43492172f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26747.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26747.json
index b488ad1f493..daae0298d60 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26747.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26747.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26747",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.680",
- "lastModified": "2024-06-25T22:15:21.727",
+ "lastModified": "2024-11-05T10:15:46.530",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/ef982fc41055fcebb361a92288d3225783d12913",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26748.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26748.json
index 5efbfcbac4b..48322ff8bd1 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26748.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26748.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26748",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.727",
- "lastModified": "2024-06-25T21:15:58.480",
+ "lastModified": "2024-11-05T10:15:46.617",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/aad6132ae6e4809e375431f8defd1521985e44e7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26749.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26749.json
index 77646a683d0..de270a28fe9 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26749.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26749.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26749",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.780",
- "lastModified": "2024-06-25T22:15:21.787",
+ "lastModified": "2024-11-05T10:15:46.717",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/cfa9abb5570c489dabf6f7fb3a066cc576fc8824",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26751.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26751.json
index 54755a5a3d3..6f5d3c9a88e 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26751.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26751.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26751",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.840",
- "lastModified": "2024-06-25T22:15:21.843",
+ "lastModified": "2024-11-05T10:15:46.877",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fdf87a0dc26d0550c60edc911cda42f9afec3557",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26752.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26752.json
index d77eb11cda4..97ee2999576 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26752.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26752.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26752",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.910",
- "lastModified": "2024-06-27T12:15:20.473",
+ "lastModified": "2024-11-05T10:15:46.980",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/dcb4d14268595065c85dc5528056713928e17243",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26753.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26753.json
index e14d457cf54..a75598e0c5f 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26753.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26753.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26753",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:51.990",
- "lastModified": "2024-06-25T22:15:21.980",
+ "lastModified": "2024-11-05T10:15:47.090",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -36,10 +36,6 @@
{
"url": "https://git.kernel.org/stable/c/ef1e47d50324e232d2da484fe55a54274eeb9bc1",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26754.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26754.json
index 7985ce200bf..c9bdbfaaaa3 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26754.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26754.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26754",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:52.050",
- "lastModified": "2024-06-27T13:15:56.187",
+ "lastModified": "2024-11-05T10:15:47.167",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f8cbd1791900b5d96466eede8e9439a5b9ca4de7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26763.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26763.json
index fc5346da603..7299bb178f9 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26763.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26763.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26763",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:52.520",
- "lastModified": "2024-06-27T12:15:20.560",
+ "lastModified": "2024-11-05T10:15:47.820",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e08c2a8d27e989f0f5b0888792643027d7e691e6",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26764.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26764.json
index 30dec0594d1..336983100af 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26764.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26764.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26764",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:52.580",
- "lastModified": "2024-06-27T12:15:20.647",
+ "lastModified": "2024-11-05T10:15:47.917",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ea1cd64d59f22d6d13f367d62ec6e27b9344695f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26766.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26766.json
index 463eab894ad..34d7424e56f 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26766.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26766.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26766",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:52.683",
- "lastModified": "2024-06-27T12:15:20.720",
+ "lastModified": "2024-11-05T10:15:48.097",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e6f57c6881916df39db7d95981a8ad2b9c3458d6",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26771.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26771.json
index dc8b97db83f..7144cd57c30 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26771.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26771.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26771",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:52.967",
- "lastModified": "2024-06-25T22:15:22.180",
+ "lastModified": "2024-11-05T10:15:48.483",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f2a5e30d1e9a629de6179fa23923a318d5feb29e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26772.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26772.json
index e5cf1237101..e312c744c3f 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26772.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26772.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26772",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:53.023",
- "lastModified": "2024-11-01T16:35:14.027",
+ "lastModified": "2024-11-05T10:15:48.573",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -71,14 +71,6 @@
{
"url": "https://git.kernel.org/stable/c/ffeb72a80a82aba59a6774b0611f792e0ed3b0b7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26773.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26773.json
index 2798b573bd6..887438d69f8 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26773.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26773.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26773",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:53.080",
- "lastModified": "2024-06-27T13:15:56.330",
+ "lastModified": "2024-11-05T10:15:48.693",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f97e75fa4e12b0aa0224e83fcbda8853ac2adf36",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26776.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26776.json
index 8f7235cabce..ee21d5af562 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26776.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26776.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26776",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:53.253",
- "lastModified": "2024-06-25T22:15:22.367",
+ "lastModified": "2024-11-05T10:15:48.947",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f19361d570c67e7e014896fa2dacd7d721bf0aa8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26777.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26777.json
index cf72efec950..4f94297dd9c 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26777.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26777.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26777",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:53.303",
- "lastModified": "2024-06-27T13:15:56.407",
+ "lastModified": "2024-11-05T10:15:49.030",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f329523f6a65c3bbce913ad35473d83a319d5d99",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26778.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26778.json
index 8a1dd5c0559..6c9c39fe803 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26778.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26778.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26778",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:53.370",
- "lastModified": "2024-06-27T12:15:20.790",
+ "lastModified": "2024-11-05T10:15:49.133",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/bc3c2e58d73b28b9a8789fca84778ee165a72d13",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26779.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26779.json
index 17eb7a9fef6..8a15e6b032d 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26779.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26779.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26779",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-03T17:15:53.423",
- "lastModified": "2024-06-27T13:15:56.473",
+ "lastModified": "2024-11-05T10:15:49.233",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/eb39bb548bf974acad7bd6780fe11f9e6652d696",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26781.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26781.json
index 85e36504b42..734f4169e81 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26781.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26781.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26781",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:07.957",
- "lastModified": "2024-06-25T22:15:22.490",
+ "lastModified": "2024-11-05T10:15:49.403",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/fa8c776f4c323a9fbc8ddf25edcb962083391430",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26782.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26782.json
index b0019b0122c..f1ac50ba5ac 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26782.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26782.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26782",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:08.020",
- "lastModified": "2024-06-25T22:15:22.560",
+ "lastModified": "2024-11-05T10:15:49.490",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f74362a004225df935863dea6eb7d82daaa5b16e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26787.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26787.json
index 2252b9495b2..bd15e2fe426 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26787.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26787.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26787",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:08.297",
- "lastModified": "2024-06-25T22:15:22.630",
+ "lastModified": "2024-11-05T10:15:49.867",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/d610a307225951929b9dff807788439454476f85",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26788.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26788.json
index a0930eaf005..2443ee434a6 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26788.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26788.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26788",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:08.347",
- "lastModified": "2024-06-25T22:15:22.697",
+ "lastModified": "2024-11-05T10:15:49.950",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/a69c8bbb946936ac4eb6a6ae1e849435aa8d947d",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26790.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26790.json
index 95cc84b3918..bd0b504067b 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26790.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26790.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26790",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:08.453",
- "lastModified": "2024-06-25T23:15:25.540",
+ "lastModified": "2024-11-05T10:15:50.127",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/bb3a06e9b9a30e33d96aadc0e077be095a4f8580",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26791.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26791.json
index 16708c31d8d..15e0520a0dd 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26791.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26791.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26791",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:08.510",
- "lastModified": "2024-06-27T13:15:56.533",
+ "lastModified": "2024-11-05T10:15:50.240",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f590040ce2b712177306b03c2a63b16f7d48d3c8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26793.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26793.json
index 35f1ca116e5..9c08de3b6f1 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26793.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26793.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26793",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:08.620",
- "lastModified": "2024-06-27T12:15:20.877",
+ "lastModified": "2024-11-05T10:15:50.500",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ec92aa2cab6f0048f10d6aa4f025c5885cb1a1b6",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-267xx/CVE-2024-26795.json b/CVE-2024/CVE-2024-267xx/CVE-2024-26795.json
index 0980d40a953..a271a484eca 100644
--- a/CVE-2024/CVE-2024-267xx/CVE-2024-26795.json
+++ b/CVE-2024/CVE-2024-267xx/CVE-2024-26795.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26795",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:08.740",
- "lastModified": "2024-06-25T22:15:22.850",
+ "lastModified": "2024-11-05T10:15:50.683",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/a278d5c60f21aa15d540abb2f2da6e6d795c3e6e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26801.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26801.json
index 8f2171ab5b7..fe9dc6ac0c2 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26801.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26801.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26801",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:09.050",
- "lastModified": "2024-06-27T13:15:56.607",
+ "lastModified": "2024-11-05T10:15:51.107",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e0b278650f07acf2e0932149183458468a731c03",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26804.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26804.json
index 6f03f7fc14f..0ae312ee986 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26804.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26804.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26804",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:09.217",
- "lastModified": "2024-06-25T22:15:23.027",
+ "lastModified": "2024-11-05T10:15:51.333",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f81e94d2dcd2397137edcb8b85f4c5bed5d22383",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26805.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26805.json
index 2b8b55070ce..a59c1c9afd1 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26805.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26805.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26805",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T09:15:09.277",
- "lastModified": "2024-06-27T12:15:20.960",
+ "lastModified": "2024-11-05T10:15:51.440",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f19d1f98e60e68b11fc60839105dd02a30ec0d77",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26808.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26808.json
index 9896a6aa9f3..3e1116fbff5 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26808.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26808.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26808",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T10:15:08.943",
- "lastModified": "2024-11-01T16:35:14.403",
+ "lastModified": "2024-11-05T10:15:51.720",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -63,10 +63,6 @@
{
"url": "https://git.kernel.org/stable/c/e5888acbf1a3d8d021990ce6c6061fd5b2bb21b4",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26809.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26809.json
index 655e6b0e17e..a5b7583b981 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26809.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26809.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26809",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-04T10:15:09.820",
- "lastModified": "2024-06-25T23:15:25.897",
+ "lastModified": "2024-11-05T10:15:51.820",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/ff90050771412b91e928093ccd8736ae680063c2",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26810.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26810.json
index 265e0c450df..65f07e574e2 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26810.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26810.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26810",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-05T09:15:09.230",
- "lastModified": "2024-06-25T21:15:58.557",
+ "lastModified": "2024-11-05T10:15:51.910",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ec73e079729258a05452356cf6d098bf1504d5a6",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26812.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26812.json
index 27443ff78a5..a0b72edd62a 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26812.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26812.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26812",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-05T09:15:09.283",
- "lastModified": "2024-06-25T22:15:23.193",
+ "lastModified": "2024-11-05T10:15:52.087",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/b18fa894d615c8527e15d96b76c7448800e13899",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26813.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26813.json
index 814628eb750..cabaaf64f0d 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26813.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26813.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26813",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-05T09:15:09.340",
- "lastModified": "2024-06-25T22:15:23.350",
+ "lastModified": "2024-11-05T10:15:52.177",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d6bedd6acc0bcb1e7e010bc046032e47f08d379f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26814.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26814.json
index e5ce3fdc6fc..731c0424ebc 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26814.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26814.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26814",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-05T09:15:09.393",
- "lastModified": "2024-06-25T22:15:23.410",
+ "lastModified": "2024-11-05T10:15:52.303",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/ee0bd4ad780dfbb60355b99f25063357ab488267",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26816.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26816.json
index e79343ce80c..39ffffb560d 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26816.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26816.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26816",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-10T14:15:07.490",
- "lastModified": "2024-06-27T12:15:21.060",
+ "lastModified": "2024-11-05T10:15:52.480",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/c7cff9780297d55d97ad068b68b703cfe53ef9af",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26817.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26817.json
index 39628540afb..3a15a9f1b16 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26817.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26817.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26817",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-13T12:15:11.730",
- "lastModified": "2024-06-27T12:15:21.143",
+ "lastModified": "2024-11-05T10:15:52.573",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fcbd99b3c73309107e3be71f20dff9414df64f91",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26820.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26820.json
index e084336e6ea..f77772898f1 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26820.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26820.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26820",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:08.867",
- "lastModified": "2024-06-27T12:15:21.217",
+ "lastModified": "2024-11-05T10:15:52.750",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/c7441c77c91e47f653104be8353b44a3366a5366",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26825.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26825.json
index ceeea8973f7..ad073148fe6 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26825.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26825.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26825",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:09.130",
- "lastModified": "2024-06-27T12:15:21.290",
+ "lastModified": "2024-11-05T10:15:53.007",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/bfb007aebe6bff451f7f3a4be19f4f286d0d5d9c",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26833.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26833.json
index 747627722db..0bd21e826a8 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26833.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26833.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26833",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:09.560",
- "lastModified": "2024-06-25T23:15:26.220",
+ "lastModified": "2024-11-05T10:15:53.520",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/bae67893578d608e35691dcdfa90c4957debf1d3",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26835.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26835.json
index b168f5d406c..a4bb84cd744 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26835.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26835.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26835",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:09.667",
- "lastModified": "2024-06-25T23:15:26.347",
+ "lastModified": "2024-11-05T10:15:53.670",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f2135bbf14949687e96cabb13d8a91ae3deb9069",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26839.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26839.json
index 333b9f8eaf4..927af463422 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26839.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26839.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26839",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:09.860",
- "lastModified": "2024-06-27T12:15:21.357",
+ "lastModified": "2024-11-05T10:15:53.940",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f0d857ce31a6bc7a82afcdbadb8f7417d482604b",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26840.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26840.json
index c7499bd5c3d..22cb279a010 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26840.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26840.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26840",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:09.910",
- "lastModified": "2024-06-27T13:15:56.713",
+ "lastModified": "2024-11-05T10:15:54.040",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e21a2f17566cbd64926fb8f16323972f7a064444",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26843.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26843.json
index f34b3866d73..bc9504f6ecd 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26843.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26843.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26843",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:10.047",
- "lastModified": "2024-06-25T22:15:23.763",
+ "lastModified": "2024-11-05T10:15:54.257",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/de1034b38a346ef6be25fe8792f5d1e0684d5ff4",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26845.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26845.json
index 6a79d9eec52..e0dc1bcc39c 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26845.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26845.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26845",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:10.137",
- "lastModified": "2024-06-27T12:15:21.423",
+ "lastModified": "2024-11-05T10:15:54.423",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e717bd412001495f17400bfc09f606f1b594ef5a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26846.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26846.json
index 4d6fb355d4b..c35a613d048 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26846.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26846.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26846",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T10:15:10.187",
- "lastModified": "2024-11-01T14:35:03.827",
+ "lastModified": "2024-11-05T10:15:54.533",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -75,10 +75,6 @@
{
"url": "https://git.kernel.org/stable/c/c0882c366418bf9c19e1ba7f270fe377a9bf5d67",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26848.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26848.json
index 9a2e668f1e2..d5c14a2cd63 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26848.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26848.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26848",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:08.323",
- "lastModified": "2024-06-25T22:15:23.890",
+ "lastModified": "2024-11-05T10:15:54.687",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -72,10 +72,6 @@
{
"url": "https://git.kernel.org/stable/c/fe02316e4933befc621fa125efb8f8b4d04cceec",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26851.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26851.json
index cc3bfef64e5..9c30d1245ae 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26851.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26851.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26851",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:08.473",
- "lastModified": "2024-06-27T13:15:56.800",
+ "lastModified": "2024-11-05T10:15:54.903",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ccd1108b16ab572d9bf635586b0925635dbd6bbc",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26852.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26852.json
index e3aa12f3f31..96790b5e5e8 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26852.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26852.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26852",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:08.530",
- "lastModified": "2024-08-08T19:35:11.773",
+ "lastModified": "2024-11-05T10:15:54.997",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,14 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/ed883060c38721ed828061f6c0c30e5147326c9a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26855.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26855.json
index 31acb6f4920..e82d9e8484c 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26855.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26855.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26855",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:08.690",
- "lastModified": "2024-06-25T22:15:24.110",
+ "lastModified": "2024-11-05T10:15:55.273",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/d9fefc51133107e59d192d773be86c1150cfeebb",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26857.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26857.json
index a04a51b4f3f..41dab5fc9e8 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26857.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26857.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26857",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:08.787",
- "lastModified": "2024-06-27T13:15:56.880",
+ "lastModified": "2024-11-05T10:15:55.427",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e77e0b0f2a11735c64b105edaee54d6344faca8a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26859.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26859.json
index 0436e0816d3..42abc7e757d 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26859.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26859.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26859",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:08.893",
- "lastModified": "2024-06-27T12:15:21.563",
+ "lastModified": "2024-11-05T10:15:55.587",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/d27e2da94a42655861ca4baea30c8cd65546f25d",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26861.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26861.json
index a43d7f0b532..a6e14228230 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26861.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26861.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26861",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:08.997",
- "lastModified": "2024-06-25T22:15:24.310",
+ "lastModified": "2024-11-05T10:15:55.840",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/fdf16de078a97bf14bb8ee2b8d47cc3d3ead09ed",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26862.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26862.json
index 194ce99c011..6cc6e330961 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26862.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26862.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26862",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.050",
- "lastModified": "2024-06-25T22:15:24.387",
+ "lastModified": "2024-11-05T10:15:56.030",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ef7eed7e11d23337310ecc2c014ecaeea52719c5",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26863.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26863.json
index 15b78f6adee..85b3d565b73 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26863.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26863.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26863",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.100",
- "lastModified": "2024-06-27T12:15:21.633",
+ "lastModified": "2024-11-05T10:15:56.113",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/e3b2bfb8ff1810a537b2aa55ba906a6743ed120c",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26870.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26870.json
index 0e89181daec..7f5299fbe89 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26870.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26870.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26870",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.460",
- "lastModified": "2024-06-25T23:15:26.793",
+ "lastModified": "2024-11-05T10:15:56.680",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/9d52865ff28245fc2134da9f99baff603a24407a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26872.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26872.json
index fe3f01c7d40..ce777dc74b2 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26872.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26872.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26872",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.560",
- "lastModified": "2024-06-25T22:15:24.450",
+ "lastModified": "2024-11-05T10:15:56.830",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/ec77fa12da41260c6bf9e060b89234b980c5130f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26874.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26874.json
index 2ac2d813667..f21836a894f 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26874.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26874.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26874",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.670",
- "lastModified": "2024-06-27T13:15:56.957",
+ "lastModified": "2024-11-05T10:15:57.027",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/dfde84cc6c589f2a9f820f12426d97365670b731",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26875.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26875.json
index dc9dd6095f3..95ae4683672 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26875.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26875.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26875",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.723",
- "lastModified": "2024-08-08T19:35:13.037",
+ "lastModified": "2024-11-05T10:15:57.127",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -87,14 +87,6 @@
{
"url": "https://git.kernel.org/stable/c/ed8000e1e8e9684ab6c30cf2b526c0cea039929c",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26877.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26877.json
index a5dab779f50..e4b7ef5d2a4 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26877.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26877.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26877",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.820",
- "lastModified": "2024-06-25T23:15:26.897",
+ "lastModified": "2024-11-05T10:15:57.327",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/dbf291d8ffffb70f48286176a15c6c54f0bb0743",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26878.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26878.json
index 5f8cedfe90c..6e41af91a13 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26878.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26878.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26878",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.870",
- "lastModified": "2024-06-27T12:15:21.783",
+ "lastModified": "2024-11-05T10:15:57.410",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/f2649d98aa9ca8623149b3cb8df00c944f5655c7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26880.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26880.json
index 71d97173a45..e346d85f799 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26880.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26880.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26880",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:09.963",
- "lastModified": "2024-11-01T18:35:03.417",
+ "lastModified": "2024-11-05T10:15:57.567",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -75,14 +75,6 @@
{
"url": "https://git.kernel.org/stable/c/f89bd27709376d37ff883067193320c58a8c1d5a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26882.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26882.json
index 8542ff39580..9db438cbc33 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26882.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26882.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26882",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.060",
- "lastModified": "2024-06-25T22:15:24.827",
+ "lastModified": "2024-11-05T10:15:57.773",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -168,10 +168,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26883.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26883.json
index b857b4dc9c4..686f6a8cf90 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26883.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26883.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26883",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.113",
- "lastModified": "2024-06-27T12:15:21.913",
+ "lastModified": "2024-11-05T10:15:57.910",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -181,14 +181,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26884.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26884.json
index a15a522d85a..4e51f809caf 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26884.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26884.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26884",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.163",
- "lastModified": "2024-10-30T20:35:15.583",
+ "lastModified": "2024-11-05T10:15:58.260",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -212,14 +212,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26889.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26889.json
index 1b6b1608a8c..5709024ed78 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26889.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26889.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26889",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.380",
- "lastModified": "2024-10-31T16:35:10.200",
+ "lastModified": "2024-11-05T10:15:59.363",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -87,14 +87,6 @@
{
"url": "https://git.kernel.org/stable/c/d47e6c1932cee02954ea588c9f09fd5ecefeadfc",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26891.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26891.json
index 043d55354a6..82f42c80fd1 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26891.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26891.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26891",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.477",
- "lastModified": "2024-06-25T22:15:25.327",
+ "lastModified": "2024-11-05T10:15:59.653",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f873b85ec762c5a6abe94a7ddb31df5d3ba07d85",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26894.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26894.json
index a8cd9478c44..0b762308089 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26894.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26894.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26894",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.630",
- "lastModified": "2024-11-01T08:35:09.973",
+ "lastModified": "2024-11-05T10:15:59.993",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -87,14 +87,6 @@
{
"url": "https://git.kernel.org/stable/c/fad9bcd4d754cc689c19dc04d2c44b82c1a5d6c8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26895.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26895.json
index 24b1d66201c..9989cf74d4f 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26895.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26895.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26895",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.677",
- "lastModified": "2024-06-25T23:15:27.080",
+ "lastModified": "2024-11-05T10:16:00.150",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/fe20e3d56bc911408fc3c27a17c59e9d7885f7d1",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26897.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26897.json
index b5eeb6a0cd0..0840afa71e4 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26897.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26897.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26897",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.773",
- "lastModified": "2024-06-25T23:15:27.180",
+ "lastModified": "2024-11-05T10:16:00.317",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f8ff4b4df71e87f609be0cc37d92e918107f9b90",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-268xx/CVE-2024-26898.json b/CVE-2024/CVE-2024-268xx/CVE-2024-26898.json
index 7e679122356..571faf0e06a 100644
--- a/CVE-2024/CVE-2024-268xx/CVE-2024-26898.json
+++ b/CVE-2024/CVE-2024-268xx/CVE-2024-26898.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26898",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.820",
- "lastModified": "2024-08-01T13:48:14.737",
+ "lastModified": "2024-11-05T10:16:00.400",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -212,14 +212,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26900.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26900.json
index 8f8957051ec..b6e00af1c5e 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26900.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26900.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26900",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.917",
- "lastModified": "2024-06-27T14:15:13.237",
+ "lastModified": "2024-11-05T10:16:00.753",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -114,10 +114,6 @@
{
"url": "https://git.kernel.org/stable/c/fb5b347efd1bda989846ffc74679d181222fb123",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26901.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26901.json
index 12d1de1122a..46b265196bb 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26901.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26901.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26901",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:10.960",
- "lastModified": "2024-06-27T12:15:22.490",
+ "lastModified": "2024-11-05T10:16:01.027",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -182,14 +182,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26903.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26903.json
index a23dd83926b..4fc29628d4b 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26903.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26903.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26903",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:11.060",
- "lastModified": "2024-10-27T19:35:00.517",
+ "lastModified": "2024-11-05T10:16:01.510",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -197,14 +197,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26906.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26906.json
index 32885f65311..97b2a46d958 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26906.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26906.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26906",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:11.207",
- "lastModified": "2024-06-25T22:15:25.877",
+ "lastModified": "2024-11-05T10:16:01.910",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f175de546a3eb77614d94d4c02550181c0a8493e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26907.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26907.json
index 9842614bd68..959fe5390a8 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26907.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26907.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26907",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T11:15:11.257",
- "lastModified": "2024-08-08T18:35:02.500",
+ "lastModified": "2024-11-05T10:16:02.170",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -169,10 +169,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26910.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26910.json
index d3469b1b2d3..2fd96d7ed44 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26910.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26910.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26910",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T16:15:07.860",
- "lastModified": "2024-06-25T22:15:26.080",
+ "lastModified": "2024-11-05T10:16:02.830",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -153,10 +153,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26917.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26917.json
index 80dc0ee9353..2551a7749b5 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26917.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26917.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26917",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-17T16:15:08.247",
- "lastModified": "2024-06-27T12:15:22.740",
+ "lastModified": "2024-11-05T10:16:04.390",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/977fe773dcc7098d8eaf4ee6382cb51e13e784cb",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26922.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26922.json
index 283a414e029..78f9a262603 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26922.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26922.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26922",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-23T13:15:46.643",
- "lastModified": "2024-06-27T12:15:22.813",
+ "lastModified": "2024-11-05T10:16:05.010",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f68039375d4d6d67303674c0ab2d06b7295c0ec9",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26923.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26923.json
index 7429f6f188a..4b1f82a0162 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26923.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26923.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26923",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-25T06:15:57.160",
- "lastModified": "2024-06-27T12:15:22.923",
+ "lastModified": "2024-11-05T10:16:05.180",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e76c2678228f6aec74b305ae30c9374cc2f28a51",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26924.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26924.json
index d380ab15461..9361cd1d39c 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26924.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26924.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26924",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-25T06:15:57.407",
- "lastModified": "2024-07-03T01:50:00.957",
+ "lastModified": "2024-11-05T10:16:05.427",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -75,10 +75,6 @@
{
"url": "https://git.kernel.org/stable/c/ebf7c9746f073035ee26209e38c3a1170f7b349a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26925.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26925.json
index 2f013400067..266ed3fe050 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26925.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26925.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26925",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-25T06:15:57.590",
- "lastModified": "2024-06-25T21:15:58.627",
+ "lastModified": "2024-11-05T10:16:05.667",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/eb769ff4e281f751adcaf4f4445cbf30817be139",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26926.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26926.json
index a9e5b8af595..4094bd38543 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26926.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26926.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26926",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-25T06:15:57.780",
- "lastModified": "2024-06-25T23:15:27.893",
+ "lastModified": "2024-11-05T10:16:05.783",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f01d6619045704d78613b14e2e0420bfdb7f1c15",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26931.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26931.json
index ef891f8483c..51d9094bf07 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26931.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26931.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26931",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:07.673",
- "lastModified": "2024-06-27T13:15:57.053",
+ "lastModified": "2024-11-05T10:16:06.610",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/ec7587eef003cab15a13446d67c3adb88146a150",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26934.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26934.json
index 9ca270d63cd..bc3036807b3 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26934.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26934.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26934",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:08.090",
- "lastModified": "2024-06-27T13:15:57.133",
+ "lastModified": "2024-11-05T10:16:07.370",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -187,14 +187,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26935.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26935.json
index 2a859c753c3..ca2a3920b95 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26935.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26935.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26935",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:08.240",
- "lastModified": "2024-06-25T21:15:58.710",
+ "lastModified": "2024-11-05T10:16:07.663",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f4ff08fab66eb5c0b97e1a24edac052fb40bf5d7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26937.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26937.json
index 7b50a5db018..db2d47e7cd4 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26937.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26937.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26937",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:08.960",
- "lastModified": "2024-06-25T22:15:26.440",
+ "lastModified": "2024-11-05T10:16:08.103",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fe34587acc995e7b1d7a5d3444a0736721ec32b3",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26950.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26950.json
index 28f19df2be7..8d4885384d4 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26950.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26950.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26950",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:11.080",
- "lastModified": "2024-06-25T22:15:26.520",
+ "lastModified": "2024-11-05T10:16:09.440",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/d44bd323d8bb8031eef4bdc44547925998a11e47",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26951.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26951.json
index 9c8e11658e4..5ad0413947c 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26951.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26951.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26951",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:11.223",
- "lastModified": "2024-06-25T22:15:26.583",
+ "lastModified": "2024-11-05T10:16:09.697",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f52be46e3e6ecefc2539119784324f0cbc09620a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26955.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26955.json
index 41424107bce..21c60ce26f0 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26955.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26955.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26955",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:11.730",
- "lastModified": "2024-06-27T13:15:57.220",
+ "lastModified": "2024-11-05T10:16:10.447",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/f0fe7ad5aff4f0fcf988913313c497de85f1e186",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26956.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26956.json
index 965c78634db..9a32fb9bc2a 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26956.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26956.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26956",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:11.837",
- "lastModified": "2024-11-04T17:35:12.510",
+ "lastModified": "2024-11-05T10:16:10.700",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -75,14 +75,6 @@
{
"url": "https://git.kernel.org/stable/c/f69e81396aea66304d214f175aa371f1b5578862",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26957.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26957.json
index 80ce4aa939d..f6c10ff1ff4 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26957.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26957.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26957",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:11.953",
- "lastModified": "2024-07-03T01:50:07.493",
+ "lastModified": "2024-11-05T10:16:10.830",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -64,10 +64,6 @@
{
"url": "https://git.kernel.org/stable/c/befb7f889594d23e1b475720cf93efd2f77df000",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26958.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26958.json
index e1184e60cc1..7f0beaf3e5d 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26958.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26958.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26958",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:12.090",
- "lastModified": "2024-06-25T22:15:26.937",
+ "lastModified": "2024-11-05T10:16:10.963",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/e25447c35f8745337ea8bc0c9697fcac14df8605",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26960.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26960.json
index 39a0aad7467..765353c7d2c 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26960.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26960.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26960",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:12.323",
- "lastModified": "2024-07-03T01:50:08.270",
+ "lastModified": "2024-11-05T10:16:11.130",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -79,10 +79,6 @@
{
"url": "https://git.kernel.org/stable/c/d85c11c97ecf92d47a4b29e3faca714dc1f18d0d",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26961.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26961.json
index b0a13dac2ff..a16a1b28228 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26961.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26961.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26961",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:12.437",
- "lastModified": "2024-06-25T22:15:27.007",
+ "lastModified": "2024-11-05T10:16:11.287",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/e8a1e58345cf40b7b272e08ac7b32328b2543e40",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26965.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26965.json
index 1c2cfe98c26..c2bbe47f535 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26965.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26965.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26965",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:12.783",
- "lastModified": "2024-06-27T12:15:23.043",
+ "lastModified": "2024-11-05T10:16:11.953",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/e2c02a85bf53ae86d79b5fccf0a75ac0b78e0c96",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26966.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26966.json
index 4153f6a871a..d55107993e3 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26966.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26966.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26966",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:12.913",
- "lastModified": "2024-06-27T12:15:23.127",
+ "lastModified": "2024-11-05T10:16:12.103",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/b2dfb216f32627c2f6a8041f2d9d56d102ab87c0",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26969.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26969.json
index 16ca1b24375..7ba35c4527f 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26969.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26969.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26969",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:13.220",
- "lastModified": "2024-06-27T13:15:57.397",
+ "lastModified": "2024-11-05T10:16:12.347",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/fc3ac2fcd0a7fad63eba1b359490a4b81720d0f9",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26970.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26970.json
index e0c16514402..2928304afcc 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26970.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26970.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26970",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:13.320",
- "lastModified": "2024-07-03T01:50:09.343",
+ "lastModified": "2024-11-05T10:16:12.450",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -79,10 +79,6 @@
{
"url": "https://git.kernel.org/stable/c/dcb13b5c9ae8743f99a96f392186527c3df89198",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26973.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26973.json
index a0b3977c833..b01d1c458af 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26973.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26973.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26973",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:13.920",
- "lastModified": "2024-06-27T12:15:23.210",
+ "lastModified": "2024-11-05T10:16:12.713",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/fde2497d2bc3a063d8af88b258dbadc86bd7b57c",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26974.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26974.json
index 67152fa555a..b90cb35eb06 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26974.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26974.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26974",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:14.313",
- "lastModified": "2024-06-27T12:15:23.293",
+ "lastModified": "2024-11-05T10:16:12.803",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/daba62d9eeddcc5b1081be7d348ca836c83c59d7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26976.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26976.json
index 40f7ebd35e5..f24c36b5128 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26976.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26976.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26976",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:14.667",
- "lastModified": "2024-07-03T01:50:10.377",
+ "lastModified": "2024-11-05T10:16:12.963",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -87,14 +87,6 @@
{
"url": "https://git.kernel.org/stable/c/f8730d6335e5f43d09151fca1f0f41922209a264",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26978.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26978.json
index fc7a742700c..565e627e108 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26978.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26978.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26978",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:15.040",
- "lastModified": "2024-07-03T01:50:11.337",
+ "lastModified": "2024-11-05T10:16:13.170",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -163,10 +163,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26981.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26981.json
index 6dfc44d93b5..d7eee31acf9 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26981.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26981.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26981",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:15.517",
- "lastModified": "2024-06-27T12:15:23.460",
+ "lastModified": "2024-11-05T10:16:13.467",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/c4a7dc9523b59b3e73fd522c73e95e072f876b16",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26984.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26984.json
index 46095d9d70a..af60f90b611 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26984.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26984.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26984",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:15.880",
- "lastModified": "2024-07-03T01:50:12.193",
+ "lastModified": "2024-11-05T10:16:13.917",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,14 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/fff1386cc889d8fb4089d285f883f8cba62d82ce",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26988.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26988.json
index 7581c2996d1..9b25e84b4c7 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26988.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26988.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26988",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:16.420",
- "lastModified": "2024-06-25T23:15:28.713",
+ "lastModified": "2024-11-05T10:16:14.400",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/936a02b5a9630c5beb0353c3085cc49d86c57034",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26993.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26993.json
index daa38b69df6..8edf1da225e 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26993.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26993.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26993",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:17.110",
- "lastModified": "2024-06-27T13:15:57.563",
+ "lastModified": "2024-11-05T10:16:14.807",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f28bba37fe244889b81bb5c508d3f6e5c6e342c5",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26994.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26994.json
index 3959acd4808..dd22eb5f912 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26994.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26994.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26994",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:17.207",
- "lastModified": "2024-11-04T17:35:12.723",
+ "lastModified": "2024-11-05T10:16:14.997",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -71,14 +71,6 @@
{
"url": "https://git.kernel.org/stable/c/c8d2f34ea96ea3bce6ba2535f867f0d4ee3b22e1",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26997.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26997.json
index 8072f95d066..a57c9730c64 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26997.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26997.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26997",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:17.637",
- "lastModified": "2024-06-27T13:15:57.663",
+ "lastModified": "2024-11-05T10:16:15.277",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/eed04fa96c48790c1cce73c8a248e9d460b088f8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-269xx/CVE-2024-26999.json b/CVE-2024/CVE-2024-269xx/CVE-2024-26999.json
index 354e6a46734..1a7d328b6d1 100644
--- a/CVE-2024/CVE-2024-269xx/CVE-2024-26999.json
+++ b/CVE-2024/CVE-2024-269xx/CVE-2024-26999.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-26999",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:17.870",
- "lastModified": "2024-06-25T23:15:28.903",
+ "lastModified": "2024-11-05T10:16:15.517",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d679c816929d62af51c8e6d7fc0e165c9412d2f3",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27000.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27000.json
index cde2b8eec24..b865d64e6ce 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27000.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27000.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27000",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:18.140",
- "lastModified": "2024-06-25T23:15:29.003",
+ "lastModified": "2024-11-05T10:16:15.623",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/94b0e65c75f4af888ab2dd6c90f060f762924e86",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27001.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27001.json
index be92c76e639..17bcd4ec4ad 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27001.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27001.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27001",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:18.330",
- "lastModified": "2024-06-27T12:15:23.673",
+ "lastModified": "2024-11-05T10:16:15.723",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f15370e315976198f338b41611f37ce82af6cf54",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27004.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27004.json
index b4397370a92..b4425bcb897 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27004.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27004.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27004",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:18.763",
- "lastModified": "2024-06-25T22:15:27.890",
+ "lastModified": "2024-11-05T10:16:16.080",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/e581cf5d216289ef292d1a4036d53ce90e122469",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27008.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27008.json
index 93ed1d0ef60..eaed313a08d 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27008.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27008.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27008",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:19.240",
- "lastModified": "2024-06-27T13:15:57.753",
+ "lastModified": "2024-11-05T10:16:16.663",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/df0991da7db846f7fa4ec6740350f743d3b69b04",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27013.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27013.json
index 989bfa47127..7712d338518 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27013.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27013.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27013",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:19.857",
- "lastModified": "2024-06-27T12:15:23.747",
+ "lastModified": "2024-11-05T10:16:17.160",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -213,14 +213,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27020.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27020.json
index ccd01719728..a231ba1f777 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27020.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27020.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27020",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T06:15:20.840",
- "lastModified": "2024-10-30T20:35:16.470",
+ "lastModified": "2024-11-05T10:16:18.930",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -218,14 +218,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27024.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27024.json
index 6fb8fe52896..70b16b53d09 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27024.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27024.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27024",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:48.847",
- "lastModified": "2024-06-27T12:15:23.943",
+ "lastModified": "2024-11-05T10:16:19.917",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/c055fc00c07be1f0df7375ab0036cebd1106ed38",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27025.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27025.json
index 0c9db44e674..934d16e6a7d 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27025.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27025.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27025",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:48.890",
- "lastModified": "2024-06-25T22:15:28.240",
+ "lastModified": "2024-11-05T10:16:20.073",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e803040b368d046434fbc8a91945c690332c4fcf",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27028.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27028.json
index 40ae8b813d3..7c4d95fbc44 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27028.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27028.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27028",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:49.030",
- "lastModified": "2024-06-27T12:15:24.013",
+ "lastModified": "2024-11-05T10:16:20.500",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/c10fed329c1c104f375a75ed97ea3abef0786d62",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27030.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27030.json
index b49474ca7fc..251936ad452 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27030.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27030.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27030",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:49.137",
- "lastModified": "2024-06-25T22:15:28.320",
+ "lastModified": "2024-11-05T10:16:20.800",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/dc29dd00705a62c77de75b6d752259b869aac49d",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27038.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27038.json
index ddb1cad0eb8..97334ca4b38 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27038.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27038.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27038",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:49.507",
- "lastModified": "2024-06-25T21:15:58.793",
+ "lastModified": "2024-11-05T10:16:22.883",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e97fe4901e0f59a0bfd524578fe3768f8ca42428",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27043.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27043.json
index a3d1b65ebda..796a52fcf24 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27043.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27043.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27043",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:49.740",
- "lastModified": "2024-06-27T12:15:24.107",
+ "lastModified": "2024-11-05T10:16:23.613",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/f20c3270f3ed5aa6919a87e4de9bf6c05fb57086",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27044.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27044.json
index 7c81c4d66a7..9f7917e5722 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27044.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27044.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27044",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:49.783",
- "lastModified": "2024-06-25T22:15:28.730",
+ "lastModified": "2024-11-05T10:16:23.770",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e019d87e02f1e539ae48b99187f253847744ca7a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27045.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27045.json
index aea3a502572..8db8a8b58eb 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27045.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27045.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27045",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:49.837",
- "lastModified": "2024-06-25T22:15:28.880",
+ "lastModified": "2024-11-05T10:16:23.913",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/ff28893c96c5e0927a4da10cd24a3522ca663515",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27046.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27046.json
index b45fd49f90e..2ed20e3b421 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27046.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27046.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27046",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:49.880",
- "lastModified": "2024-06-27T12:15:24.180",
+ "lastModified": "2024-11-05T10:16:24.050",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/d746889db75a76aeee95fb705b8e1ac28c684a2e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27047.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27047.json
index 1fb24fd3fc5..98701bafbab 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27047.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27047.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27047",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:49.930",
- "lastModified": "2024-06-25T22:15:29.050",
+ "lastModified": "2024-11-05T10:16:24.180",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/c0691de7df1d51482a52cac93b7fe82fd9dd296b",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27051.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27051.json
index 0127cad12a6..2d189b06c5e 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27051.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27051.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27051",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:50.120",
- "lastModified": "2024-06-25T22:15:29.110",
+ "lastModified": "2024-11-05T10:16:24.617",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f661017e6d326ee187db24194cabb013d81bc2a6",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27052.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27052.json
index f389a1f8f15..5a5614ae2d3 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27052.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27052.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27052",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:50.170",
- "lastModified": "2024-07-03T01:50:17.917",
+ "lastModified": "2024-11-05T10:16:24.720",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -79,10 +79,6 @@
{
"url": "https://git.kernel.org/stable/c/dddedfa3b29a63c2ca4336663806a6128b8545b4",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27053.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27053.json
index fd4a80900a7..dc5adbfabf8 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27053.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27053.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27053",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:50.223",
- "lastModified": "2024-07-03T01:50:18.727",
+ "lastModified": "2024-11-05T10:16:24.860",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,10 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/e556006de4ea93abe2b46cba202a2556c544b8b2",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27059.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27059.json
index 609af258a4c..58ab57e3494 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27059.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27059.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27059",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:50.493",
- "lastModified": "2024-06-27T12:15:24.257",
+ "lastModified": "2024-11-05T10:16:25.510",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f42ba916689f5c7b1642092266d2f53cf527aaaa",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27065.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27065.json
index da7d8f6d8d0..3b7a46c4c53 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27065.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27065.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27065",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:50.803",
- "lastModified": "2024-06-25T22:15:29.370",
+ "lastModified": "2024-11-05T10:16:26.280",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,10 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/fcf32a5bfcb8a57ac0ce717fcfa4d688c91f1005",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27073.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27073.json
index 02c3f3ad964..27585f83358 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27073.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27073.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27073",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:51.167",
- "lastModified": "2024-06-25T23:15:29.397",
+ "lastModified": "2024-11-05T10:16:27.260",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d0b07f712bf61e1a3cf23c87c663791c42e50837",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27074.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27074.json
index cb1e51d7e5c..50e82364b91 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27074.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27074.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27074",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:51.207",
- "lastModified": "2024-06-27T12:15:24.360",
+ "lastModified": "2024-11-05T10:16:27.387",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/f31c1cc37411f5f7bcb266133f9a7e1b4bdf2975",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27075.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27075.json
index e07d0b1358f..516caf16d95 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27075.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27075.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27075",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:51.257",
- "lastModified": "2024-06-27T12:15:24.443",
+ "lastModified": "2024-11-05T10:16:27.590",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/fb07104a02e87c06c39914d13ed67fd8f839ca82",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27076.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27076.json
index df8a5c100ab..057fbdb6a9e 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27076.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27076.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27076",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:51.307",
- "lastModified": "2024-06-25T23:15:29.557",
+ "lastModified": "2024-11-05T10:16:27.753",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d164ddc21e986dd9ad614b4b01746e5457aeb24f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27077.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27077.json
index 559266c1282..18b09c36e4d 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27077.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27077.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27077",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:51.350",
- "lastModified": "2024-06-27T12:15:24.510",
+ "lastModified": "2024-11-05T10:16:27.900",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/dc866b69cc51af9b8509b4731b8ce2a4950cd0ef",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-270xx/CVE-2024-27078.json b/CVE-2024/CVE-2024-270xx/CVE-2024-27078.json
index 0cc48a0a9b5..4024fbaed2d 100644
--- a/CVE-2024/CVE-2024-270xx/CVE-2024-27078.json
+++ b/CVE-2024/CVE-2024-270xx/CVE-2024-27078.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27078",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:51.393",
- "lastModified": "2024-06-27T13:15:57.853",
+ "lastModified": "2024-11-05T10:16:28.037",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/94303a06e1852a366e9671fff46d19459f88cb28",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-273xx/CVE-2024-27388.json b/CVE-2024/CVE-2024-273xx/CVE-2024-27388.json
index 0360e6e8396..cf49ba44f60 100644
--- a/CVE-2024/CVE-2024-273xx/CVE-2024-27388.json
+++ b/CVE-2024/CVE-2024-273xx/CVE-2024-27388.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27388",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-01T13:15:51.550",
- "lastModified": "2024-06-27T13:15:57.940",
+ "lastModified": "2024-11-05T10:16:28.347",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/dd292e884c649f9b1c18af0ec75ca90b390cd044",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-273xx/CVE-2024-27393.json b/CVE-2024/CVE-2024-273xx/CVE-2024-27393.json
index 4abf0bcb1b5..8ff1d4b5a90 100644
--- a/CVE-2024/CVE-2024-273xx/CVE-2024-27393.json
+++ b/CVE-2024/CVE-2024-273xx/CVE-2024-27393.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27393",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-14T15:12:26.993",
- "lastModified": "2024-11-04T19:35:07.067",
+ "lastModified": "2024-11-05T10:16:29.163",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,14 +40,6 @@
]
},
"references": [
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/08/4",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://xenbits.xen.org/xsa/advisory-457.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
{
"url": "https://git.kernel.org/stable/c/037965402a010898d34f4e35327d22c0a95cd51f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
diff --git a/CVE-2024/CVE-2024-273xx/CVE-2024-27395.json b/CVE-2024/CVE-2024-273xx/CVE-2024-27395.json
index 41b125a4c5d..0381dd1bbac 100644
--- a/CVE-2024/CVE-2024-273xx/CVE-2024-27395.json
+++ b/CVE-2024/CVE-2024-273xx/CVE-2024-27395.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27395",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-14T15:12:27.683",
- "lastModified": "2024-06-27T12:15:24.577",
+ "lastModified": "2024-11-05T10:16:29.630",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/edee0758747d7c219e29db9ed1d4eb33e8d32865",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-273xx/CVE-2024-27396.json b/CVE-2024/CVE-2024-273xx/CVE-2024-27396.json
index be943b3ed58..7991f930454 100644
--- a/CVE-2024/CVE-2024-273xx/CVE-2024-27396.json
+++ b/CVE-2024/CVE-2024-273xx/CVE-2024-27396.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27396",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-14T15:12:27.983",
- "lastModified": "2024-06-27T12:15:24.647",
+ "lastModified": "2024-11-05T10:16:29.910",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f2a904107ee2b647bb7794a1a82b67740d7c8a64",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-273xx/CVE-2024-27398.json b/CVE-2024/CVE-2024-273xx/CVE-2024-27398.json
index 79497459144..f2f96316f58 100644
--- a/CVE-2024/CVE-2024-273xx/CVE-2024-27398.json
+++ b/CVE-2024/CVE-2024-273xx/CVE-2024-27398.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27398",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-14T15:12:28.623",
- "lastModified": "2024-06-27T14:15:13.337",
+ "lastModified": "2024-11-05T10:16:30.140",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,22 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/bfab2c1f7940a232cd519e82fff137e308abfd93",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DW2MIOIMOFUSNLHLRYX23AFR36BMKD65/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OTB4HWU2PTVW5NEYHHLOCXDKG3PYA534/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-273xx/CVE-2024-27399.json b/CVE-2024/CVE-2024-273xx/CVE-2024-27399.json
index 8935ab09134..04c51c99438 100644
--- a/CVE-2024/CVE-2024-273xx/CVE-2024-27399.json
+++ b/CVE-2024/CVE-2024-273xx/CVE-2024-27399.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27399",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-14T15:12:28.977",
- "lastModified": "2024-06-27T14:15:13.443",
+ "lastModified": "2024-11-05T10:16:30.393",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,22 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/eb86f955488c39526534211f2610e48a5cf8ead4",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DW2MIOIMOFUSNLHLRYX23AFR36BMKD65/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OTB4HWU2PTVW5NEYHHLOCXDKG3PYA534/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27400.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27400.json
index 11773b159d3..b1f5633d8d4 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27400.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27400.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27400",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-14T15:12:29.260",
- "lastModified": "2024-06-10T18:15:28.337",
+ "lastModified": "2024-11-05T10:16:30.580",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -32,14 +32,6 @@
{
"url": "https://git.kernel.org/stable/c/d3a9331a6591e9df64791e076f6591f440af51c3",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DW2MIOIMOFUSNLHLRYX23AFR36BMKD65/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OTB4HWU2PTVW5NEYHHLOCXDKG3PYA534/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27401.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27401.json
index 528ff16aff9..85c4daec7b4 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27401.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27401.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27401",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-14T15:12:29.623",
- "lastModified": "2024-06-27T14:15:13.530",
+ "lastModified": "2024-11-05T10:16:30.683",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,22 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/cca330c59c54207567a648357835f59df9a286bb",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DW2MIOIMOFUSNLHLRYX23AFR36BMKD65/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OTB4HWU2PTVW5NEYHHLOCXDKG3PYA534/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27405.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27405.json
index 0b70ad7fa5e..ecf8aa1a160 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27405.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27405.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27405",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:10.500",
- "lastModified": "2024-07-03T01:50:37.447",
+ "lastModified": "2024-11-05T10:16:31.310",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,14 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/c7f43900bc723203d7554d299a2ce844054fab8e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27410.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27410.json
index 74facec66c4..4a829dd6a44 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27410.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27410.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27410",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:11.690",
- "lastModified": "2024-06-27T13:15:58.197",
+ "lastModified": "2024-11-05T10:16:32.150",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f78c1375339a291cba492a70eaf12ec501d28a8e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27412.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27412.json
index 037120f2eaf..5c416710a5c 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27412.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27412.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27412",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:12.130",
- "lastModified": "2024-06-27T13:15:58.263",
+ "lastModified": "2024-11-05T10:16:32.610",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fbca8bae1ba79d443a58781b45e92a73a24ac8f8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27413.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27413.json
index ef3be627f22..d4a2d3fb953 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27413.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27413.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27413",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:12.403",
- "lastModified": "2024-06-27T13:15:58.340",
+ "lastModified": "2024-11-05T10:16:32.720",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fccfa646ef3628097d59f7d9c1a3e84d4b6bb45e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27414.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27414.json
index 1566bc0e7e3..fe782dc3c48 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27414.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27414.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27414",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:12.673",
- "lastModified": "2024-06-25T22:15:29.803",
+ "lastModified": "2024-11-05T10:16:32.853",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f2261eb994aa5757c1da046b78e3229a3ece0ad9",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27416.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27416.json
index 4c1bd6b4850..c487281228a 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27416.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27416.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27416",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:13.070",
- "lastModified": "2024-06-27T12:15:24.940",
+ "lastModified": "2024-11-05T10:16:33.273",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fba268ac36ab19f9763ff90d276cde0ce6cd5f31",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27417.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27417.json
index d35a654cad5..79ebdef7dc9 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27417.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27417.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27417",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:13.283",
- "lastModified": "2024-06-25T22:15:29.863",
+ "lastModified": "2024-11-05T10:16:33.447",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/9d4ffb5b9d879a75e4f7460e8b10e756b4dfb132",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27419.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27419.json
index f0d92bef486..ceba53342df 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27419.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27419.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27419",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:13.763",
- "lastModified": "2024-06-27T12:15:25.033",
+ "lastModified": "2024-11-05T10:16:33.767",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f9055fa2b2931261d5f89948ee5bc315b6a22d4a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27431.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27431.json
index a97d266cac6..addf7dafb65 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27431.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27431.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27431",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T12:15:16.410",
- "lastModified": "2024-07-03T01:50:40.003",
+ "lastModified": "2024-11-05T10:16:33.997",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -75,10 +75,6 @@
{
"url": "https://git.kernel.org/stable/c/f562e4c4aab00986dde3093c4be919c3f2b85a4a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27436.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27436.json
index c78a6635d6a..9bc6a0afb8c 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27436.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27436.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27436",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T13:15:58.147",
- "lastModified": "2024-06-27T13:15:58.410",
+ "lastModified": "2024-11-05T10:16:34.793",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/c8a24fd281dcdf3c926413dafbafcf35cde517a9",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-274xx/CVE-2024-27437.json b/CVE-2024/CVE-2024-274xx/CVE-2024-27437.json
index 6e828376daa..a2fd5e195ef 100644
--- a/CVE-2024/CVE-2024-274xx/CVE-2024-27437.json
+++ b/CVE-2024/CVE-2024-274xx/CVE-2024-27437.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-27437",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-04-05T09:15:09.443",
- "lastModified": "2024-06-25T21:15:58.870",
+ "lastModified": "2024-11-05T10:16:34.953",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fe9a7082684eb059b925c535682e68c34d487d43",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-357xx/CVE-2024-35785.json b/CVE-2024/CVE-2024-357xx/CVE-2024-35785.json
index 4949bac568a..b3466176d16 100644
--- a/CVE-2024/CVE-2024-357xx/CVE-2024-35785.json
+++ b/CVE-2024/CVE-2024-357xx/CVE-2024-35785.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35785",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T13:15:58.403",
- "lastModified": "2024-06-25T23:15:30.160",
+ "lastModified": "2024-11-05T10:16:36.367",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/e5b5948c769aa1ebf962dddfb972f87d8f166f95",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-357xx/CVE-2024-35789.json b/CVE-2024/CVE-2024-357xx/CVE-2024-35789.json
index a3c401978f8..6f2bdaeeb44 100644
--- a/CVE-2024/CVE-2024-357xx/CVE-2024-35789.json
+++ b/CVE-2024/CVE-2024-357xx/CVE-2024-35789.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35789",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T13:15:58.717",
- "lastModified": "2024-06-27T12:15:25.220",
+ "lastModified": "2024-11-05T10:16:36.973",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/ea9a0cfc07a7d3601cc680718d9cff0d6927a921",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-357xx/CVE-2024-35791.json b/CVE-2024/CVE-2024-357xx/CVE-2024-35791.json
index b68587322b0..ba6ba33d00a 100644
--- a/CVE-2024/CVE-2024-357xx/CVE-2024-35791.json
+++ b/CVE-2024/CVE-2024-357xx/CVE-2024-35791.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35791",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T13:15:58.873",
- "lastModified": "2024-06-25T22:15:30.563",
+ "lastModified": "2024-11-05T10:16:37.227",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f6d53d8a2617dd58c89171a6b9610c470ebda38a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-357xx/CVE-2024-35796.json b/CVE-2024/CVE-2024-357xx/CVE-2024-35796.json
index 18921114f67..654ada033f5 100644
--- a/CVE-2024/CVE-2024-357xx/CVE-2024-35796.json
+++ b/CVE-2024/CVE-2024-357xx/CVE-2024-35796.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35796",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:11.673",
- "lastModified": "2024-10-29T20:35:21.073",
+ "lastModified": "2024-11-05T10:16:37.803",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -67,10 +67,6 @@
{
"url": "https://git.kernel.org/stable/c/92c0c29f667870f17c0b764544bdf22ce0e886a1",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35805.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35805.json
index 2425df38752..4ea162ed6e5 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35805.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35805.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35805",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:13.793",
- "lastModified": "2024-06-25T22:15:30.707",
+ "lastModified": "2024-11-05T10:16:38.827",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fa5c055800a7fd49a36bbb52593aca4ea986a366",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35806.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35806.json
index 8dd092c861c..d3f1343a72c 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35806.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35806.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35806",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:14.003",
- "lastModified": "2024-06-27T12:15:25.303",
+ "lastModified": "2024-11-05T10:16:38.990",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/e6378314bb920acb39013051fa65d8f9f8030430",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35807.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35807.json
index a9954932ab5..309dc086944 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35807.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35807.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35807",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:14.213",
- "lastModified": "2024-06-27T13:15:58.810",
+ "lastModified": "2024-11-05T10:16:39.247",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/fb1088d51bbaa0faec5a55d4f5818a9ab79e24df",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35809.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35809.json
index 7d626dd7a5a..b177040ae11 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35809.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35809.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35809",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:14.730",
- "lastModified": "2024-10-29T20:35:21.370",
+ "lastModified": "2024-11-05T10:16:39.403",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -75,14 +75,6 @@
{
"url": "https://git.kernel.org/stable/c/d86ad8c3e152349454b82f37007ff6ba45f26989",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35811.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35811.json
index 4fccaa2b69f..4f9984e4f42 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35811.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35811.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35811",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:15.177",
- "lastModified": "2024-06-27T13:15:58.970",
+ "lastModified": "2024-11-05T10:16:39.757",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/bacb8c3ab86dcd760c15903fcee58169bc3026aa",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35813.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35813.json
index 0aaac974826..d4c60c3e7f7 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35813.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35813.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35813",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:15.617",
- "lastModified": "2024-06-25T22:15:30.860",
+ "lastModified": "2024-11-05T10:16:39.877",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/cf55a7acd1ed38afe43bba1c8a0935b51d1dc014",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35815.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35815.json
index b94daa71de9..9bd1d35bf30 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35815.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35815.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35815",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:16.077",
- "lastModified": "2024-06-27T13:15:59.050",
+ "lastModified": "2024-11-05T10:16:40.137",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/c01ed748847fe8b810d86efc229b9e6c7fafa01e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35819.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35819.json
index cec194e81cd..b8076a2893f 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35819.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35819.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35819",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:16.907",
- "lastModified": "2024-06-27T13:15:59.133",
+ "lastModified": "2024-11-05T10:16:40.533",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/ff50716b7d5b7985979a5b21163cd79fb3d21d59",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35821.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35821.json
index dc6fc8d022d..23a8b1ee618 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35821.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35821.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35821",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:17.373",
- "lastModified": "2024-07-03T02:02:14.487",
+ "lastModified": "2024-11-05T10:16:40.797",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -87,14 +87,6 @@
{
"url": "https://git.kernel.org/stable/c/fc99f4e2d2f1ce766c14e98463c2839194ae964f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35822.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35822.json
index 726f09791ad..3f55d9cbbb6 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35822.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35822.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35822",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:17.590",
- "lastModified": "2024-06-27T13:15:59.277",
+ "lastModified": "2024-11-05T10:16:40.913",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/f74c5e0b54b02706d9a862ac6cddade30ac86bcf",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35823.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35823.json
index 13c6097115e..d7d3c92bb3f 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35823.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35823.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35823",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:17.820",
- "lastModified": "2024-06-27T13:15:59.343",
+ "lastModified": "2024-11-05T10:16:41.070",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ff7342090c1e8c5a37015c89822a68b275b46f8a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35825.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35825.json
index a6b4c6fa725..859cad29296 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35825.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35825.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35825",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:18.227",
- "lastModified": "2024-06-27T12:15:25.373",
+ "lastModified": "2024-11-05T10:16:41.400",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f90ce1e04cbcc76639d6cba0fdbd820cd80b3c70",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35828.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35828.json
index b169849f558..1aaa8f136bf 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35828.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35828.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35828",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:18.887",
- "lastModified": "2024-06-27T13:15:59.403",
+ "lastModified": "2024-11-05T10:16:41.830",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/f0dd27314c7afe34794c2aa19dd6f2d30eb23bc7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35829.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35829.json
index ff6923d68fd..753c5eac6cd 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35829.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35829.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35829",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:19.113",
- "lastModified": "2024-06-25T23:15:30.593",
+ "lastModified": "2024-11-05T10:16:41.943",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/f6d51a91b41704704e395de6839c667b0f810bbf",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35830.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35830.json
index 1428886be0a..2b3f68de16d 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35830.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35830.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35830",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:19.330",
- "lastModified": "2024-06-27T12:15:25.440",
+ "lastModified": "2024-11-05T10:16:42.023",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
{
"url": "https://git.kernel.org/stable/c/edbb3226c985469a2f8eb69885055c9f5550f468",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35833.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35833.json
index b9bc13c462d..f8315b3b1a1 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35833.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35833.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35833",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:19.930",
- "lastModified": "2024-10-29T20:35:21.597",
+ "lastModified": "2024-11-05T10:16:42.453",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -67,10 +67,6 @@
{
"url": "https://git.kernel.org/stable/c/ae6769ba51417c1c86fb645812d5bff455eee802",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35835.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35835.json
index f2fdea8f63e..9931b2a0c11 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35835.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35835.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35835",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:20.387",
- "lastModified": "2024-06-27T12:15:25.503",
+ "lastModified": "2024-11-05T10:16:42.810",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e3d3ed8c152971dbe64c92c9ecb98fdb52abb629",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35837.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35837.json
index 6e3fdbf99a1..e9cb094bf75 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35837.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35837.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35837",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T14:15:20.707",
- "lastModified": "2024-06-25T22:15:31.440",
+ "lastModified": "2024-11-05T10:16:42.947",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/dc77f6ab5c3759df60ff87ed24f4d45df0f3b4c4",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35844.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35844.json
index 7fd5c3e8a49..b034e713459 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35844.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35844.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35844",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:21.390",
- "lastModified": "2024-06-10T18:15:35.250",
+ "lastModified": "2024-11-05T10:16:43.893",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -17,14 +17,6 @@
],
"metrics": {},
"references": [
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/1",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/2",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
{
"url": "https://git.kernel.org/stable/c/2f6d721e14b69d6e1251f69fa238b48e8374e25f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35845.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35845.json
index 4b91fc6e6f6..b2aa4e5d928 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35845.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35845.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35845",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:21.470",
- "lastModified": "2024-07-03T02:02:17.450",
+ "lastModified": "2024-11-05T10:16:43.970",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -79,10 +79,6 @@
{
"url": "https://git.kernel.org/stable/c/fec14d1cdd92f340b9ba2bd220abf96f9609f2a9",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35847.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35847.json
index 2035e485039..51bc16ff35c 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35847.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35847.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35847",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:21.620",
- "lastModified": "2024-06-27T12:15:25.567",
+ "lastModified": "2024-11-05T10:16:44.330",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f5417ff561b8ac9a7e53c747b8627a7ab58378ae",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35848.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35848.json
index 61e0085543c..efb0621a2e3 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35848.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35848.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35848",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:21.693",
- "lastModified": "2024-06-27T14:15:13.787",
+ "lastModified": "2024-11-05T10:16:44.443",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f42c97027fb75776e2e9358d16bf4a99aeb04cf2",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35849.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35849.json
index 8e2bf12cefd..e6f01486412 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35849.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35849.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35849",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:21.777",
- "lastModified": "2024-06-27T12:15:25.643",
+ "lastModified": "2024-11-05T10:16:44.527",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fddc19631c51d9c17d43e9f822a7bc403af88d54",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35852.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35852.json
index 11ea2b32290..4071eb6e986 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35852.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35852.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35852",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:22.073",
- "lastModified": "2024-06-25T21:15:59.330",
+ "lastModified": "2024-11-05T10:16:44.937",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/fb4e2b70a7194b209fc7320bbf33b375f7114bd5",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35853.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35853.json
index 3cc83f39302..3b203bea8dd 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35853.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35853.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35853",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:22.220",
- "lastModified": "2024-08-01T14:35:10.720",
+ "lastModified": "2024-11-05T10:16:45.030",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -67,10 +67,6 @@
{
"url": "https://git.kernel.org/stable/c/c6f3fa7f5a748bf6e5c4eb742686d6952f854e76",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35854.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35854.json
index 97864edcc49..b5be84a1363 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35854.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35854.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35854",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:22.450",
- "lastModified": "2024-07-03T02:02:19.600",
+ "lastModified": "2024-11-05T10:16:45.220",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -79,10 +79,6 @@
{
"url": "https://git.kernel.org/stable/c/e118e7ea24d1392878ef85926627c6bc640c4388",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35855.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35855.json
index e32a63989a2..979dea9e2cc 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35855.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35855.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35855",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-17T15:15:22.677",
- "lastModified": "2024-06-25T22:15:31.813",
+ "lastModified": "2024-11-05T10:16:45.427",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/feabdac2057e863d0e140a2adf3d232eb4882db4",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35867.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35867.json
index 2138dc54d66..7eb56f02756 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35867.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35867.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35867",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:08.197",
- "lastModified": "2024-06-10T18:15:35.320",
+ "lastModified": "2024-11-05T10:16:46.923",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -17,18 +17,6 @@
],
"metrics": {},
"references": [
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/29/2",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/1",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/2",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
{
"url": "https://git.kernel.org/stable/c/0865ffefea197b437ba78b5dd8d8e256253efd65",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35871.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35871.json
index 98ef0223ea9..a2af5bfc8f8 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35871.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35871.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35871",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:08.507",
- "lastModified": "2024-06-25T22:15:31.897",
+ "lastModified": "2024-11-05T10:16:47.510",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/f6583444d7e78dae750798552b65a2519ff3ca84",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35877.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35877.json
index 5b0235f7aa5..be0f0a8ea36 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35877.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35877.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35877",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:08.990",
- "lastModified": "2024-10-31T15:35:34.693",
+ "lastModified": "2024-11-05T10:16:48.080",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -71,14 +71,6 @@
{
"url": "https://git.kernel.org/stable/c/f18681daaec9665a15c5e7e0f591aad5d0ac622b",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35879.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35879.json
index f424884f4b7..0864eab6cc8 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35879.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35879.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35879",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:09.173",
- "lastModified": "2024-06-25T22:15:32.057",
+ "lastModified": "2024-11-05T10:16:48.390",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/ae6d76e4f06c37a623e357e79d49b17411db6f5c",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35884.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35884.json
index 3dbb135234b..3e5992f66c5 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35884.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35884.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35884",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:09.603",
- "lastModified": "2024-06-25T22:15:32.130",
+ "lastModified": "2024-11-05T10:16:48.740",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/d49ae15a5767d4e9ef8bbb79e42df1bfebc94670",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35886.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35886.json
index 8f336341207..112e803c09c 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35886.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35886.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35886",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:09.757",
- "lastModified": "2024-06-27T12:15:25.800",
+ "lastModified": "2024-11-05T10:16:49.100",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fd307f2d91d40fa7bc55df3e2cd1253fabf8a2d6",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35888.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35888.json
index c6bd7641d49..53654106b7f 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35888.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35888.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35888",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:09.910",
- "lastModified": "2024-06-27T12:15:25.870",
+ "lastModified": "2024-11-05T10:16:49.277",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ee0088101beee10fa809716d6245d915b09c37c7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35893.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35893.json
index d7ff4b31207..8feeaeee04f 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35893.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35893.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35893",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:10.307",
- "lastModified": "2024-06-27T12:15:25.943",
+ "lastModified": "2024-11-05T10:16:49.840",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f356eb2fb567e0931143ac1769ac802d3b3e2077",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35896.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35896.json
index 07fd892a570..2d18a939e5c 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35896.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35896.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35896",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:10.557",
- "lastModified": "2024-06-25T22:15:32.433",
+ "lastModified": "2024-11-05T10:16:50.287",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/81d51b9b7c95e791ba3c1a2dd77920a9d3b3f525",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35897.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35897.json
index 1d9efb61d4a..bf5a456f80a 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35897.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35897.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35897",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:10.640",
- "lastModified": "2024-06-25T22:15:32.503",
+ "lastModified": "2024-11-05T10:16:50.380",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e75faf01e22ec7dc671640fa0e0968964fafd2fc",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35898.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35898.json
index 878d07e634c..75e29c752ae 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35898.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35898.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35898",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:10.723",
- "lastModified": "2024-10-29T20:35:21.987",
+ "lastModified": "2024-11-05T10:16:50.580",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -71,14 +71,6 @@
{
"url": "https://git.kernel.org/stable/c/e684b1674fd1ca4361812a491242ae871d6b2859",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-358xx/CVE-2024-35899.json b/CVE-2024/CVE-2024-358xx/CVE-2024-35899.json
index 873ca96d17a..060750209fc 100644
--- a/CVE-2024/CVE-2024-358xx/CVE-2024-35899.json
+++ b/CVE-2024/CVE-2024-358xx/CVE-2024-35899.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35899",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:10.807",
- "lastModified": "2024-07-03T02:02:23.870",
+ "lastModified": "2024-11-05T10:16:50.770",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -79,10 +79,6 @@
{
"url": "https://git.kernel.org/stable/c/f7e3c88cc2a977c2b9a8aa52c1ce689e7b394e49",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35900.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35900.json
index ec52c9c2295..45f6d4756be 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35900.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35900.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35900",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:10.887",
- "lastModified": "2024-06-25T22:15:32.823",
+ "lastModified": "2024-11-05T10:16:50.890",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e95bb4cba94c018be24b11f017d1c55dd6cda31a",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35902.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35902.json
index 43c4bbf32a1..5cd0f3fb3d0 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35902.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35902.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35902",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:11.037",
- "lastModified": "2024-06-27T12:15:26.087",
+ "lastModified": "2024-11-05T10:16:51.220",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d49fac38479bfdaec52b3ea274d290c47a294029",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35904.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35904.json
index 1199b83a747..f696b062f8e 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35904.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35904.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35904",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:11.190",
- "lastModified": "2024-06-10T17:16:31.803",
+ "lastModified": "2024-11-05T10:16:51.380",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -17,14 +17,6 @@
],
"metrics": {},
"references": [
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/1",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/2",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
{
"url": "https://git.kernel.org/stable/c/37801a36b4d68892ce807264f784d818f8d0d39b",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35905.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35905.json
index 6ee373f860c..51fce92f40a 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35905.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35905.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35905",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:11.260",
- "lastModified": "2024-06-25T22:15:32.957",
+ "lastModified": "2024-11-05T10:16:51.483",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/ecc6a2101840177e57c925c102d2d29f260d37c8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35910.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35910.json
index b3726bb6ad9..3afbdaad982 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35910.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35910.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35910",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:11.617",
- "lastModified": "2024-10-29T20:35:22.403",
+ "lastModified": "2024-11-05T10:16:52.007",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -71,14 +71,6 @@
{
"url": "https://git.kernel.org/stable/c/e3e27d2b446deb1f643758a0c4731f5c22492810",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35915.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35915.json
index a0d7256d667..bab8f98338a 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35915.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35915.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35915",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T09:15:11.987",
- "lastModified": "2024-06-27T12:15:26.230",
+ "lastModified": "2024-11-05T10:16:52.750",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d24b03535e5eb82e025219c2f632b485409c898f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35922.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35922.json
index 85239f38367..6445f2b929f 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35922.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35922.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35922",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:48.513",
- "lastModified": "2024-06-27T12:15:26.323",
+ "lastModified": "2024-11-05T10:16:53.330",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/c2d953276b8b27459baed1277a4fdd5dd9bd4126",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35925.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35925.json
index 29d2ffd583a..5b06264b5a8 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35925.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35925.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35925",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:48.720",
- "lastModified": "2024-06-27T13:15:59.470",
+ "lastModified": "2024-11-05T10:16:53.513",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/edd073c78d2bf48c5b8bf435bbc3d61d6e7c6c14",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35930.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35930.json
index 9083416dd90..0fff7fd94e7 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35930.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35930.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35930",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:49.057",
- "lastModified": "2024-06-27T12:15:26.397",
+ "lastModified": "2024-11-05T10:16:54.137",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ee0b5f96b6d66a1e6698228dcb41df11ec7f352f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35933.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35933.json
index 7f16e6be015..124dc399a5b 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35933.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35933.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35933",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:49.270",
- "lastModified": "2024-06-27T13:15:59.540",
+ "lastModified": "2024-11-05T10:16:54.423",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ffdca0a62abaf8c41d8d9ea132000fd808de329b",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35934.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35934.json
index 37fc5c0b92e..976d395b698 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35934.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35934.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35934",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:49.343",
- "lastModified": "2024-06-25T22:15:33.297",
+ "lastModified": "2024-11-05T10:16:54.610",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/d7ee3bf0caf599c14db0bf4af7aacd6206ef8a23",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35935.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35935.json
index 4e6d2f62ad8..8c51dd9e557 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35935.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35935.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35935",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:49.413",
- "lastModified": "2024-06-27T12:15:26.480",
+ "lastModified": "2024-11-05T10:16:54.767",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/c1363ed8867b81ea169fba2ccc14af96a85ed183",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35936.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35936.json
index 96189ec73ec..0d3510509f4 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35936.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35936.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35936",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:49.480",
- "lastModified": "2024-06-27T12:15:26.557",
+ "lastModified": "2024-11-05T10:16:54.840",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d1ffa4ae2d591fdd40471074e79954ec45f147f7",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35940.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35940.json
index 0d189607846..a06aaccd392 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35940.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35940.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35940",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:49.757",
- "lastModified": "2024-06-25T22:15:33.483",
+ "lastModified": "2024-11-05T10:16:55.290",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/ec7256887d072f98c42cdbef4dcc80ddf84c7a70",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35944.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35944.json
index efc3903fb2d..360eba808ab 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35944.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35944.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35944",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T11:15:50.017",
- "lastModified": "2024-06-27T12:15:26.637",
+ "lastModified": "2024-11-05T10:16:55.537",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/feacd430b42bbfa9ab3ed9e4f38b86c43e348c75",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35947.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35947.json
index 38ceb256b15..0147c95801e 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35947.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35947.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35947",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-19T12:15:08.220",
- "lastModified": "2024-11-04T17:35:18.283",
+ "lastModified": "2024-11-05T10:16:55.897",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -71,18 +71,6 @@
{
"url": "https://git.kernel.org/stable/c/ba3c118cff7bcb0fe6aa84ae1f9080d50e31c561",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OTB4HWU2PTVW5NEYHHLOCXDKG3PYA534/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35949.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35949.json
index a37996283b7..6cfdfbf9d28 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35949.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35949.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35949",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:10.413",
- "lastModified": "2024-06-10T16:15:16.563",
+ "lastModified": "2024-11-05T10:16:55.980",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -24,10 +24,6 @@
{
"url": "https://git.kernel.org/stable/c/ef3ba8ce8cf7075b716aa4afcefc3034215878ee",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OTB4HWU2PTVW5NEYHHLOCXDKG3PYA534/",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35950.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35950.json
index e57d4ef9c75..199f258a120 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35950.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35950.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35950",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:10.490",
- "lastModified": "2024-06-25T22:15:33.627",
+ "lastModified": "2024-11-05T10:16:56.153",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/d2dc6600d4e3e1453e3b1fb233e9f97e2a1ae949",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35951.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35951.json
index 3e3033e160f..381345a17c8 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35951.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35951.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35951",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:10.577",
- "lastModified": "2024-06-10T17:16:31.873",
+ "lastModified": "2024-11-05T10:16:56.337",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -17,14 +17,6 @@
],
"metrics": {},
"references": [
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/1",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/2",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
{
"url": "https://git.kernel.org/stable/c/1fc9af813b25e146d3607669247d0f970f5a87c3",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35955.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35955.json
index 411dabde2fd..d41db7bee8d 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35955.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35955.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35955",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:10.850",
- "lastModified": "2024-07-03T02:02:29.083",
+ "lastModified": "2024-11-05T10:16:56.627",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,14 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/d15023fb407337028a654237d8968fefdcf87c2f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35958.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35958.json
index cef3b4a3130..c3654073d19 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35958.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35958.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35958",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:11.057",
- "lastModified": "2024-10-31T21:35:03.013",
+ "lastModified": "2024-11-05T10:16:56.970",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -63,10 +63,6 @@
{
"url": "https://git.kernel.org/stable/c/fdfbf54d128ab6ab255db138488f9650485795a2",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35960.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35960.json
index ebf03a3d045..162413e8d45 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35960.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35960.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35960",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:11.190",
- "lastModified": "2024-07-03T02:02:30.127",
+ "lastModified": "2024-11-05T10:16:57.393",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,14 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/de0139719cdda82806a47580ca0df06fc85e0bd2",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35962.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35962.json
index 47bce95f6e6..2e769098e3e 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35962.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35962.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35962",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:11.327",
- "lastModified": "2024-06-25T22:15:33.823",
+ "lastModified": "2024-11-05T10:16:57.570",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/cf4bc359b76144a3dd55d7c09464ef4c5f2b2b05",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35967.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35967.json
index 7e6337bcd06..3d20fd85a59 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35967.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35967.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35967",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:11.647",
- "lastModified": "2024-06-25T22:15:33.880",
+ "lastModified": "2024-11-05T10:16:58.100",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -36,10 +36,6 @@
{
"url": "https://git.kernel.org/stable/c/b0e30c37695b614bee69187f86eaf250e36606ce",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35969.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35969.json
index b36b388f3a3..eba7c31bd66 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35969.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35969.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35969",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:11.780",
- "lastModified": "2024-06-27T12:15:26.887",
+ "lastModified": "2024-11-05T10:16:58.413",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/de76ae9ea1a6cf9e77fcec4f2df2904e26c23ceb",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35971.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35971.json
index 5baa63d4165..7aec9de7e66 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35971.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35971.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35971",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:11.947",
- "lastModified": "2024-06-10T18:15:35.383",
+ "lastModified": "2024-11-05T10:16:58.650",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -17,14 +17,6 @@
],
"metrics": {},
"references": [
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/1",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/2",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
{
"url": "https://git.kernel.org/stable/c/492337a4fbd1421b42df684ee9b34be2a2722540",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35973.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35973.json
index ec3c9bd528e..3bde7d01c47 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35973.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35973.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35973",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:12.077",
- "lastModified": "2024-10-29T20:35:23.003",
+ "lastModified": "2024-11-05T10:16:58.983",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -71,14 +71,6 @@
{
"url": "https://git.kernel.org/stable/c/d8a6213d70accb403b82924a1c229e733433a5ef",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35978.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35978.json
index 52f6ede111f..8a7ce187a4e 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35978.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35978.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35978",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:12.407",
- "lastModified": "2024-06-27T12:15:27.050",
+ "lastModified": "2024-11-05T10:16:59.607",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -168,14 +168,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35982.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35982.json
index 646ce1fc86f..f855ecd312b 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35982.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35982.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35982",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:12.687",
- "lastModified": "2024-07-03T02:02:32.940",
+ "lastModified": "2024-11-05T10:17:00.107",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -198,14 +198,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35983.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35983.json
index 96fc50ec59e..8ef236f2ebb 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35983.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35983.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35983",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:12.760",
- "lastModified": "2024-06-25T23:15:31.383",
+ "lastModified": "2024-11-05T10:17:00.320",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/ebfe41889b762f1933c6762f6624b9724a25bee0",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35984.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35984.json
index 9377c2ebc9e..d7a14a7bf59 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35984.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35984.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35984",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:12.830",
- "lastModified": "2024-06-27T12:15:27.137",
+ "lastModified": "2024-11-05T10:17:00.520",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -168,14 +168,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35988.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35988.json
index 080886b81b7..46f7a55db14 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35988.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35988.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35988",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:13.120",
- "lastModified": "2024-06-25T23:15:31.573",
+ "lastModified": "2024-11-05T10:17:00.803",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/efdcfa554b6eb228943ef1dd4d023c606be647d2",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35990.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35990.json
index 8a72e7d156b..c83b1ab5415 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35990.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35990.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35990",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:13.257",
- "lastModified": "2024-06-25T22:15:34.330",
+ "lastModified": "2024-11-05T10:17:01.207",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -140,10 +140,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35996.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35996.json
index 6fd032da362..3b6fc76fcb5 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35996.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35996.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35996",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:13.670",
- "lastModified": "2024-06-25T22:15:34.480",
+ "lastModified": "2024-11-05T10:17:01.853",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/fe42754b94a42d08cf9501790afc25c4f6a5f631",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-359xx/CVE-2024-35997.json b/CVE-2024/CVE-2024-359xx/CVE-2024-35997.json
index 85bd01155e0..7ae66cada78 100644
--- a/CVE-2024/CVE-2024-359xx/CVE-2024-35997.json
+++ b/CVE-2024/CVE-2024-359xx/CVE-2024-35997.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-35997",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:13.960",
- "lastModified": "2024-07-03T02:02:34.990",
+ "lastModified": "2024-11-05T10:17:01.930",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -198,14 +198,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36004.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36004.json
index d25ae56d9a1..df83f4626d4 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36004.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36004.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36004",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:14.427",
- "lastModified": "2024-06-27T12:15:27.360",
+ "lastModified": "2024-11-05T10:17:02.900",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ff7431f898dd00892a545b7d0ce7adf5b926944f",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36005.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36005.json
index af9c323c27a..e37ed594d33 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36005.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36005.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36005",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:14.500",
- "lastModified": "2024-06-25T21:15:59.633",
+ "lastModified": "2024-11-05T10:17:03.090",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/e4bb6da24de336a7899033a65490ed2d892efa5b",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36006.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36006.json
index fa2205b5aff..c3e5c97376c 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36006.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36006.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36006",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:14.570",
- "lastModified": "2024-06-25T22:15:34.963",
+ "lastModified": "2024-11-05T10:17:03.263",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/b377add0f0117409c418ddd6504bd682ebe0bf79",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36007.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36007.json
index 49f9bc2dcd2..9ce733c7c22 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36007.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36007.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36007",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:14.637",
- "lastModified": "2024-06-25T22:15:35.027",
+ "lastModified": "2024-11-05T10:17:03.343",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/e890456051fe8c57944b911defb3e6de91315861",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36008.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36008.json
index d7ddfbd20e5..34148b64819 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36008.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36008.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36008",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:14.703",
- "lastModified": "2024-06-25T22:15:35.090",
+ "lastModified": "2024-11-05T10:17:03.423",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -140,10 +140,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36009.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36009.json
index c918f0604a5..8ac14c7ca05 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36009.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36009.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36009",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-20T10:15:14.773",
- "lastModified": "2024-06-10T17:16:32.013",
+ "lastModified": "2024-11-05T10:17:03.653",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -17,14 +17,6 @@
],
"metrics": {},
"references": [
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/1",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/2",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
{
"url": "https://git.kernel.org/stable/c/0d14f104027e30720582448706c7d6b43065c851",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36013.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36013.json
index 868b090d53a..ce45c9c3d19 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36013.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36013.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36013",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-23T07:15:08.987",
- "lastModified": "2024-07-03T02:02:37.247",
+ "lastModified": "2024-11-05T10:17:04.233",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -52,14 +52,6 @@
}
],
"references": [
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/1",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "http://www.openwall.com/lists/oss-security/2024/05/30/2",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
{
"url": "https://git.kernel.org/stable/c/4d7b41c0e43995b0e992b9f8903109275744b658",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36017.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36017.json
index 619f23100bb..036107ca5f0 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36017.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36017.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36017",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T13:15:49.830",
- "lastModified": "2024-06-27T14:15:13.943",
+ "lastModified": "2024-11-05T10:17:04.807",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f3c1bf3054f96ddeab0621d920445bada769b40e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-360xx/CVE-2024-36020.json b/CVE-2024/CVE-2024-360xx/CVE-2024-36020.json
index 4dbca5ee898..8dc7aab85ff 100644
--- a/CVE-2024/CVE-2024-360xx/CVE-2024-36020.json
+++ b/CVE-2024/CVE-2024-360xx/CVE-2024-36020.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36020",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T15:15:49.107",
- "lastModified": "2024-06-27T12:15:27.717",
+ "lastModified": "2024-11-05T10:17:05.060",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f37c4eac99c258111d414d31b740437e1925b8e8",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-368xx/CVE-2024-36883.json b/CVE-2024/CVE-2024-368xx/CVE-2024-36883.json
index 4ecfec2949b..0b30854862d 100644
--- a/CVE-2024/CVE-2024-368xx/CVE-2024-36883.json
+++ b/CVE-2024/CVE-2024-368xx/CVE-2024-36883.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36883",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:11.900",
- "lastModified": "2024-06-27T13:15:59.953",
+ "lastModified": "2024-11-05T10:17:08.927",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f4f94587e1bf87cb40ec33955a9d90148dd026ab",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-368xx/CVE-2024-36886.json b/CVE-2024/CVE-2024-368xx/CVE-2024-36886.json
index ac9e23cb0bc..095c49290ec 100644
--- a/CVE-2024/CVE-2024-368xx/CVE-2024-36886.json
+++ b/CVE-2024/CVE-2024-368xx/CVE-2024-36886.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36886",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:12.150",
- "lastModified": "2024-07-03T02:03:41.640",
+ "lastModified": "2024-11-05T10:17:09.360",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,14 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/ffd4917c1edb3c3ff334fce3704fbe9c39f35682",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-368xx/CVE-2024-36889.json b/CVE-2024/CVE-2024-368xx/CVE-2024-36889.json
index ffad2fe59e5..82992da399b 100644
--- a/CVE-2024/CVE-2024-368xx/CVE-2024-36889.json
+++ b/CVE-2024/CVE-2024-368xx/CVE-2024-36889.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36889",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:12.410",
- "lastModified": "2024-06-27T14:15:14.190",
+ "lastModified": "2024-11-05T10:17:09.633",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/fb7a0d334894206ae35f023a82cad5a290fd7386",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36902.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36902.json
index 156e12cdae0..a3b0c309f71 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36902.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36902.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36902",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:13.770",
- "lastModified": "2024-06-27T14:15:14.263",
+ "lastModified": "2024-11-05T10:17:11.190",
"vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
@@ -161,14 +161,6 @@
"tags": [
"Patch"
]
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36904.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36904.json
index b4eeed9416b..2b4be8d8de7 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36904.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36904.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36904",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:13.947",
- "lastModified": "2024-06-27T13:16:00.043",
+ "lastModified": "2024-11-05T10:17:11.577",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f2db7230f73a80dbb179deab78f88a7947f0ab7e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36905.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36905.json
index faaec155574..16a46b4404d 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36905.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36905.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36905",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:14.030",
- "lastModified": "2024-07-03T02:03:47.120",
+ "lastModified": "2024-11-05T10:17:11.673",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -83,14 +83,6 @@
{
"url": "https://git.kernel.org/stable/c/f47d0d32fa94e815fdd78b8b88684873e67939f4",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36916.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36916.json
index 50fa9c9c83e..f73655b6fec 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36916.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36916.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36916",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:14.963",
- "lastModified": "2024-11-04T21:35:04.977",
+ "lastModified": "2024-11-05T10:17:12.847",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -63,10 +63,6 @@
{
"url": "https://git.kernel.org/stable/c/f6add0a6f78dc6360b822ca4b6f9f2f14174c8ca",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36919.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36919.json
index 12b1e76a7ad..11d83cdd3be 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36919.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36919.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36919",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:15.210",
- "lastModified": "2024-06-27T14:15:14.533",
+ "lastModified": "2024-11-05T10:17:13.233",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/ea50941cd8c9f0b12f38b73d3b1bfeca660dd342",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36929.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36929.json
index ec37ee4d028..364e6183818 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36929.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36929.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36929",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:16.133",
- "lastModified": "2024-06-27T14:15:14.623",
+ "lastModified": "2024-11-05T10:17:14.357",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/faa83a7797f06cefed86731ba4baa3b4dfdc06c1",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36933.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36933.json
index adc0653cd30..b0b1529461e 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36933.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36933.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36933",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:16.463",
- "lastModified": "2024-06-27T14:15:14.717",
+ "lastModified": "2024-11-05T10:17:14.890",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/bbccf0caef2fa917d6d0692385a06ce3c262a216",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36934.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36934.json
index fb62153c06d..1082849eca4 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36934.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36934.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36934",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:16.553",
- "lastModified": "2024-06-27T13:16:00.213",
+ "lastModified": "2024-11-05T10:17:14.993",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e19478763154674c084defc62ae0d64d79657f91",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36939.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36939.json
index 768589ff539..75ad2d6b9c9 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36939.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36939.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36939",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:16.977",
- "lastModified": "2024-06-27T14:15:14.810",
+ "lastModified": "2024-11-05T10:17:15.647",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -44,10 +44,6 @@
{
"url": "https://git.kernel.org/stable/c/ea6ce93327bd2c8a0c6cf6f2f0e800f3b778f021",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36940.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36940.json
index c96b653bbd9..5aed07b46eb 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36940.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36940.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36940",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:17.063",
- "lastModified": "2024-06-27T14:15:14.890",
+ "lastModified": "2024-11-05T10:17:15.880",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f9f1e321d53e4c5b666b66e5b43da29841fb55ba",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36941.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36941.json
index d6322ff0719..72101d31787 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36941.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36941.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36941",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:17.147",
- "lastModified": "2024-06-27T14:15:14.957",
+ "lastModified": "2024-11-05T10:17:15.980",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f92772a642485394db5c9a17bd0ee73fc6902383",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36946.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36946.json
index 2f6c917fb3a..fa0b0ae0213 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36946.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36946.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36946",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:17.570",
- "lastModified": "2024-06-27T14:15:15.023",
+ "lastModified": "2024-11-05T10:17:16.490",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/f085e02f0a32f6dfcfabc6535c9c4a1707cef86b",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36950.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36950.json
index a70491290d8..092475daf9d 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36950.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36950.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36950",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:18.000",
- "lastModified": "2024-06-27T14:15:15.090",
+ "lastModified": "2024-11-05T10:17:16.977",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/fa273f312334246c909475c5868e6daab889cc8c",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36953.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36953.json
index 331342641cf..b302fcec30e 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36953.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36953.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36953",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:18.233",
- "lastModified": "2024-11-04T19:35:09.213",
+ "lastModified": "2024-11-05T10:17:17.360",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -63,10 +63,6 @@
{
"url": "https://git.kernel.org/stable/c/8d6a1c8e3de36cb0f5e866f1a582b00939e23104",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36954.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36954.json
index 9a5ee6871ab..e753ffe4f98 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36954.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36954.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36954",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:18.313",
- "lastModified": "2024-06-27T14:15:15.237",
+ "lastModified": "2024-11-05T10:17:17.537",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/d03a82f4f8144befdc10518e732e2a60b34c870e",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36957.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36957.json
index 9c359fa9a6c..68a35ddc12e 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36957.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36957.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36957",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:18.570",
- "lastModified": "2024-06-27T14:15:15.300",
+ "lastModified": "2024-11-05T10:17:18.030",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -40,10 +40,6 @@
{
"url": "https://git.kernel.org/stable/c/fc3e0076c1f82fe981d321e3a7bad4cbee542c19",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36959.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36959.json
index d3cf1958a37..150bd88f8ab 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36959.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36959.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36959",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-05-30T16:15:18.747",
- "lastModified": "2024-06-27T14:15:15.360",
+ "lastModified": "2024-11-05T10:17:18.173",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,14 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/c7e02ccc9fdc496fe51e440e3e66ac36509ca049",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36960.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36960.json
index 97e08b4d06c..8241827372a 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36960.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36960.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36960",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-06-03T08:15:09.557",
- "lastModified": "2024-07-03T02:03:55.203",
+ "lastModified": "2024-11-05T10:17:18.410",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -60,14 +60,6 @@
{
"url": "https://git.kernel.org/stable/c/deab66596dfad14f1c54eeefdb72428340d72a77",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-369xx/CVE-2024-36964.json b/CVE-2024/CVE-2024-369xx/CVE-2024-36964.json
index 8011346fda4..e3ca9f9d1b7 100644
--- a/CVE-2024/CVE-2024-369xx/CVE-2024-36964.json
+++ b/CVE-2024/CVE-2024-369xx/CVE-2024-36964.json
@@ -2,7 +2,7 @@
"id": "CVE-2024-36964",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-06-03T08:15:09.903",
- "lastModified": "2024-06-27T12:15:28.493",
+ "lastModified": "2024-11-05T10:17:18.970",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
@@ -48,10 +48,6 @@
{
"url": "https://git.kernel.org/stable/c/e90bc596a74bb905e0a45bf346038c3f9d1e868d",
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
- },
- {
- "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html",
- "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
]
}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-450xx/CVE-2024-45003.json b/CVE-2024/CVE-2024-450xx/CVE-2024-45003.json
index 29e20d9f07d..6b4685f7df0 100644
--- a/CVE-2024/CVE-2024-450xx/CVE-2024-45003.json
+++ b/CVE-2024/CVE-2024-450xx/CVE-2024-45003.json
@@ -2,13 +2,13 @@
"id": "CVE-2024-45003",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-09-04T20:15:08.823",
- "lastModified": "2024-10-09T15:07:31.027",
- "vulnStatus": "Analyzed",
+ "lastModified": "2024-11-05T10:19:21.327",
+ "vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
{
"lang": "en",
- "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nvfs: Don't evict inode under the inode lru traversing context\n\nThe inode reclaiming process(See function prune_icache_sb) collects all\nreclaimable inodes and mark them with I_FREEING flag at first, at that\ntime, other processes will be stuck if they try getting these inodes\n(See function find_inode_fast), then the reclaiming process destroy the\ninodes by function dispose_list(). Some filesystems(eg. ext4 with\nea_inode feature, ubifs with xattr) may do inode lookup in the inode\nevicting callback function, if the inode lookup is operated under the\ninode lru traversing context, deadlock problems may happen.\n\nCase 1: In function ext4_evict_inode(), the ea inode lookup could happen\n if ea_inode feature is enabled, the lookup process will be stuck\n\tunder the evicting context like this:\n\n 1. File A has inode i_reg and an ea inode i_ea\n 2. getfattr(A, xattr_buf) // i_ea is added into lru // lru->i_ea\n 3. Then, following three processes running like this:\n\n PA PB\n echo 2 > /proc/sys/vm/drop_caches\n shrink_slab\n prune_dcache_sb\n // i_reg is added into lru, lru->i_ea->i_reg\n prune_icache_sb\n list_lru_walk_one\n inode_lru_isolate\n i_ea->i_state |= I_FREEING // set inode state\n inode_lru_isolate\n __iget(i_reg)\n spin_unlock(&i_reg->i_lock)\n spin_unlock(lru_lock)\n rm file A\n i_reg->nlink = 0\n iput(i_reg) // i_reg->nlink is 0, do evict\n ext4_evict_inode\n ext4_xattr_delete_inode\n ext4_xattr_inode_dec_ref_all\n ext4_xattr_inode_iget\n ext4_iget(i_ea->i_ino)\n iget_locked\n find_inode_fast\n __wait_on_freeing_inode(i_ea) ----? AA deadlock\n dispose_list // cannot be executed by prune_icache_sb\n wake_up_bit(&i_ea->i_state)\n\nCase 2: In deleted inode writing function ubifs_jnl_write_inode(), file\n deleting process holds BASEHD's wbuf->io_mutex while getting the\n\txattr inode, which could race with inode reclaiming process(The\n reclaiming process could try locking BASEHD's wbuf->io_mutex in\n\tinode evicting function), then an ABBA deadlock problem would\n\thappen as following:\n\n 1. File A has inode ia and a xattr(with inode ixa), regular file B has\n inode ib and a xattr.\n 2. getfattr(A, xattr_buf) // ixa is added into lru // lru->ixa\n 3. Then, following three processes running like this:\n\n PA PB PC\n echo 2 > /proc/sys/vm/drop_caches\n shrink_slab\n prune_dcache_sb\n // ib and ia are added into lru, lru->ixa->ib->ia\n prune_icache_sb\n list_lru_walk_one\n inode_lru_isolate\n ixa->i_state |= I_FREEING // set inode state\n inode_lru_isolate\n __iget(ib)\n spin_unlock(&ib->i_lock)\n spin_unlock(lru_lock)\n rm file B\n ib->nlink = 0\n rm file A\n iput(ia)\n ubifs_evict_inode(ia)\n ubifs_jnl_delete_inode(ia)\n ubifs_jnl_write_inode(ia)\n make_reservation(BASEHD) // Lock wbuf->io_mutex\n ubifs_iget(ixa->i_ino)\n iget_locked\n find_inode_fast\n __wait_on_freeing_inode(ixa)\n | iput(ib) // ib->nlink is 0, do evict\n | ubifs_evict_inode\n | ubifs_jnl_delete_inode(ib)\n ? ubifs_jnl_write_inode\n ABBA deadlock ?-----make_reservation(BASEHD)\n dispose_list // cannot be executed by prune_icache_sb\n wake_up_bit(&ixa->i_state)\n\nFix the possible deadlock by using new inode state flag I_LRU_ISOLATING\nto pin the inode in memory while inode_lru_isolate(\n---truncated---"
+ "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nvfs: Don't evict inode under the inode lru traversing context\n\nThe inode reclaiming process(See function prune_icache_sb) collects all\nreclaimable inodes and mark them with I_FREEING flag at first, at that\ntime, other processes will be stuck if they try getting these inodes\n(See function find_inode_fast), then the reclaiming process destroy the\ninodes by function dispose_list(). Some filesystems(eg. ext4 with\nea_inode feature, ubifs with xattr) may do inode lookup in the inode\nevicting callback function, if the inode lookup is operated under the\ninode lru traversing context, deadlock problems may happen.\n\nCase 1: In function ext4_evict_inode(), the ea inode lookup could happen\n if ea_inode feature is enabled, the lookup process will be stuck\n\tunder the evicting context like this:\n\n 1. File A has inode i_reg and an ea inode i_ea\n 2. getfattr(A, xattr_buf) // i_ea is added into lru // lru->i_ea\n 3. Then, following three processes running like this:\n\n PA PB\n echo 2 > /proc/sys/vm/drop_caches\n shrink_slab\n prune_dcache_sb\n // i_reg is added into lru, lru->i_ea->i_reg\n prune_icache_sb\n list_lru_walk_one\n inode_lru_isolate\n i_ea->i_state |= I_FREEING // set inode state\n inode_lru_isolate\n __iget(i_reg)\n spin_unlock(&i_reg->i_lock)\n spin_unlock(lru_lock)\n rm file A\n i_reg->nlink = 0\n iput(i_reg) // i_reg->nlink is 0, do evict\n ext4_evict_inode\n ext4_xattr_delete_inode\n ext4_xattr_inode_dec_ref_all\n ext4_xattr_inode_iget\n ext4_iget(i_ea->i_ino)\n iget_locked\n find_inode_fast\n __wait_on_freeing_inode(i_ea) ----\u2192 AA deadlock\n dispose_list // cannot be executed by prune_icache_sb\n wake_up_bit(&i_ea->i_state)\n\nCase 2: In deleted inode writing function ubifs_jnl_write_inode(), file\n deleting process holds BASEHD's wbuf->io_mutex while getting the\n\txattr inode, which could race with inode reclaiming process(The\n reclaiming process could try locking BASEHD's wbuf->io_mutex in\n\tinode evicting function), then an ABBA deadlock problem would\n\thappen as following:\n\n 1. File A has inode ia and a xattr(with inode ixa), regular file B has\n inode ib and a xattr.\n 2. getfattr(A, xattr_buf) // ixa is added into lru // lru->ixa\n 3. Then, following three processes running like this:\n\n PA PB PC\n echo 2 > /proc/sys/vm/drop_caches\n shrink_slab\n prune_dcache_sb\n // ib and ia are added into lru, lru->ixa->ib->ia\n prune_icache_sb\n list_lru_walk_one\n inode_lru_isolate\n ixa->i_state |= I_FREEING // set inode state\n inode_lru_isolate\n __iget(ib)\n spin_unlock(&ib->i_lock)\n spin_unlock(lru_lock)\n rm file B\n ib->nlink = 0\n rm file A\n iput(ia)\n ubifs_evict_inode(ia)\n ubifs_jnl_delete_inode(ia)\n ubifs_jnl_write_inode(ia)\n make_reservation(BASEHD) // Lock wbuf->io_mutex\n ubifs_iget(ixa->i_ino)\n iget_locked\n find_inode_fast\n __wait_on_freeing_inode(ixa)\n | iput(ib) // ib->nlink is 0, do evict\n | ubifs_evict_inode\n | ubifs_jnl_delete_inode(ib)\n \u2193 ubifs_jnl_write_inode\n ABBA deadlock \u2190-----make_reservation(BASEHD)\n dispose_list // cannot be executed by prune_icache_sb\n wake_up_bit(&ixa->i_state)\n\nFix the possible deadlock by using new inode state flag I_LRU_ISOLATING\nto pin the inode in memory while inode_lru_isolate(\n---truncated---"
},
{
"lang": "es",
diff --git a/CVE-2024/CVE-2024-454xx/CVE-2024-45448.json b/CVE-2024/CVE-2024-454xx/CVE-2024-45448.json
index d576c425fbc..1dba07460af 100644
--- a/CVE-2024/CVE-2024-454xx/CVE-2024-45448.json
+++ b/CVE-2024/CVE-2024-454xx/CVE-2024-45448.json
@@ -2,8 +2,8 @@
"id": "CVE-2024-45448",
"sourceIdentifier": "psirt@huawei.com",
"published": "2024-09-04T03:15:04.413",
- "lastModified": "2024-09-06T14:24:21.837",
- "vulnStatus": "Analyzed",
+ "lastModified": "2024-11-05T10:19:26.190",
+ "vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
{
@@ -109,6 +109,10 @@
}
],
"references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ },
{
"url": "https://consumer.huawei.com/en/support/bulletin/2024/9/",
"source": "psirt@huawei.com",
diff --git a/CVE-2024/CVE-2024-472xx/CVE-2024-47253.json b/CVE-2024/CVE-2024-472xx/CVE-2024-47253.json
new file mode 100644
index 00000000000..08610b888eb
--- /dev/null
+++ b/CVE-2024/CVE-2024-472xx/CVE-2024-47253.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-47253",
+ "sourceIdentifier": "product-security@axis.com",
+ "published": "2024-11-05T10:20:03.973",
+ "lastModified": "2024-11-05T10:20:03.973",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "In 2N Access Commander versions 3.1.1.2 and prior, a Path Traversal \nvulnerability could allow an attacker to write files on the filesystem \nto achieve arbitrary remote code execution."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "product-security@axis.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
+ "attackVector": "NETWORK",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "HIGH",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "HIGH",
+ "availabilityImpact": "HIGH",
+ "baseScore": 7.2,
+ "baseSeverity": "HIGH"
+ },
+ "exploitabilityScore": 1.2,
+ "impactScore": 5.9
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "product-security@axis.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-22"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://www.2n.com/en-GB/about-2n/cybersecurity/",
+ "source": "product-security@axis.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-472xx/CVE-2024-47254.json b/CVE-2024/CVE-2024-472xx/CVE-2024-47254.json
new file mode 100644
index 00000000000..15e8b6d8f09
--- /dev/null
+++ b/CVE-2024/CVE-2024-472xx/CVE-2024-47254.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-47254",
+ "sourceIdentifier": "product-security@axis.com",
+ "published": "2024-11-05T10:20:04.843",
+ "lastModified": "2024-11-05T10:20:04.843",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "In 2N Access Commander versions 3.1.1.2 and prior, an Insufficient \nVerification of Data Authenticity vulnerability could allow an attacker \nto escalate their privileges and gain root access to the system."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "product-security@axis.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
+ "attackVector": "ADJACENT_NETWORK",
+ "attackComplexity": "HIGH",
+ "privilegesRequired": "HIGH",
+ "userInteraction": "REQUIRED",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "HIGH",
+ "availabilityImpact": "HIGH",
+ "baseScore": 6.3,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 0.4,
+ "impactScore": 5.9
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "product-security@axis.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-345"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://www.2n.com/en-GB/about-2n/cybersecurity/",
+ "source": "product-security@axis.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-472xx/CVE-2024-47255.json b/CVE-2024/CVE-2024-472xx/CVE-2024-47255.json
new file mode 100644
index 00000000000..63122dcda38
--- /dev/null
+++ b/CVE-2024/CVE-2024-472xx/CVE-2024-47255.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-47255",
+ "sourceIdentifier": "product-security@axis.com",
+ "published": "2024-11-05T10:20:05.300",
+ "lastModified": "2024-11-05T10:20:05.300",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "In 2N Access Commander versions 3.1.1.2 and prior, a local attacker can escalate their privileges in the system which could allow for arbitrary \ncode execution with root permissions."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "product-security@axis.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:L/A:N",
+ "attackVector": "LOCAL",
+ "attackComplexity": "HIGH",
+ "privilegesRequired": "HIGH",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "LOW",
+ "availabilityImpact": "NONE",
+ "baseScore": 4.7,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 0.5,
+ "impactScore": 4.2
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "product-security@axis.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-345"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://www.2n.com/en-GB/about-2n/cybersecurity/",
+ "source": "product-security@axis.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-477xx/CVE-2024-47706.json b/CVE-2024/CVE-2024-477xx/CVE-2024-47706.json
index 90743316875..ff9001c7d46 100644
--- a/CVE-2024/CVE-2024-477xx/CVE-2024-47706.json
+++ b/CVE-2024/CVE-2024-477xx/CVE-2024-47706.json
@@ -2,13 +2,13 @@
"id": "CVE-2024-47706",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"published": "2024-10-21T12:15:07.120",
- "lastModified": "2024-10-24T13:43:05.547",
- "vulnStatus": "Analyzed",
+ "lastModified": "2024-11-05T10:20:16.157",
+ "vulnStatus": "Modified",
"cveTags": [],
"descriptions": [
{
"lang": "en",
- "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nblock, bfq: fix possible UAF for bfqq->bic with merge chain\n\n1) initial state, three tasks:\n\n\t\tProcess 1 Process 2\tProcess 3\n\t\t (BIC1) (BIC2)\t\t (BIC3)\n\t\t | ? | ?\t\t | ?\n\t\t | | | |\t\t | |\n\t\t V | V |\t\t V |\n\t\t bfqq1 bfqq2\t\t bfqq3\nprocess ref:\t 1\t\t 1\t\t 1\n\n2) bfqq1 merged to bfqq2:\n\n\t\tProcess 1 Process 2\tProcess 3\n\t\t (BIC1) (BIC2)\t\t (BIC3)\n\t\t | |\t\t | ?\n\t\t \\--------------\\|\t\t | |\n\t\t V\t\t V |\n\t\t bfqq1--------->bfqq2\t\t bfqq3\nprocess ref:\t 0\t\t 2\t\t 1\n\n3) bfqq2 merged to bfqq3:\n\n\t\tProcess 1 Process 2\tProcess 3\n\t\t (BIC1) (BIC2)\t\t (BIC3)\n\t here -> ? |\t\t |\n\t\t \\--------------\\ \\-------------\\|\n\t\t V\t\t V\n\t\t bfqq1--------->bfqq2---------->bfqq3\nprocess ref:\t 0\t\t 1\t\t 3\n\nIn this case, IO from Process 1 will get bfqq2 from BIC1 first, and then\nget bfqq3 through merge chain, and finially handle IO by bfqq3.\nHowerver, current code will think bfqq2 is owned by BIC1, like initial\nstate, and set bfqq2->bic to BIC1.\n\nbfq_insert_request\n-> by Process 1\n bfqq = bfq_init_rq(rq)\n bfqq = bfq_get_bfqq_handle_split\n bfqq = bic_to_bfqq\n -> get bfqq2 from BIC1\n bfqq->ref++\n rq->elv.priv[0] = bic\n rq->elv.priv[1] = bfqq\n if (bfqq_process_refs(bfqq) == 1)\n bfqq->bic = bic\n -> record BIC1 to bfqq2\n\n __bfq_insert_request\n new_bfqq = bfq_setup_cooperator\n -> get bfqq3 from bfqq2->new_bfqq\n bfqq_request_freed(bfqq)\n new_bfqq->ref++\n rq->elv.priv[1] = new_bfqq\n -> handle IO by bfqq3\n\nFix the problem by checking bfqq is from merge chain fist. And this\nmight fix a following problem reported by our syzkaller(unreproducible):\n\n==================================================================\nBUG: KASAN: slab-use-after-free in bfq_do_early_stable_merge block/bfq-iosched.c:5692 [inline]\nBUG: KASAN: slab-use-after-free in bfq_do_or_sched_stable_merge block/bfq-iosched.c:5805 [inline]\nBUG: KASAN: slab-use-after-free in bfq_get_queue+0x25b0/0x2610 block/bfq-iosched.c:5889\nWrite of size 1 at addr ffff888123839eb8 by task kworker/0:1H/18595\n\nCPU: 0 PID: 18595 Comm: kworker/0:1H Tainted: G L 6.6.0-07439-gba2303cacfda #6\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014\nWorkqueue: kblockd blk_mq_requeue_work\nCall Trace:\n \n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x91/0xf0 lib/dump_stack.c:106\n print_address_description mm/kasan/report.c:364 [inline]\n print_report+0x10d/0x610 mm/kasan/report.c:475\n kasan_report+0x8e/0xc0 mm/kasan/report.c:588\n bfq_do_early_stable_merge block/bfq-iosched.c:5692 [inline]\n bfq_do_or_sched_stable_merge block/bfq-iosched.c:5805 [inline]\n bfq_get_queue+0x25b0/0x2610 block/bfq-iosched.c:5889\n bfq_get_bfqq_handle_split+0x169/0x5d0 block/bfq-iosched.c:6757\n bfq_init_rq block/bfq-iosched.c:6876 [inline]\n bfq_insert_request block/bfq-iosched.c:6254 [inline]\n bfq_insert_requests+0x1112/0x5cf0 block/bfq-iosched.c:6304\n blk_mq_insert_request+0x290/0x8d0 block/blk-mq.c:2593\n blk_mq_requeue_work+0x6bc/0xa70 block/blk-mq.c:1502\n process_one_work kernel/workqueue.c:2627 [inline]\n process_scheduled_works+0x432/0x13f0 kernel/workqueue.c:2700\n worker_thread+0x6f2/0x1160 kernel/workqueue.c:2781\n kthread+0x33c/0x440 kernel/kthread.c:388\n ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147\n ret_from_fork_asm+0x1b/0x30 arch/x86/entry/entry_64.S:305\n \n\nAllocated by task 20776:\n kasan_save_stack+0x20/0x40 mm/kasan/common.c:45\n kasan_set_track+0x25/0x30 mm/kasan/common.c:52\n __kasan_slab_alloc+0x87/0x90 mm/kasan/common.c:328\n kasan_slab_alloc include/linux/kasan.h:188 [inline]\n slab_post_alloc_hook mm/slab.h:763 [inline]\n slab_alloc_node mm/slub.c:3458 [inline]\n kmem_cache_alloc_node+0x1a4/0x6f0 mm/slub.c:3503\n ioc_create_icq block/blk-ioc.c:370 [inline]\n---truncated---"
+ "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nblock, bfq: fix possible UAF for bfqq->bic with merge chain\n\n1) initial state, three tasks:\n\n\t\tProcess 1 Process 2\tProcess 3\n\t\t (BIC1) (BIC2)\t\t (BIC3)\n\t\t | \u039b | \u039b\t\t | \u039b\n\t\t | | | |\t\t | |\n\t\t V | V |\t\t V |\n\t\t bfqq1 bfqq2\t\t bfqq3\nprocess ref:\t 1\t\t 1\t\t 1\n\n2) bfqq1 merged to bfqq2:\n\n\t\tProcess 1 Process 2\tProcess 3\n\t\t (BIC1) (BIC2)\t\t (BIC3)\n\t\t | |\t\t | \u039b\n\t\t \\--------------\\|\t\t | |\n\t\t V\t\t V |\n\t\t bfqq1--------->bfqq2\t\t bfqq3\nprocess ref:\t 0\t\t 2\t\t 1\n\n3) bfqq2 merged to bfqq3:\n\n\t\tProcess 1 Process 2\tProcess 3\n\t\t (BIC1) (BIC2)\t\t (BIC3)\n\t here -> \u039b |\t\t |\n\t\t \\--------------\\ \\-------------\\|\n\t\t V\t\t V\n\t\t bfqq1--------->bfqq2---------->bfqq3\nprocess ref:\t 0\t\t 1\t\t 3\n\nIn this case, IO from Process 1 will get bfqq2 from BIC1 first, and then\nget bfqq3 through merge chain, and finially handle IO by bfqq3.\nHowerver, current code will think bfqq2 is owned by BIC1, like initial\nstate, and set bfqq2->bic to BIC1.\n\nbfq_insert_request\n-> by Process 1\n bfqq = bfq_init_rq(rq)\n bfqq = bfq_get_bfqq_handle_split\n bfqq = bic_to_bfqq\n -> get bfqq2 from BIC1\n bfqq->ref++\n rq->elv.priv[0] = bic\n rq->elv.priv[1] = bfqq\n if (bfqq_process_refs(bfqq) == 1)\n bfqq->bic = bic\n -> record BIC1 to bfqq2\n\n __bfq_insert_request\n new_bfqq = bfq_setup_cooperator\n -> get bfqq3 from bfqq2->new_bfqq\n bfqq_request_freed(bfqq)\n new_bfqq->ref++\n rq->elv.priv[1] = new_bfqq\n -> handle IO by bfqq3\n\nFix the problem by checking bfqq is from merge chain fist. And this\nmight fix a following problem reported by our syzkaller(unreproducible):\n\n==================================================================\nBUG: KASAN: slab-use-after-free in bfq_do_early_stable_merge block/bfq-iosched.c:5692 [inline]\nBUG: KASAN: slab-use-after-free in bfq_do_or_sched_stable_merge block/bfq-iosched.c:5805 [inline]\nBUG: KASAN: slab-use-after-free in bfq_get_queue+0x25b0/0x2610 block/bfq-iosched.c:5889\nWrite of size 1 at addr ffff888123839eb8 by task kworker/0:1H/18595\n\nCPU: 0 PID: 18595 Comm: kworker/0:1H Tainted: G L 6.6.0-07439-gba2303cacfda #6\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014\nWorkqueue: kblockd blk_mq_requeue_work\nCall Trace:\n \n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x91/0xf0 lib/dump_stack.c:106\n print_address_description mm/kasan/report.c:364 [inline]\n print_report+0x10d/0x610 mm/kasan/report.c:475\n kasan_report+0x8e/0xc0 mm/kasan/report.c:588\n bfq_do_early_stable_merge block/bfq-iosched.c:5692 [inline]\n bfq_do_or_sched_stable_merge block/bfq-iosched.c:5805 [inline]\n bfq_get_queue+0x25b0/0x2610 block/bfq-iosched.c:5889\n bfq_get_bfqq_handle_split+0x169/0x5d0 block/bfq-iosched.c:6757\n bfq_init_rq block/bfq-iosched.c:6876 [inline]\n bfq_insert_request block/bfq-iosched.c:6254 [inline]\n bfq_insert_requests+0x1112/0x5cf0 block/bfq-iosched.c:6304\n blk_mq_insert_request+0x290/0x8d0 block/blk-mq.c:2593\n blk_mq_requeue_work+0x6bc/0xa70 block/blk-mq.c:1502\n process_one_work kernel/workqueue.c:2627 [inline]\n process_scheduled_works+0x432/0x13f0 kernel/workqueue.c:2700\n worker_thread+0x6f2/0x1160 kernel/workqueue.c:2781\n kthread+0x33c/0x440 kernel/kthread.c:388\n ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147\n ret_from_fork_asm+0x1b/0x30 arch/x86/entry/entry_64.S:305\n \n\nAllocated by task 20776:\n kasan_save_stack+0x20/0x40 mm/kasan/common.c:45\n kasan_set_track+0x25/0x30 mm/kasan/common.c:52\n __kasan_slab_alloc+0x87/0x90 mm/kasan/common.c:328\n kasan_slab_alloc include/linux/kasan.h:188 [inline]\n slab_post_alloc_hook mm/slab.h:763 [inline]\n slab_alloc_node mm/slub.c:3458 [inline]\n kmem_cache_alloc_node+0x1a4/0x6f0 mm/slub.c:3503\n ioc_create_icq block/blk-ioc.c:370 [inline]\n---truncated---"
},
{
"lang": "es",
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51510.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51510.json
new file mode 100644
index 00000000000..90fe422519d
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51510.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51510",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T09:15:03.913",
+ "lastModified": "2024-11-05T09:15:03.913",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Out-of-bounds access vulnerability in the logo module\nImpact: Successful exploitation of this vulnerability may affect service confidentiality."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
+ "attackVector": "PHYSICAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "CHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "HIGH",
+ "availabilityImpact": "HIGH",
+ "baseScore": 7.6,
+ "baseSeverity": "HIGH"
+ },
+ "exploitabilityScore": 0.9,
+ "impactScore": 6.0
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-787"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51511.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51511.json
new file mode 100644
index 00000000000..03e8cdb2279
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51511.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51511",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T09:15:04.137",
+ "lastModified": "2024-11-05T09:15:04.137",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of parameter type not being verified in the WantAgent module\nImpact: Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "HIGH",
+ "baseScore": 6.2,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-20"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51512.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51512.json
new file mode 100644
index 00000000000..c2789b7ed17
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51512.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51512",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T09:15:04.330",
+ "lastModified": "2024-11-05T09:15:04.330",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of parameter type not being verified in the WantAgent module\nImpact: Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "HIGH",
+ "baseScore": 6.2,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-20"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51513.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51513.json
new file mode 100644
index 00000000000..d96b7f24ebd
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51513.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51513",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T09:15:04.523",
+ "lastModified": "2024-11-05T09:15:04.523",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of processes not being fully terminated in the VPN module\nImpact: Successful exploitation of this vulnerability will affect power consumption."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "REQUIRED",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "HIGH",
+ "baseScore": 5.5,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 1.8,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-20"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51514.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51514.json
new file mode 100644
index 00000000000..acfd4a80230
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51514.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51514",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T09:15:04.723",
+ "lastModified": "2024-11-05T09:15:04.723",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of pop-up windows belonging to no app in the VPN module\nImpact: Successful exploitation of this vulnerability may affect service confidentiality."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "REQUIRED",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "LOW",
+ "integrityImpact": "LOW",
+ "availabilityImpact": "LOW",
+ "baseScore": 5.3,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 1.8,
+ "impactScore": 3.4
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-20"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51515.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51515.json
new file mode 100644
index 00000000000..6a7360d7c41
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51515.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51515",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T09:15:04.937",
+ "lastModified": "2024-11-05T09:15:04.937",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Race condition vulnerability in the kernel network module\nImpact:Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "HIGH",
+ "baseScore": 6.2,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-362"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51516.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51516.json
new file mode 100644
index 00000000000..7b548a1f5e4
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51516.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51516",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T09:15:05.157",
+ "lastModified": "2024-11-05T09:15:05.157",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Permission control vulnerability in the ability module\nImpact: Successful exploitation of this vulnerability may cause features to function abnormally."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "HIGH",
+ "baseScore": 6.2,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-264"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51517.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51517.json
new file mode 100644
index 00000000000..b2ecaf8a159
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51517.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51517",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:10.253",
+ "lastModified": "2024-11-05T10:21:10.253",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of improper memory access in the phone service module\nImpact: Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "LOW",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "LOW",
+ "baseScore": 5.1,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 2.5
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-129"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51518.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51518.json
new file mode 100644
index 00000000000..6c6fbc8dc14
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51518.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51518",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:10.960",
+ "lastModified": "2024-11-05T10:21:10.960",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of message types not being verified in the advanced messaging modul\nImpact: Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
+ "attackVector": "NETWORK",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "LOW",
+ "baseScore": 5.3,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 3.9,
+ "impactScore": 1.4
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-248"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51519.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51519.json
new file mode 100644
index 00000000000..cefcff6c39b
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51519.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51519",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:11.470",
+ "lastModified": "2024-11-05T10:21:11.470",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of input parameters not being verified in the HDC module\nImpact: Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "LOW",
+ "userInteraction": "REQUIRED",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "HIGH",
+ "baseScore": 5.0,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 1.3,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-20"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51520.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51520.json
new file mode 100644
index 00000000000..d6d07d812ad
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51520.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51520",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:11.947",
+ "lastModified": "2024-11-05T10:21:11.947",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of input parameters not being verified in the HDC module\nImpact: Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "LOW",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "HIGH",
+ "baseScore": 5.5,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 1.8,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-20"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51521.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51521.json
new file mode 100644
index 00000000000..9de555b6c20
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51521.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51521",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:12.490",
+ "lastModified": "2024-11-05T10:21:12.490",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Input parameter verification vulnerability in the background service module\nImpact: Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "CHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "LOW",
+ "availabilityImpact": "LOW",
+ "baseScore": 5.7,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 2.7
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-269"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51522.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51522.json
new file mode 100644
index 00000000000..66d5364c6d0
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51522.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51522",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:12.953",
+ "lastModified": "2024-11-05T10:21:12.953",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of improper device information processing in the device management module\nImpact: Successful exploitation of this vulnerability may affect availability."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "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",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "NONE",
+ "baseScore": 6.2,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-199"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51523.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51523.json
new file mode 100644
index 00000000000..7b5d86739ff
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51523.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51523",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:13.420",
+ "lastModified": "2024-11-05T10:21:13.420",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Information management vulnerability in the Gallery module\nImpact: Successful exploitation of this vulnerability may affect service confidentiality."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "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:N",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "REQUIRED",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "HIGH",
+ "availabilityImpact": "NONE",
+ "baseScore": 7.1,
+ "baseSeverity": "HIGH"
+ },
+ "exploitabilityScore": 1.8,
+ "impactScore": 5.2
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-840"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51524.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51524.json
new file mode 100644
index 00000000000..8dec744adfc
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51524.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51524",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:13.890",
+ "lastModified": "2024-11-05T10:21:13.890",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Permission control vulnerability in the Wi-Fi module\nImpact: Successful exploitation of this vulnerability may affect service confidentiality."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "LOW",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "NONE",
+ "baseScore": 4.0,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 1.4
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-264"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51525.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51525.json
new file mode 100644
index 00000000000..dc3e800249a
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51525.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51525",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:14.420",
+ "lastModified": "2024-11-05T10:21:14.420",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Permission control vulnerability in the clipboard module\nImpact: Successful exploitation of this vulnerability may affect service confidentiality."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "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",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "NONE",
+ "baseScore": 6.2,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-264"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51526.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51526.json
new file mode 100644
index 00000000000..76a877840fb
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51526.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51526",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:14.850",
+ "lastModified": "2024-11-05T10:21:14.850",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Permission control vulnerability in the hidebug module\nImpact: Successful exploitation of this vulnerability may affect service confidentiality."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "HIGH",
+ "userInteraction": "NONE",
+ "scope": "CHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "HIGH",
+ "availabilityImpact": "HIGH",
+ "baseScore": 8.2,
+ "baseSeverity": "HIGH"
+ },
+ "exploitabilityScore": 1.5,
+ "impactScore": 6.0
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-347"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51527.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51527.json
new file mode 100644
index 00000000000..06d34fcd9e2
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51527.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51527",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:15.183",
+ "lastModified": "2024-11-05T10:21:15.183",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Permission control vulnerability in the Gallery app\nImpact: Successful exploitation of this vulnerability may affect service confidentiality."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
+ "attackVector": "LOCAL",
+ "attackComplexity": "HIGH",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "HIGH",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "NONE",
+ "baseScore": 5.1,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 1.4,
+ "impactScore": 3.6
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-264"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-515xx/CVE-2024-51528.json b/CVE-2024/CVE-2024-515xx/CVE-2024-51528.json
new file mode 100644
index 00000000000..800511edc4d
--- /dev/null
+++ b/CVE-2024/CVE-2024-515xx/CVE-2024-51528.json
@@ -0,0 +1,56 @@
+{
+ "id": "CVE-2024-51528",
+ "sourceIdentifier": "psirt@huawei.com",
+ "published": "2024-11-05T10:21:15.607",
+ "lastModified": "2024-11-05T10:21:15.607",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "Vulnerability of improper log printing in the Super Home Screen module\nImpact: Successful exploitation of this vulnerability may affect service confidentiality."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
+ "attackVector": "LOCAL",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "LOW",
+ "integrityImpact": "NONE",
+ "availabilityImpact": "NONE",
+ "baseScore": 4.0,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.5,
+ "impactScore": 1.4
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "psirt@huawei.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-532"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://consumer.huawei.com/en/support/bulletin/2024/11/",
+ "source": "psirt@huawei.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-74xx/CVE-2024-7429.json b/CVE-2024/CVE-2024-74xx/CVE-2024-7429.json
new file mode 100644
index 00000000000..2a402677b7d
--- /dev/null
+++ b/CVE-2024/CVE-2024-74xx/CVE-2024-7429.json
@@ -0,0 +1,64 @@
+{
+ "id": "CVE-2024-7429",
+ "sourceIdentifier": "security@wordfence.com",
+ "published": "2024-11-05T10:21:16.083",
+ "lastModified": "2024-11-05T10:21:16.083",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "The Zotpress plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the Zotpress_process_accounts_AJAX function in all versions up to, and including, 7.3.12. This makes it possible for authenticated attackers, with Contributor-level access and above, to reset the plugin's settings."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
+ "attackVector": "NETWORK",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "LOW",
+ "userInteraction": "NONE",
+ "scope": "UNCHANGED",
+ "confidentialityImpact": "NONE",
+ "integrityImpact": "LOW",
+ "availabilityImpact": "NONE",
+ "baseScore": 4.3,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.8,
+ "impactScore": 1.4
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Secondary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-284"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://plugins.trac.wordpress.org/browser/zotpress/trunk/lib/admin/admin.php#L40",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://plugins.trac.wordpress.org/changeset/3153348/zotpress/trunk/lib/admin/admin.php",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/1f38676b-270f-4b0f-bc98-a14a26b86a50?source=cve",
+ "source": "security@wordfence.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-94xx/CVE-2024-9443.json b/CVE-2024/CVE-2024-94xx/CVE-2024-9443.json
new file mode 100644
index 00000000000..ba8ffbfe97e
--- /dev/null
+++ b/CVE-2024/CVE-2024-94xx/CVE-2024-9443.json
@@ -0,0 +1,64 @@
+{
+ "id": "CVE-2024-9443",
+ "sourceIdentifier": "security@wordfence.com",
+ "published": "2024-11-05T09:15:05.383",
+ "lastModified": "2024-11-05T09:15:05.383",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "The Basticom Framework plugin for WordPress is vulnerable to Stored Cross-Site Scripting via SVG File uploads in all versions up to, and including, 1.5.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses the SVG file."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N",
+ "attackVector": "NETWORK",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "LOW",
+ "userInteraction": "NONE",
+ "scope": "CHANGED",
+ "confidentialityImpact": "LOW",
+ "integrityImpact": "LOW",
+ "availabilityImpact": "NONE",
+ "baseScore": 6.4,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 3.1,
+ "impactScore": 2.7
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-79"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://plugins.trac.wordpress.org/changeset/3178823/",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://wordpress.org/plugins/basticom-framework/#developers",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/3dd3dc4b-e936-46a4-8d65-5f4bf05b2374?source=cve",
+ "source": "security@wordfence.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-96xx/CVE-2024-9667.json b/CVE-2024/CVE-2024-96xx/CVE-2024-9667.json
new file mode 100644
index 00000000000..ad471a5cfa3
--- /dev/null
+++ b/CVE-2024/CVE-2024-96xx/CVE-2024-9667.json
@@ -0,0 +1,68 @@
+{
+ "id": "CVE-2024-9667",
+ "sourceIdentifier": "security@wordfence.com",
+ "published": "2024-11-05T09:15:05.610",
+ "lastModified": "2024-11-05T09:15:05.610",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "The Seriously Simple Podcasting plugin for WordPress is vulnerable to Reflected Cross-Site Scripting due to the use of add_query_arg without appropriate escaping on the URL in all versions up to, and including, 3.5.0. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
+ "attackVector": "NETWORK",
+ "attackComplexity": "LOW",
+ "privilegesRequired": "NONE",
+ "userInteraction": "REQUIRED",
+ "scope": "CHANGED",
+ "confidentialityImpact": "LOW",
+ "integrityImpact": "LOW",
+ "availabilityImpact": "NONE",
+ "baseScore": 6.1,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 2.8,
+ "impactScore": 2.7
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-79"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://plugins.trac.wordpress.org/browser/seriously-simple-podcasting/trunk/php/classes/handlers/class-options-handler.php#L101",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://plugins.trac.wordpress.org/changeset/3181485/",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://wordpress.org/plugins/seriously-simple-podcasting/#developers",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/f4232656-2e97-4888-8dde-14039d8c2f9d?source=cve",
+ "source": "security@wordfence.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/CVE-2024/CVE-2024-98xx/CVE-2024-9878.json b/CVE-2024/CVE-2024-98xx/CVE-2024-9878.json
new file mode 100644
index 00000000000..d57814a0ff1
--- /dev/null
+++ b/CVE-2024/CVE-2024-98xx/CVE-2024-9878.json
@@ -0,0 +1,64 @@
+{
+ "id": "CVE-2024-9878",
+ "sourceIdentifier": "security@wordfence.com",
+ "published": "2024-11-05T10:21:16.540",
+ "lastModified": "2024-11-05T10:21:16.540",
+ "vulnStatus": "Received",
+ "cveTags": [],
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "The Photo Gallery by 10Web \u2013 Mobile-Friendly Image Gallery plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 1.8.30 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled."
+ }
+ ],
+ "metrics": {
+ "cvssMetricV31": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Secondary",
+ "cvssData": {
+ "version": "3.1",
+ "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N",
+ "attackVector": "NETWORK",
+ "attackComplexity": "HIGH",
+ "privilegesRequired": "HIGH",
+ "userInteraction": "NONE",
+ "scope": "CHANGED",
+ "confidentialityImpact": "LOW",
+ "integrityImpact": "LOW",
+ "availabilityImpact": "NONE",
+ "baseScore": 4.4,
+ "baseSeverity": "MEDIUM"
+ },
+ "exploitabilityScore": 1.3,
+ "impactScore": 2.7
+ }
+ ]
+ },
+ "weaknesses": [
+ {
+ "source": "security@wordfence.com",
+ "type": "Primary",
+ "description": [
+ {
+ "lang": "en",
+ "value": "CWE-79"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://packetstormsecurity.com/files/179357/WordPress-Photo-Gallery-1.8.26-Cross-Site-Scripting.html",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3180567%40photo-gallery%2Ftrunk&old=3171538%40photo-gallery%2Ftrunk&sfp_email=&sfph_mail=#file12",
+ "source": "security@wordfence.com"
+ },
+ {
+ "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/bfa1192b-34f5-4b71-8fff-14f2d4ac4aca?source=cve",
+ "source": "security@wordfence.com"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index 05f4829f022..3eac32b3d15 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ Repository synchronizes with the NVD every 2 hours.
### Last Repository Update
```plain
-2024-11-05T09:00:21.833170+00:00
+2024-11-05T11:00:23.627389+00:00
```
### Most recent CVE Modification Timestamp synchronized with NVD
```plain
-2024-11-05T08:35:19.593000+00:00
+2024-11-05T10:21:16.540000+00:00
```
### Last Data Feed Release
@@ -33,31 +33,69 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/
### Total Number of included CVEs
```plain
-268203
+268233
```
### CVEs added in the last Commit
-Recently added CVEs: `5`
+Recently added CVEs: `30`
-- [CVE-2024-10097](CVE-2024/CVE-2024-100xx/CVE-2024-10097.json) (`2024-11-05T07:15:13.327`)
-- [CVE-2024-47137](CVE-2024/CVE-2024-471xx/CVE-2024-47137.json) (`2024-11-05T08:15:02.830`)
-- [CVE-2024-47402](CVE-2024/CVE-2024-474xx/CVE-2024-47402.json) (`2024-11-05T08:15:03.250`)
-- [CVE-2024-47404](CVE-2024/CVE-2024-474xx/CVE-2024-47404.json) (`2024-11-05T08:15:03.500`)
-- [CVE-2024-47797](CVE-2024/CVE-2024-477xx/CVE-2024-47797.json) (`2024-11-05T08:15:03.730`)
+- [CVE-2024-47254](CVE-2024/CVE-2024-472xx/CVE-2024-47254.json) (`2024-11-05T10:20:04.843`)
+- [CVE-2024-47255](CVE-2024/CVE-2024-472xx/CVE-2024-47255.json) (`2024-11-05T10:20:05.300`)
+- [CVE-2024-51510](CVE-2024/CVE-2024-515xx/CVE-2024-51510.json) (`2024-11-05T09:15:03.913`)
+- [CVE-2024-51511](CVE-2024/CVE-2024-515xx/CVE-2024-51511.json) (`2024-11-05T09:15:04.137`)
+- [CVE-2024-51512](CVE-2024/CVE-2024-515xx/CVE-2024-51512.json) (`2024-11-05T09:15:04.330`)
+- [CVE-2024-51513](CVE-2024/CVE-2024-515xx/CVE-2024-51513.json) (`2024-11-05T09:15:04.523`)
+- [CVE-2024-51514](CVE-2024/CVE-2024-515xx/CVE-2024-51514.json) (`2024-11-05T09:15:04.723`)
+- [CVE-2024-51515](CVE-2024/CVE-2024-515xx/CVE-2024-51515.json) (`2024-11-05T09:15:04.937`)
+- [CVE-2024-51516](CVE-2024/CVE-2024-515xx/CVE-2024-51516.json) (`2024-11-05T09:15:05.157`)
+- [CVE-2024-51517](CVE-2024/CVE-2024-515xx/CVE-2024-51517.json) (`2024-11-05T10:21:10.253`)
+- [CVE-2024-51518](CVE-2024/CVE-2024-515xx/CVE-2024-51518.json) (`2024-11-05T10:21:10.960`)
+- [CVE-2024-51519](CVE-2024/CVE-2024-515xx/CVE-2024-51519.json) (`2024-11-05T10:21:11.470`)
+- [CVE-2024-51520](CVE-2024/CVE-2024-515xx/CVE-2024-51520.json) (`2024-11-05T10:21:11.947`)
+- [CVE-2024-51521](CVE-2024/CVE-2024-515xx/CVE-2024-51521.json) (`2024-11-05T10:21:12.490`)
+- [CVE-2024-51522](CVE-2024/CVE-2024-515xx/CVE-2024-51522.json) (`2024-11-05T10:21:12.953`)
+- [CVE-2024-51523](CVE-2024/CVE-2024-515xx/CVE-2024-51523.json) (`2024-11-05T10:21:13.420`)
+- [CVE-2024-51524](CVE-2024/CVE-2024-515xx/CVE-2024-51524.json) (`2024-11-05T10:21:13.890`)
+- [CVE-2024-51525](CVE-2024/CVE-2024-515xx/CVE-2024-51525.json) (`2024-11-05T10:21:14.420`)
+- [CVE-2024-51526](CVE-2024/CVE-2024-515xx/CVE-2024-51526.json) (`2024-11-05T10:21:14.850`)
+- [CVE-2024-51527](CVE-2024/CVE-2024-515xx/CVE-2024-51527.json) (`2024-11-05T10:21:15.183`)
+- [CVE-2024-51528](CVE-2024/CVE-2024-515xx/CVE-2024-51528.json) (`2024-11-05T10:21:15.607`)
+- [CVE-2024-7429](CVE-2024/CVE-2024-74xx/CVE-2024-7429.json) (`2024-11-05T10:21:16.083`)
+- [CVE-2024-9443](CVE-2024/CVE-2024-94xx/CVE-2024-9443.json) (`2024-11-05T09:15:05.383`)
+- [CVE-2024-9667](CVE-2024/CVE-2024-96xx/CVE-2024-9667.json) (`2024-11-05T09:15:05.610`)
+- [CVE-2024-9878](CVE-2024/CVE-2024-98xx/CVE-2024-9878.json) (`2024-11-05T10:21:16.540`)
### CVEs modified in the last Commit
-Recently modified CVEs: `7`
+Recently modified CVEs: `321`
-- [CVE-2024-10654](CVE-2024/CVE-2024-106xx/CVE-2024-10654.json) (`2024-11-05T07:15:13.730`)
-- [CVE-2024-20122](CVE-2024/CVE-2024-201xx/CVE-2024-20122.json) (`2024-11-05T08:35:19.593`)
-- [CVE-2024-7006](CVE-2024/CVE-2024-70xx/CVE-2024-7006.json) (`2024-11-05T08:15:03.973`)
-- [CVE-2024-9341](CVE-2024/CVE-2024-93xx/CVE-2024-9341.json) (`2024-11-05T08:15:04.223`)
-- [CVE-2024-9355](CVE-2024/CVE-2024-93xx/CVE-2024-9355.json) (`2024-11-05T08:15:04.413`)
-- [CVE-2024-9407](CVE-2024/CVE-2024-94xx/CVE-2024-9407.json) (`2024-11-05T08:15:04.690`)
-- [CVE-2024-9675](CVE-2024/CVE-2024-96xx/CVE-2024-9675.json) (`2024-11-05T08:15:04.833`)
+- [CVE-2024-36883](CVE-2024/CVE-2024-368xx/CVE-2024-36883.json) (`2024-11-05T10:17:08.927`)
+- [CVE-2024-36886](CVE-2024/CVE-2024-368xx/CVE-2024-36886.json) (`2024-11-05T10:17:09.360`)
+- [CVE-2024-36889](CVE-2024/CVE-2024-368xx/CVE-2024-36889.json) (`2024-11-05T10:17:09.633`)
+- [CVE-2024-36902](CVE-2024/CVE-2024-369xx/CVE-2024-36902.json) (`2024-11-05T10:17:11.190`)
+- [CVE-2024-36904](CVE-2024/CVE-2024-369xx/CVE-2024-36904.json) (`2024-11-05T10:17:11.577`)
+- [CVE-2024-36905](CVE-2024/CVE-2024-369xx/CVE-2024-36905.json) (`2024-11-05T10:17:11.673`)
+- [CVE-2024-36916](CVE-2024/CVE-2024-369xx/CVE-2024-36916.json) (`2024-11-05T10:17:12.847`)
+- [CVE-2024-36919](CVE-2024/CVE-2024-369xx/CVE-2024-36919.json) (`2024-11-05T10:17:13.233`)
+- [CVE-2024-36929](CVE-2024/CVE-2024-369xx/CVE-2024-36929.json) (`2024-11-05T10:17:14.357`)
+- [CVE-2024-36933](CVE-2024/CVE-2024-369xx/CVE-2024-36933.json) (`2024-11-05T10:17:14.890`)
+- [CVE-2024-36934](CVE-2024/CVE-2024-369xx/CVE-2024-36934.json) (`2024-11-05T10:17:14.993`)
+- [CVE-2024-36939](CVE-2024/CVE-2024-369xx/CVE-2024-36939.json) (`2024-11-05T10:17:15.647`)
+- [CVE-2024-36940](CVE-2024/CVE-2024-369xx/CVE-2024-36940.json) (`2024-11-05T10:17:15.880`)
+- [CVE-2024-36941](CVE-2024/CVE-2024-369xx/CVE-2024-36941.json) (`2024-11-05T10:17:15.980`)
+- [CVE-2024-36946](CVE-2024/CVE-2024-369xx/CVE-2024-36946.json) (`2024-11-05T10:17:16.490`)
+- [CVE-2024-36950](CVE-2024/CVE-2024-369xx/CVE-2024-36950.json) (`2024-11-05T10:17:16.977`)
+- [CVE-2024-36953](CVE-2024/CVE-2024-369xx/CVE-2024-36953.json) (`2024-11-05T10:17:17.360`)
+- [CVE-2024-36954](CVE-2024/CVE-2024-369xx/CVE-2024-36954.json) (`2024-11-05T10:17:17.537`)
+- [CVE-2024-36957](CVE-2024/CVE-2024-369xx/CVE-2024-36957.json) (`2024-11-05T10:17:18.030`)
+- [CVE-2024-36959](CVE-2024/CVE-2024-369xx/CVE-2024-36959.json) (`2024-11-05T10:17:18.173`)
+- [CVE-2024-36960](CVE-2024/CVE-2024-369xx/CVE-2024-36960.json) (`2024-11-05T10:17:18.410`)
+- [CVE-2024-36964](CVE-2024/CVE-2024-369xx/CVE-2024-36964.json) (`2024-11-05T10:17:18.970`)
+- [CVE-2024-45003](CVE-2024/CVE-2024-450xx/CVE-2024-45003.json) (`2024-11-05T10:19:21.327`)
+- [CVE-2024-45448](CVE-2024/CVE-2024-454xx/CVE-2024-45448.json) (`2024-11-05T10:19:26.190`)
+- [CVE-2024-47706](CVE-2024/CVE-2024-477xx/CVE-2024-47706.json) (`2024-11-05T10:20:16.157`)
## Download and Usage
diff --git a/_state.csv b/_state.csv
index 87e9b6525e6..491be791bb5 100644
--- a/_state.csv
+++ b/_state.csv
@@ -239652,6 +239652,7 @@ CVE-2023-52917,0,0,e7e17c5c7f3534e727632e5d0f203ae6b740f17b02a99e6ffa625b25ee582
CVE-2023-52918,0,0,21564d3b5227bff513646c579d7bdd7f1583e549e4c51e98581a4d9efd156cd6,2024-10-24T03:55:26.737000
CVE-2023-52919,0,0,a37d9d88a926a49efde8ee5228e861273658f480dcdcfcb710741f8df16c3c09,2024-10-24T03:53:16.377000
CVE-2023-5292,0,0,214d7ae5654e29ed0e372211abf39e379cdbd830eab553609e162ffb791fd787,2023-11-07T04:23:48.910000
+CVE-2023-52920,1,1,2c47ea23befe50859010244d5f8204d34f837fb3a797fb9c8deec998eac4a148,2024-11-05T10:15:24.580000
CVE-2023-5293,0,0,37b5570c94c226fac17bbeba13451e285dd87937cebf55577645a70e3fbcf851,2024-05-17T02:32:58.843000
CVE-2023-5294,0,0,91871d88408d7e2bcaad4b05fb484ac2315248d3665cd88ba6ae47f2da8d5f16,2024-05-17T02:32:58.950000
CVE-2023-52946,0,0,43d8c575418a7f78a11e9526af607aac1baa72cf0563b1f4b331156f6ceab810,2024-10-08T15:55:07.543000
@@ -242404,7 +242405,7 @@ CVE-2024-1009,0,0,97af4237278897e4de60a52c929ac5642d8b709167b278dc1af6a70d4d177e
CVE-2024-10091,0,0,d0b808b13e4ac8a1cdb029b434d2f58c9a91ce65332255a3523a2d40d54e2bbc,2024-10-28T13:58:09.230000
CVE-2024-10092,0,0,96aeeb96773a5c0a6e4e68b9196f2f369ac89a58107c1085bc8eadc272cfbb94,2024-10-28T13:58:09.230000
CVE-2024-10093,0,0,94a330c294b313c7705272073b44baeb2e1acc1449e78c4e0c252c7b91c53316,2024-11-01T18:07:07.003000
-CVE-2024-10097,1,1,16476316df3ece1d7dfda8e5e9e59a3b496ab76588ab45648b4e0329fd5fd9b4,2024-11-05T07:15:13.327000
+CVE-2024-10097,0,0,16476316df3ece1d7dfda8e5e9e59a3b496ab76588ab45648b4e0329fd5fd9b4,2024-11-05T07:15:13.327000
CVE-2024-10099,0,0,f14bdb99d2ca7956ea9400330266332303014dc510bc6e629dc22733e615abb6,2024-10-21T21:03:53.647000
CVE-2024-1010,0,0,b9c2292e551f86bb732084025c958f6307d4b05614efbc31206ace678efe61b8,2024-05-17T02:35:09.883000
CVE-2024-10100,0,0,f9d8653b0b809755807a27c91859fa59733e823c9baf33fbd9ba6460baccb9d4,2024-11-04T19:15:05.297000
@@ -242412,6 +242413,7 @@ CVE-2024-10101,0,0,e3896c5d7db68c5b786b00b58edff142c65dff97c0f85c49d64d1701e59c4
CVE-2024-10108,0,0,f3f4ad009417795f18debc95373d890db3250e635fff4006fa4ef1bc9580626c,2024-11-01T12:57:03.417000
CVE-2024-1011,0,0,a83b664837c33e7f0f4cec42868f7bdd93765cacc9e6b97b43804e8b07af65f2,2024-05-17T02:35:09.987000
CVE-2024-10112,0,0,3a01d2baa33f19e143abe5aabe181ccab32faac99effca8d7325142fe7220a64,2024-10-25T12:56:07.750000
+CVE-2024-10114,1,1,bc7d0bfa1d1061798c980b0dbddb4a74ba7ea59dc39910141acb50fa6b44df58,2024-11-05T09:15:03.333000
CVE-2024-10115,0,0,2f48f8fc2fb64e7eea0f8a197e6ea039f4addb791184326175f5bf3196ca43c6,2024-10-18T19:15:13.600000
CVE-2024-10117,0,0,7266808fb250241ee6ed4b7bcd7ffe295a81bef2421c05c5f9197e6a33b75e8d,2024-10-28T13:58:09.230000
CVE-2024-10118,0,0,20c350d413130c355373caed8d6cb5911ff957b85489cebdf58c361a0299d81f,2024-10-18T12:52:33.507000
@@ -242712,7 +242714,7 @@ CVE-2024-1065,0,0,6b929e111558868b0121ca43ebc298de03b6cbdcab98142e875670ec0e17e7
CVE-2024-10651,0,0,4020d234a4dc20eeefa40d62db04df21d3fc130e9d8122bd0290808c2b4b15c0,2024-11-01T12:57:03.417000
CVE-2024-10652,0,0,e78eb78c66337c771ed734884436ae7db011d1841627efa41acd490150897405,2024-11-01T12:57:03.417000
CVE-2024-10653,0,0,1b2d26feb706600b9c41b1333f6a03988902fcf9ecda5a5dffeb928661e3db01,2024-11-04T07:15:03.743000
-CVE-2024-10654,0,1,3c3d86b25c4e4fce7f35177184960c29ab2f4ed9ae30cd26cffab608365c3cce,2024-11-05T07:15:13.730000
+CVE-2024-10654,0,0,3c3d86b25c4e4fce7f35177184960c29ab2f4ed9ae30cd26cffab608365c3cce,2024-11-05T07:15:13.730000
CVE-2024-10655,0,0,4a39173efe85c13de7825496903f8eabd930fb258764390bce3ef665db358080,2024-11-04T19:47:40.207000
CVE-2024-10656,0,0,18b5e609f97649677e5109dc16530200dc01ab85577b2f860b138b1af32e903c,2024-11-04T19:47:22.733000
CVE-2024-10657,0,0,5aa26720310b42db2ea6ef4889360ebeb3fd6b29f11acb0fdb3b6096a49be1ec,2024-11-04T19:47:03.377000
@@ -242724,6 +242726,7 @@ CVE-2024-10661,0,0,2fb45599171c02632c74e38eaa1704a3148e7bda5d24615a29f34f195beda
CVE-2024-10662,0,0,d4e1d96fd372cbdc5b8334f5c6dd869966981cc60e3dd848ec899c5d2ee68af3,2024-11-01T20:24:53.730000
CVE-2024-1067,0,0,54f094f38a51fcd0954e79c36caca8c799a450eda4559137980b77dd6d9caf6c,2024-05-03T14:17:53.690000
CVE-2024-1068,0,0,affccf40ed47a318eb2ecd8e307c56fa640a43f94e3b3e8b50a778ab4a9c998f,2024-08-26T19:35:04.287000
+CVE-2024-10687,1,1,4ba0467c9b02f27510efd44036834fba8ea9da889f8961034adce6e5b2c4fffc,2024-11-05T10:15:24.760000
CVE-2024-1069,0,0,9f4b19e535b82e8b50b814b402985dc45959fb8eebaa25a120ba3f787349c9c3,2024-02-06T20:11:52.587000
CVE-2024-10697,0,0,c210e0a7c96b4c6551ebb9dd7b279713876560210bbe9f32a7466490c29614ea,2024-11-04T14:18:20.337000
CVE-2024-10698,0,0,c6fff0a917aa28b4221d1a4fc53f59759c6661844fad58814502b8ae26d0a5a8,2024-11-04T14:20:58.853000
@@ -242733,6 +242736,7 @@ CVE-2024-10700,0,0,f4de3bd9a03b4bf8b7d34635be8be04e330308c43777459f11779bea895a1
CVE-2024-10701,0,0,feef0490b9a5343bbd81c2d74656e28446f2c282178d53c2cfc86555fe72242e,2024-11-04T01:35:50.083000
CVE-2024-10702,0,0,1325634e3f4fdbfa2e4a1276b2401b086b25bcc969a908cc22819ae619148a71,2024-11-04T01:35:50.083000
CVE-2024-1071,0,0,203dd69d50b387b330a57560d4e66e827311506680b4f1e4c4b62b6aa394169c,2024-03-13T18:16:18.563000
+CVE-2024-10711,1,1,2389c1792fcee014ae967e8328f7cdda6dd6e1ef02a8dd48c1ecc6439c535d57,2024-11-05T09:15:03.667000
CVE-2024-1072,0,0,d1340477909607c729b87fb4231ec3eb5b83c947dd2f9537edfb72049dfc44f6,2024-02-13T19:44:28.620000
CVE-2024-1073,0,0,39b7dc528198b2afbafa91161478b052efb2c858a3c417cf6368bfe809460c5d,2024-02-07T20:56:30.313000
CVE-2024-10730,0,0,8808b0788cc1226811ed98f049f4208abdd990eebdc310df0fd93dc6dcaba5d0,2024-11-04T16:42:33.607000
@@ -243771,7 +243775,7 @@ CVE-2024-20119,0,0,8a55961b12bffbd749551c2a476d60889049504d4a0fed2b30ad593cc3811
CVE-2024-2012,0,0,02707995e28bba3e21e37a0cc9698bd91832709b25d71785b53bd5ea8c9a7518,2024-08-15T21:19:03.770000
CVE-2024-20120,0,0,abdf5fe0d9826449777afa803e667b5ff503d4bb09586c1271d9e77a7810a3dd,2024-11-04T18:50:05.607000
CVE-2024-20121,0,0,64ee137ec6d4da89e8765ec85d8ed9256cab3d56dc912845aa26341810bbd9fc,2024-11-04T18:50:05.607000
-CVE-2024-20122,0,1,744b016dd77bf1d3925336cb7504cc81d1bda83c1655bf764225b09f6b0227e4,2024-11-05T08:35:19.593000
+CVE-2024-20122,0,0,744b016dd77bf1d3925336cb7504cc81d1bda83c1655bf764225b09f6b0227e4,2024-11-05T08:35:19.593000
CVE-2024-20123,0,0,a6fa45d61f9a55f13ce8b7b5374adc77483c99447c1733b2f283a6b6bfd3450c,2024-11-04T18:50:05.607000
CVE-2024-20124,0,0,f0fd554760cd299dfc56b4ac50a1e92ea4b3de134a0428b7867adeb4defad70e,2024-11-04T18:50:05.607000
CVE-2024-2013,0,0,00ec85b9018843d83179244785c9b4c96e5ba8e015239a21d2d4ac8bf1b712fa,2024-08-15T21:08:02.010000
@@ -248400,12 +248404,12 @@ CVE-2024-26577,0,0,dbbc22a74081f12f101f825b2a849670f0e76e857d5182f7169d38ee1367f
CVE-2024-26578,0,0,087432b924c75f35d9d093592e9ffddd2b5e78220d6d5f18884ea66bdbc19b91,2024-02-22T19:07:27.197000
CVE-2024-26579,0,0,aa916bffc6068e6b1f48540cee238001fad0c31e3586bc89eba405a56b6cce86,2024-06-10T18:15:27.950000
CVE-2024-26580,0,0,8627ee85006e9aa997b3d19c22b764dea844587995050e18dc785b406ce29c6e,2024-08-01T13:48:11.393000
-CVE-2024-26581,0,0,8a864138782f95ca5a00e1ffc4da8df2aa81e77556e3339c21e87b09ca4b1359,2024-10-30T20:35:13.683000
+CVE-2024-26581,0,1,b5a0ce719cdb3dca93f0a2469e85abf36ce05eecfcfca85cc2050c856405b288,2024-11-05T10:15:25.197000
CVE-2024-26582,0,0,df1e6f22a079e3165d5a4ac7c9966a2b20a8f092ab8cd548cfca4ef1dd70be20,2024-03-15T13:56:41.843000
CVE-2024-26583,0,0,ea966c9fc41d50463dd0aa4f9c32931c6aa096e2933975e637fd40f63eae540d,2024-05-25T15:15:08.700000
CVE-2024-26584,0,0,b597b599653418f7682e05a48ac87f8ec9a159060eca2ba491d02ef72cab892b,2024-05-25T15:15:08.847000
CVE-2024-26585,0,0,eaba527a2ddad5815bcc8432c559919a1a7d810191d06db0533030acbf4f06f3,2024-08-19T05:15:06.110000
-CVE-2024-26586,0,0,826e0ed74f810a049018aa7ac4a8695339d74226076dfe9c62b30b7fc11ca243,2024-06-25T21:15:57.593000
+CVE-2024-26586,0,1,3e3754c52ec3a4c0b04a487f787136ce32e75e76909be64ebea6e8d00c933ff9,2024-11-05T10:15:26.603000
CVE-2024-26587,0,0,9dca22a8a37d1668929240c0c9db89fcaae919cf408e5cec954b7d1091ca09a2,2024-03-18T18:09:54.027000
CVE-2024-26588,0,0,a69a72424d776f456a4febb8e78018378056c2551f1e2a554c1804a918a29871,2024-10-30T20:35:14.647000
CVE-2024-26589,0,0,64031e6d525fa239ef3f3e1b31f353809196642c7d38c16c61929d0a520618c3,2024-03-18T17:56:56.953000
@@ -248413,31 +248417,31 @@ CVE-2024-2659,0,0,b83fd8ab8e061134bb60113327231a109e3796c337cb9867ba6104dc42d78e
CVE-2024-26590,0,0,5300f92a19438a9feba95e1aa849020c59bd00e172dd6d94ca25e0ceea0cb4ea,2024-03-18T17:54:20.197000
CVE-2024-26591,0,0,eb0a3c66f6a49ae190790e205fa0e2119dd24168357815f2640981150dad6a41,2024-03-18T17:54:44.267000
CVE-2024-26592,0,0,918f5c467e1a2d783dfdce08bbf11395643ada4c163274488d6a9fdec073f659,2024-08-27T15:35:08.400000
-CVE-2024-26593,0,0,54b53ee93c92dedcf04b4ae324bf5b755d7c944df0f43f1bec441c0daed5c72f,2024-06-25T23:15:24.260000
+CVE-2024-26593,0,1,1dd3f07033b07032d62a175f784668fb83fddd397c6c5ce5977b810c1fca40b2,2024-11-05T10:15:28.427000
CVE-2024-26594,0,0,dad03aada11e4c84f5ce999bb3d6fbaa8ac08117884246f49c61d689ab3164c3,2024-05-29T06:16:36.423000
CVE-2024-26595,0,0,b42513cc313bb8606b1586c4189fc0db79930dd6ddb603f1fb221f36ccadccd0,2024-04-17T19:55:31.323000
CVE-2024-26596,0,0,9f6eba399b7843bb3565fee0f354f3b872e78bb2526ed15a898ad13d407abf0f,2024-10-10T12:15:02.790000
-CVE-2024-26597,0,0,ab528d9508a4a43c1bd633754ae26c95fecf70fa3f069dcff05111c73d87ff04,2024-06-27T12:15:18.200000
-CVE-2024-26598,0,0,1e518e82505097e7b8cfcdf7448800a539eb76e006eac697ca8f89d65bc9d900,2024-08-27T14:34:41.740000
+CVE-2024-26597,0,1,53148eb7823b78788e7bda5b14ee765edd1b4bf02a3730dfef52adb5e413e382,2024-11-05T10:15:29.720000
+CVE-2024-26598,0,1,52d01c2e144464966643c31f41cde33229cea665ff2330e91386aacf69a5c555,2024-11-05T10:15:29.947000
CVE-2024-26599,0,0,6aea73e570b1bfdda9488cab227d897f6bf1c7ed921862f42cf866fbae061ada,2024-04-17T19:34:01.837000
CVE-2024-2660,0,0,39d392fe193c1565a64b4b3f7b6499afa6e3398aab28e0132e842db9854268ae,2024-09-26T01:15:11.220000
-CVE-2024-26600,0,0,15667b54419b74d13bfaebbe5a6d6002dfe7c4fdc4d02b07defbd604b0f0ec30,2024-06-27T12:15:18.347000
-CVE-2024-26601,0,0,c309ea678f47918cfba362cb4e6c45ea17486e585f0d624843ed54c0b4206060,2024-06-25T22:15:18.583000
-CVE-2024-26602,0,0,c671562f047f7d13a401b1ec7bac2643cfda5f593bfda2f60c85b3df866bd8ff,2024-06-27T12:15:18.543000
+CVE-2024-26600,0,1,8b460e0349a86a046c49c13756615e19993b7c43cc6f6334a33562182905a6a0,2024-11-05T10:15:30.493000
+CVE-2024-26601,0,1,0bde04004e38fc14fc0fe7eaccfa64ed239647e0272c99f384f262b6b8223e57,2024-11-05T10:15:30.663000
+CVE-2024-26602,0,1,d07b1f103107084a0f52a7d4105a2420ce13e7fd400a089696351a41c561a02d,2024-11-05T10:15:31.073000
CVE-2024-26603,0,0,536e0dcafc826554991d01ad6a685bbdfa2d28f34ff0b23cc58893fbcd57fbab,2024-04-17T18:00:07.600000
CVE-2024-26604,0,0,839a0ca8392e8779e18d9663103aa5d16fb7813ebab69c35222227f22c01b0d2,2024-04-17T17:55:23.003000
CVE-2024-26605,0,0,7935ccdf7b1421af4fe0c7a3a088ac2e3528e1c50b4b85e4bb4a6baadcec4aad,2024-04-28T12:15:19.740000
-CVE-2024-26606,0,0,66a8b02d76bcb0e21cbcd81f92056b384e487ad8219bc74c7277e8cf04ecd9c3,2024-06-27T12:15:18.720000
+CVE-2024-26606,0,1,81f8bf027bd009459e731f4bc9d662f4ecac9d244140f32fa6d94fe815564053,2024-11-05T10:15:32.170000
CVE-2024-26607,0,0,48238e2e22f2868aacdd37e500a178a0cde0170dea0f4023898053d5ca48dde2,2024-02-29T13:49:29.390000
CVE-2024-26608,0,0,f5b0798db20cf6c41f7ffb09d9aed0e384abe236eb4f9e587882239a58a47a8f,2024-03-12T12:40:13.500000
CVE-2024-26609,0,0,bb896216d73c7b31d6903ef4a1df35e3e4fcec2e096dd8b8ec48bcb68cced2e1,2024-03-12T14:15:07.133000
CVE-2024-2661,0,0,85bec5c676623ab88612e891d6756662ddeb6561914c3498ba906c2c5ebd1742,2024-05-02T18:00:37.360000
-CVE-2024-26610,0,0,a04904946cae0ef644cbb021a409ccc33085c268e1e7d6d930670e50dabcf434,2024-06-25T22:15:18.930000
+CVE-2024-26610,0,1,8425e8e399eb443dc4e73b326e7f2e403e8f7ad55f1893ce484ddd817861f917,2024-11-05T10:15:32.837000
CVE-2024-26611,0,0,acc8352b50a4974961b23961ba27e7846557cb5413a446c13e33edf4a52fda06,2024-03-12T12:40:13.500000
CVE-2024-26612,0,0,342275d6f9f5779e5f8789deb51c8fdf2efa5b28fe1bb14fac513c087e5f57f6,2024-03-12T12:40:13.500000
CVE-2024-26613,0,0,887f6e7769115404b4046d42893cc797ad2101f3efa9c8256bb46110b9059d9e,2024-03-12T14:15:07.310000
-CVE-2024-26614,0,0,55301bb2a2d3603c518734f63057a6d99738258eace7779074bbba3eff3db673,2024-06-25T22:15:19.037000
-CVE-2024-26615,0,0,39857e564e627a727f138a47e874dce5ce1da4ed3c60399595808a76dd8216c1,2024-06-27T12:15:18.830000
+CVE-2024-26614,0,1,f07a93110d3dc603b5717664eeb64bfe881aa441b72bab70c3eabb104a4bb9f7,2024-11-05T10:15:33.150000
+CVE-2024-26615,0,1,af841e8c3bcb1a4fc29161a40cf22a018c1e7a1365188d906491a61f7b4e60ad,2024-11-05T10:15:33.360000
CVE-2024-26616,0,0,a1bea521ef3c112476b0abc0a3ce55cd13d77ed311215d74b104f6752bea437a,2024-03-12T12:40:13.500000
CVE-2024-26617,0,0,67f44cfe230b35c9f33e586980cbef875d117f8c0ca4fad33530037ab6a6f3b0,2024-03-12T12:40:13.500000
CVE-2024-26618,0,0,60b49f9e86fa8f37acfeac63f8f4575f9654dbd2ab502c8b6c5996ed00c24771,2024-03-12T12:40:13.500000
@@ -248445,106 +248449,106 @@ CVE-2024-26619,0,0,3a172888bab0a927d52b4fdd413d891b072fc341af639a3741034834064d6
CVE-2024-2662,0,0,a2a94c73f74aa4424a4c3682e7ac78c6136565b797b4f728bf1a976cab864da5,2024-05-14T16:13:02.773000
CVE-2024-26620,0,0,65e5941945418b21a4c03b7b48584bf25732d23092fb7ebb20991b07ac64fe5a,2024-03-12T12:40:13.500000
CVE-2024-26621,0,0,54b2d9e7cb5c2283104ba5c65e12867d965519c61201b8eac087b2f03bdc040b,2024-08-14T14:15:24.450000
-CVE-2024-26622,0,0,4cd7d655a251310c444f077e2df4271fb89c449a25650c0bd38a0c088f0ade16,2024-06-25T22:15:19.240000
+CVE-2024-26622,0,1,140da2280c9da5af4d92277c59d734d8c98254cee84ed380e4eeff52e21bce25,2024-11-05T10:15:34.130000
CVE-2024-26623,0,0,072badb03b6dfd11f30eaa3dc91549de4bb838c1b1cb59508b9c081211145520,2024-03-06T15:18:08.093000
CVE-2024-26624,0,0,dfec722c86cb19deabe85be0fdccacdcf71bc34ee8cead4ebe6ca2d88e75d73c,2024-03-27T14:15:10.163000
-CVE-2024-26625,0,0,9e3b764a2377334b390fbaa35085e0548763f75b8ded75b0e5619c5b97c44843,2024-06-27T13:15:55.670000
+CVE-2024-26625,0,1,5c7c368563481a0391b4d15a2853b56b53439cc01e5e0d7a320c8dc56e23b811,2024-11-05T10:15:34.440000
CVE-2024-26626,0,0,63525a5fd910f55250614b36cebc3d752475ac77c23f86d1878a9db8ceaaa4d3,2024-04-04T14:15:09.390000
-CVE-2024-26627,0,0,17135619e34a021ca4587639b8c90b22d2a21c9f7c2952703e86883b28bd61e3,2024-10-31T15:35:30.300000
+CVE-2024-26627,0,1,da52cc39adb60ee181e711f0ffaa4284b7f5795f6683ecb101f41290080ff16e,2024-11-05T10:15:34.750000
CVE-2024-26628,0,0,da7f47400f41cb31ecd3afb43bae4a639d3d68eda0a5da59e7d46fbaf261a8b7,2024-03-20T17:15:07.367000
CVE-2024-26629,0,0,b96483da4b4ba60aa717752f92fa18f29ce05e615de7c19840399ebf4a040cd8,2024-06-21T14:15:11.633000
CVE-2024-2663,0,0,d2d0e98a1e7083016a816a6e2772a944fb7c73e3b16eea84ad261bdbd42f48da,2024-04-30T13:11:16.690000
CVE-2024-26630,0,0,7c99259a56cd2c9fa04bb47fa9a8c88da9dbe7e864162bcbc9a92942ad6cd5bc,2024-03-13T18:15:58.530000
CVE-2024-26631,0,0,d4da4473689b0faec05a5768b930329746363fc91ef2a4eb3198f49288d5eca2,2024-03-18T12:38:25.490000
CVE-2024-26632,0,0,912d532fa8eabc70ab2825ba25dfb71b0dbf3a3ff42e4e72fa1e54f2fca7aa07,2024-03-18T12:38:25.490000
-CVE-2024-26633,0,0,5a2ad53e52c01706fd12f5999ef08b5d79d4328a0bc46a5f49f00b772238f363,2024-06-27T12:15:18.950000
+CVE-2024-26633,0,1,36d8e2827abc1e7c49817a1a1713be900d8a4a7908264cc65850156f58a38b2c,2024-11-05T10:15:35.517000
CVE-2024-26634,0,0,ad2e282d3e927b5f098735c9588837c39fb6d52d3e5c81b7bc620afe71c1ebb5,2024-03-18T12:38:25.490000
-CVE-2024-26635,0,0,9ccd8d24da9a1dd3cac8fc46adee8bd364e3accae3dafb495dc11ffa106f59cb,2024-06-27T12:15:19.117000
-CVE-2024-26636,0,0,96ee948e6e102c9352679a1cea781601aa44e2452e311a25c5444990825b536c,2024-06-27T12:15:19.263000
+CVE-2024-26635,0,1,6761456ad4db7b3142a425251c45737d94325565ae3a14231624fed7c1b4b2df,2024-11-05T10:15:35.780000
+CVE-2024-26636,0,1,cb17071801f8bb6fdd6f561db94f3275979dcd43b88bc0c6cdde393445064c01,2024-11-05T10:15:35.953000
CVE-2024-26637,0,0,192e52b3e33e418e2bda4b3b8cc79eaa2222dae15a79913f355c96082861d2ff,2024-03-18T12:38:25.490000
CVE-2024-26638,0,0,13ddd4be4a9e1a042c7707a01ed7c65b16ac5b803ad2738595e2fb6125b54910,2024-10-31T15:35:30.513000
CVE-2024-26639,0,0,77fa0c405097892d132b380250ada6d19d3c676da4410ce6e163a929de368582,2024-06-20T09:15:11.183000
CVE-2024-2664,0,0,cc2cb9e8d00b491249c71ce1e80a9901a0f6a18ebaaab2e08dbaa9ff3f4dbb18,2024-04-10T13:23:38.787000
-CVE-2024-26640,0,0,039535fbdb1a82b2250451622a0631b806762b89ee80bf76e3916c9409aebb08,2024-06-25T22:15:19.727000
-CVE-2024-26641,0,0,401e68d541dd64aa1eac48f4f415377cd663de620e9d341df64223e0d399d9ef,2024-06-25T22:15:19.803000
-CVE-2024-26642,0,0,31b2bd6a028d98af26b3e0e65ded38e2b729118c8f38576d8b6629cd2ad74998,2024-06-27T12:15:19.380000
-CVE-2024-26643,0,0,fd5f19b5badabdb73491ba4dec399543596cb2d90178d1ac23cdef06ca36918b,2024-06-25T22:15:19.927000
-CVE-2024-26644,0,0,898704bc4321d27cc217714dd03da9a335e8e61264cd3e345213c419345571b1,2024-06-25T22:15:19.993000
-CVE-2024-26645,0,0,5219f47fdbcb7b9f0e0f42dc247822bdc43c119a802b06aad93d0fe00c92ad44,2024-06-27T12:15:19.470000
+CVE-2024-26640,0,1,58d967d5df60ab7fde323ef6f9b7a6919017db1710fa29b34e4ac1e4780d5d47,2024-11-05T10:15:36.240000
+CVE-2024-26641,0,1,e9277a59118734059f84428105602ed100ffb95ff349111dbe157f17760a739e,2024-11-05T10:15:36.420000
+CVE-2024-26642,0,1,6d6a736e6d5df0496d3d7ae52cde0fd35aba759b992234d656e09f3e726d50e0,2024-11-05T10:15:36.530000
+CVE-2024-26643,0,1,3d2f186d34fe48163e82705097ded98c7adb5448412991c9bade04160d1891ef,2024-11-05T10:15:36.743000
+CVE-2024-26644,0,1,7934c2f59b6e30a2c4b4745bfbfa90280e322c49f0c2a186c87bb52bbd1ff558,2024-11-05T10:15:36.880000
+CVE-2024-26645,0,1,fcb784c6c783cccdf8ab1103cd462aaed01b5616113ac8c3b057371a72bdcc2d,2024-11-05T10:15:36.983000
CVE-2024-26646,0,0,37b8583bb8aa6b5d9135a9adf8c1cea7db38d580753ce18483b0a0263c262490,2024-03-27T12:29:41.530000
CVE-2024-26647,0,0,2352172cdf00eda3657e1ca2ad602c79475b6fdb427922a2ce2991151abd5140,2024-03-27T12:29:41.530000
CVE-2024-26648,0,0,4cedcf3cfff8479b6fed3984e33e00ae084d6a67309ed2c17e18f60de1bb7057,2024-03-27T12:29:41.530000
CVE-2024-26649,0,0,940fcd7e5d20bc1c18f4c974a09622f0b6b6d87231bbd7408e7118d35c4bade7,2024-03-27T12:29:41.530000
CVE-2024-2665,0,0,0d168a0d5dbe4804c9bebe4f21c0d1f4a27974809ea172b5979b5dccd55d97c3,2024-04-10T13:23:38.787000
CVE-2024-26650,0,0,c37b82afef74cba8f0a1b3081e8c53c80ac8f73689ed9f1c045183b9566d980d,2024-05-23T14:15:09.293000
-CVE-2024-26651,0,0,fb1778dec4aa28736fc803494a7d95d0a4887c74ed91b5258df0fc8bdc4d3968,2024-06-27T13:15:55.767000
+CVE-2024-26651,0,1,25ce93d8837ed7e27bc39604c743fe0fdd29ecb526c0f5e16b61563c243eee5a,2024-11-05T10:15:37.653000
CVE-2024-26652,0,0,8d6649d168744efbfe6b62c08e9360ae7602de48e9181fe8c422fe485dc0c24c,2024-11-04T20:35:04.647000
CVE-2024-26653,0,0,d8aee5aa874cda3bb376f3ce8a5f14e5f03fc79d04d8d093a2467a5582803bc0,2024-04-03T14:15:16.520000
-CVE-2024-26654,0,0,d30cf3144176f55463a59233de7c2d22b1a5877071a0f572ada286ee3c4a13b0,2024-06-25T21:15:58.207000
+CVE-2024-26654,0,1,bed8a8cfdab5b30e88cac1716681c90894d5d92ee85a86cb8c12b859e6dc595d,2024-11-05T10:15:37.980000
CVE-2024-26655,0,0,e538fefaef2b297407375360bfd7d37a24041d5520688f3409c56615cace1742,2024-04-03T14:15:16.860000
CVE-2024-26656,0,0,a14a11d7539fdd64608f84c257e0343829b3ef06c12ef2c85e3c6d94d9595a50,2024-04-03T14:15:17
CVE-2024-26657,0,0,aca6d85edeb66daff7366d304d92ab2687e0569b234b2acd92ea27fa07d57939,2024-04-03T14:15:17.153000
CVE-2024-26658,0,0,d0abea21644259a2a84fe5233b7987b3fe23c1ee9064590ae02175ab7850bc66,2024-04-02T12:50:42.233000
-CVE-2024-26659,0,0,1ebb2cf7759aa124e0df1446bb1ecf92d842398e9b840c8d89d7cbc126a01ae7,2024-06-25T22:15:20.220000
+CVE-2024-26659,0,1,f14d6611e043dbfa82957de0620487d0288f5142381088625a705e2ce96cd2b7,2024-11-05T10:15:38.667000
CVE-2024-2666,0,0,e2cf8a19de1b9913333cbdeda1b911f602befa5aacf4a74d8768fe1fef08e825,2024-04-10T13:23:38.787000
CVE-2024-26660,0,0,07427c0432049d8ef31d08748ffe4395e92966b708b235d963b72a02c7cc00b1,2024-04-02T12:50:42.233000
CVE-2024-26661,0,0,cc86415b98a0b276c5aca876a5fd5f9af927eebf9e9a1a08f3976e2d38c9edb1,2024-04-02T12:50:42.233000
CVE-2024-26662,0,0,4690da5f07bb4f5e40786063116ee764b660c850faf8c8d2effbea2f2fef65cd,2024-11-01T20:35:08.353000
-CVE-2024-26663,0,0,d714e15cc9607ab844dd5f108c583e6fa158b855e51f0984ba2d0b1b59099cb2,2024-06-27T12:15:19.617000
-CVE-2024-26664,0,0,89a417a13d785ad8325335d250bf1b0d19023246e19cb5ddc76946cbcac78ba0,2024-06-27T12:15:19.777000
-CVE-2024-26665,0,0,95b558ab2a7d651a73090bb16cc70f3f1b7091635999816322baea48fdd6527f,2024-06-25T22:15:20.357000
+CVE-2024-26663,0,1,bd833b424aaf0562dc5953d59630450a51a6e89c200d02d72e85966df2a94f8b,2024-11-05T10:15:39.053000
+CVE-2024-26664,0,1,1d717a40854f08ff433a6d4fbbc6c61ff1ddd16151936e8caf67390b70b29144,2024-11-05T10:15:39.163000
+CVE-2024-26665,0,1,ccd95b92271dba488cdba7543bb669d2c7b6c424dc48c13124d23042f711aec6,2024-11-05T10:15:39.267000
CVE-2024-26666,0,0,dba6407ca84bc6fce032abfb8ba38b81cf3c08823061c0b0f1d367639de1d8f9,2024-11-04T17:35:11.477000
CVE-2024-26667,0,0,9a1ea0e4ac9bf10d6568a6b8d7ce40bf22c9e05c2998d5540cc717ab017e057e,2024-04-02T12:50:42.233000
CVE-2024-26668,0,0,582f7a605a28f8d79a9b901b29ab8b643dbe0a75bef6fc5eda07e1d84212be81,2024-04-02T12:50:42.233000
CVE-2024-26669,0,0,a6fd5b0b0b3d84e69818d552f2361b002d90e9c67b18c3d40b35bce20ef4408e,2024-04-02T12:50:42.233000
CVE-2024-2667,0,0,bc9377d5ebeb2326a84627afa21f74869702a4481d5a1bc676e52d0fa1ff73f4,2024-05-02T18:00:37.360000
CVE-2024-26670,0,0,fa06230f79e9f7d2f8feee6b34bc199f5df7a1e2fe10f83e9f4071495038e83f,2024-04-02T12:50:42.233000
-CVE-2024-26671,0,0,c63d3434fd469466a89b7cf7769e2c8670352c62f19494c2fbc400b0eeda767a,2024-06-27T13:15:55.847000
+CVE-2024-26671,0,1,3fc5c32a08ccdacdf18317ad47fa0919a89111fb0485f964f6bde9fca71bc601,2024-11-05T10:15:39.883000
CVE-2024-26672,0,0,726d9f5488fc418f972061f0e6b9b531abbd0d7e9eba70dcfadf360ccc470c0f,2024-04-02T12:50:42.233000
-CVE-2024-26673,0,0,bd68a045a449ce3ef1e5d101ff1af0cca65c070ce8e79db83528a5b6e4da673c,2024-06-25T22:15:20.487000
+CVE-2024-26673,0,1,26775e3a15ac21b250966ab24ef9c9f13769a663dc07160f980a0d8669bcc75e,2024-11-05T10:15:40.050000
CVE-2024-26674,0,0,4be158c6e63891d4ad98b4910b1d19e6f80df040d2109d93390daee94f3ba05b,2024-04-02T12:50:42.233000
-CVE-2024-26675,0,0,b8761a6a55f36d58c86bb2c25bb6ba610c51b65efedbc599b4d5a9b7fc70c3df,2024-06-27T13:15:55.923000
+CVE-2024-26675,0,1,91612b5d13d38e48f5fc25e271a7314b32d78aa55e6597a346fc58f42065bdf3,2024-11-05T10:15:40.220000
CVE-2024-26676,0,0,02da889986d7aaf9621be9464ec188321a26822b48813a2871a5b827faddfb97,2024-04-02T12:50:42.233000
CVE-2024-26677,0,0,b279710a604c5688c5de6e3bde45b7c0245e9b7ecec79171305e37a5bed2a9ae,2024-04-02T12:50:42.233000
CVE-2024-26678,0,0,b4e5d4e754dfed21e157ac2f99c21b89f2b723af548f2f8ba88e1e0ce166a609,2024-04-28T12:15:20.717000
-CVE-2024-26679,0,0,65dc2dcd066150052880209c36c45a009b0d7a5c51ba55f5295837bb2a064ed6,2024-06-27T12:15:19.853000
+CVE-2024-26679,0,1,d34c47f194526c16c34ba637525a24af2ceeb0714668acaf55640cebee2b0f05,2024-11-05T10:15:40.547000
CVE-2024-2668,0,0,55bcb9d98340f775328d92a9305aa37fc93f4c59d6caa8a9c1099cbea2c6ffec,2024-05-17T02:38:23.770000
CVE-2024-26680,0,0,729bbaf8027408d0d9c7f090583dcfbe4e8dded62e2e541179fc805da3ddc0dc,2024-04-02T12:50:42.233000
CVE-2024-26681,0,0,0a2242ce8e35556e17a369002abb361516c0e288860bf3516aa81731a66c71ff,2024-04-02T12:50:42.233000
CVE-2024-26682,0,0,66001075d07a8b9cd22042f84a151a75cf9c44b99d9488c993464cbd12396db0,2024-04-02T12:50:42.233000
CVE-2024-26683,0,0,5ed0785a0dba8dfc79225899f86727d0bbd5b74cda5d23e6b9d88e1e226b75af,2024-04-02T12:50:42.233000
-CVE-2024-26684,0,0,eaeab7c7223850e206fe4afdd00ef543a7683963f2c78c9469d54e4e3b78d208,2024-06-25T22:15:20.743000
-CVE-2024-26685,0,0,34336a401d4339f953aa460def0ab1844b02d6936f122104dca423ddc09fba2d,2024-06-27T12:15:19.930000
+CVE-2024-26684,0,1,e61ef948da258c9f30acabb493bb3b64225c9323b463acade23ffa9cf0134a8b,2024-11-05T10:15:41.073000
+CVE-2024-26685,0,1,005c177c3ef50133c6e0a2b29477c63cea98283b25e4204fbeb8e41f9c251259,2024-11-05T10:15:41.170000
CVE-2024-26686,0,0,4da0232c625a8baadb585fe4d319de2450c75aa7a76dec359e95d8a4d0f56030,2024-04-03T17:24:18.150000
-CVE-2024-26687,0,0,f2a525917b53e64b5d4b0237bbaf76ba89ea6e8f0d3204f8a7c36784dcdc97fb,2024-06-25T22:15:20.917000
-CVE-2024-26688,0,0,0e4067878b9b8f9d90ae10532528613de62b4a9c8f5e836fc5429e89f9adebdd,2024-06-25T22:15:20.987000
-CVE-2024-26689,0,0,d69e3fc9d82fa2e3e771959cbf6119ce829bd20d0a2bc04efb78640eee64f219,2024-06-25T22:15:21.047000
+CVE-2024-26687,0,1,f5c212369abc84e0767cc3925b15f6cc76be5849536126268bfb9b1d722282c4,2024-11-05T10:15:41.337000
+CVE-2024-26688,0,1,2002f874da9a0e8ca78e29f1294da0fb8ce6f0115046cea4da21af152820c4f4,2024-11-05T10:15:41.420000
+CVE-2024-26689,0,1,9b3a98daf41208051305b4bd334ec9170bdc6af43d76fdcd9b12dc1de94920ab,2024-11-05T10:15:41.513000
CVE-2024-2669,0,0,0b165dce47fa200064025514d99f09be13049d35ab700e215670a5661ef338dc,2024-05-17T02:38:23.873000
CVE-2024-26690,0,0,09543470d1aa1677e297288e8a5dd06192d48c36c8368b706174d116fd60bd21,2024-04-03T17:24:18.150000
CVE-2024-26691,0,0,ed8b0c4f02ac9ca5ffb1145de8709b749b6738617be1718077c762e1d6edb27f,2024-04-03T17:24:18.150000
CVE-2024-26692,0,0,34cf8b2b4d93fe1548aec17a8481f7531f6d1f0b50c7303924044aca3707f0d4,2024-04-03T17:24:18.150000
CVE-2024-26693,0,0,8a97d5b7fb8da5cd1010f4ad51cb640f0628ffaa41f42a5d43fb97a944ba18e7,2024-04-03T17:24:18.150000
CVE-2024-26694,0,0,fe17c68064dbf4559f72b53c35821aa9cabebae5adfe7ee5295a13c0c4cb5869,2024-04-03T17:24:18.150000
-CVE-2024-26695,0,0,618220860f1ac57b125323f83c54bf3abf8bc87a73546c076e78ca28a2ba82aa,2024-06-25T22:15:21.107000
-CVE-2024-26696,0,0,0221bfeea92bf3f3adb6a6b37d75fd300064e93b4035150103c3236286e5e8a9,2024-06-27T13:15:56
-CVE-2024-26697,0,0,77e391785cc1ded40bff71bdcf7da030e0057e44dfbc0afbc3ce826df1991611,2024-06-27T12:15:20.090000
-CVE-2024-26698,0,0,7e0a2273da5059e3a8359a869cd17a048ca222eaf50b71cbb422169c5bebb785,2024-06-25T22:15:21.233000
+CVE-2024-26695,0,1,1a9a8467dbfca6777f329abd2c984b12a87b193971346746f542e07385b09e0c,2024-11-05T10:15:41.953000
+CVE-2024-26696,0,1,a5b98a767defc47b88cd4cbe888a09a4ce8b8c725130c2c2930212878c7cb1da,2024-11-05T10:15:42.113000
+CVE-2024-26697,0,1,ac732530cda63318b80087b9e873ece8e5849f899c4dba61c59ed05c91af1d34,2024-11-05T10:15:42.287000
+CVE-2024-26698,0,1,36679d87ca5a991af45c374aad29796286f4ea3417d695074c2682071938b93b,2024-11-05T10:15:42.387000
CVE-2024-26699,0,0,10f67e48677b758c952296823f2736230945ac642856766cff1fd99696d4ee59,2024-04-03T17:24:18.150000
CVE-2024-2670,0,0,e5c8a4d89ce9d4acc4ce1454b1797c6cd9fb489aef250b206a21824a53f913d6,2024-05-17T02:38:23.970000
CVE-2024-26700,0,0,eeb8acacbf7dc8a4f1ed2af01d3810adef140f32f8e33669ddcb0096ad063133,2024-04-03T17:24:18.150000
CVE-2024-26701,0,0,b03e1ce32248050afb32bc7948ab24791df0affca83332817771b6e5cd8267b8,2024-04-03T17:15:50.720000
-CVE-2024-26702,0,0,6720ffe3af4ebb6632003493278778ab0d9e16ca21bb5789a714c00d61d8397c,2024-06-25T22:15:21.297000
+CVE-2024-26702,0,1,a03169643554657d7dd4e24b7525ecd909365aed2b7a2454cc0c2b8d5147eee4,2024-11-05T10:15:42.637000
CVE-2024-26703,0,0,686a7fae8dedda811a8755c9ef83e87aa20c627102db2759d618cff1fce823ef,2024-04-03T17:24:18.150000
-CVE-2024-26704,0,0,3f440b7915a84102c31c6ca58997604b072456ac2fdae8caa0bf3d548cca7de9,2024-06-27T12:15:20.167000
+CVE-2024-26704,0,1,7825d7c920664f4e891040dd0aaa3f23e2a949e1615d2f80ff4a02d19173f97a,2024-11-05T10:15:42.827000
CVE-2024-26705,0,0,78b53ae404d02219812b4aeb186b05a7a11b1f5ab2997316c1bbd3060abe82f6,2024-04-03T17:24:18.150000
CVE-2024-26706,0,0,89b4f648ec2b3b26b7668e53c563f37afbde85f99ae0e56fedec5035cd8965f5,2024-04-03T17:24:18.150000
-CVE-2024-26707,0,0,0b4632ba7cbb3593b28164a910e817aabff12a96bda4f173426fe88e799fb2d3,2024-06-25T22:15:21.363000
+CVE-2024-26707,0,1,06256219138df37de9f7e7bdc61e51a5acdd7b3d06b1232b387996d228292f1a,2024-11-05T10:15:43.080000
CVE-2024-26708,0,0,b7b4fd917032dbfb390eabc8cff6b35f00ba8bfbaca82390ba12fef81251a7c8,2024-11-04T22:35:04.300000
CVE-2024-26709,0,0,db5b445e594837265e4231997ca9ab456eb703993d2f2aecb25185917da73c88,2024-04-03T17:24:18.150000
CVE-2024-2671,0,0,574794b92da1fad69b45dab76d86555ba117f14e94371362986a89b344dcc19f,2024-05-17T02:38:24.070000
CVE-2024-26710,0,0,e030f43a8aa53571f8f35affc42bdc96443cc55f22ceaec1c312b7d16f03bb91,2024-04-04T14:15:09.567000
CVE-2024-26711,0,0,636e9f6aa7e7c007608726c48d470b2927a660f9d885f5ac94415e4a90f2458a,2024-04-03T17:24:18.150000
-CVE-2024-26712,0,0,b667e4d6e5faa1afd1d50b491666fb39190c8eceb0e2ca91aabaae9fe10d14e4,2024-06-25T23:15:24.940000
+CVE-2024-26712,0,1,b250d72085224c83df010d740d7ffe304765dc47a2ac7cd7740336641fbbcf3a,2024-11-05T10:15:43.487000
CVE-2024-26713,0,0,192185a643eb7651d690aae6137ba6f2420fb0be9672f0dfa0908304b1394b5b,2024-04-03T17:24:18.150000
CVE-2024-26714,0,0,faa331038fc0a5fbf6f72afaa0a7a8bc95357cfb4083cadd79fcc3535483874e,2024-04-03T17:24:18.150000
CVE-2024-26715,0,0,d743b3d21d5816879e3fd96c31c716696399c03e5a1820cc912de3208fbdf6bb,2024-04-03T17:24:18.150000
@@ -248555,22 +248559,22 @@ CVE-2024-26719,0,0,bf095c5ec40e5021963ef58a4045186e372261f83c48e13510021b065ebea
CVE-2024-2672,0,0,c8d64f7b93993488ba5215c3b2eb1c5f7ca0e18711968330934c30769d9d1de3,2024-06-05T20:15:12.810000
CVE-2024-26720,0,0,0796d3f03354db4b881b215435b033867db943942fb95ad422104cdb227db34a,2024-07-18T12:15:02.847000
CVE-2024-26721,0,0,1855766a0f5812e12b4ec66efc3b6a9afcf0b78271c4c12c6a2911031699c926,2024-04-03T17:24:18.150000
-CVE-2024-26722,0,0,678c2174565506cb90dd280f45dd36d61492a163290846ced6bc12ee6690c2b4,2024-06-27T13:15:56.110000
+CVE-2024-26722,0,1,0d66957f8f5a231ce254a87207bb6750fec227b6ea6e41a72265dc9c6c6bac04,2024-11-05T10:15:44.310000
CVE-2024-26723,0,0,1adebbbe0c1df51f62e04ec69f2b8748b17bc37b6c4d709a161eb246b0d88215,2024-08-01T13:48:12.423000
CVE-2024-26724,0,0,28ba565c53f52bae0b7686dc347d7a909bf2fd59dab779361c6457ef08850b2e,2024-04-03T17:24:18.150000
CVE-2024-26725,0,0,3af074c9f95dfef44f6d0a74ba92f1d001d4c2881fd208366b418ebd1229e318,2024-04-03T17:24:18.150000
CVE-2024-26726,0,0,5f95449f287d49e49d2bb1f87b8c386e0aa835b28cda779d9e6430eb3812b614,2024-04-03T17:24:18.150000
-CVE-2024-26727,0,0,687895573c85bab0924939565d6320d688a73227eb9b1861b5459b77b850e5bd,2024-06-25T21:15:58.400000
+CVE-2024-26727,0,1,59358be18f4f3a37a45857354c9627aab83e8c35d5407556d3d3e7642ebb2003,2024-11-05T10:15:44.713000
CVE-2024-26728,0,0,1d984fbbc09b2528ed0368e262b6925669160ac0081a20349d9ce1b0481cd133,2024-04-03T17:24:18.150000
CVE-2024-26729,0,0,f2558d66284076d36d46e0aacf3fb55436eadb8de18e68f9386d43b00e2b9ac0,2024-04-03T17:24:18.150000
CVE-2024-2673,0,0,c0d60620ac5234f9d83256f6c8f0cc424d5b12f467b9d75fc363f57a06d6b86c,2024-06-27T20:15:20.927000
CVE-2024-26730,0,0,e3adf1f18e75f02eb4ddde1d65703597e8a59901e6d25e50ea9de5823f84b09a,2024-04-03T17:24:18.150000
CVE-2024-26731,0,0,a0b35e80e7d711c60a97912dc302c5db34b4fd9235fbfe456f2513f7ece65c03,2024-04-03T17:24:18.150000
CVE-2024-26732,0,0,ec7cbeff52970bd11884d825e88204cea9fe962424cd8f5b8fa233a8acdeb543,2024-04-03T17:24:18.150000
-CVE-2024-26733,0,0,646af548b9533cc8bde386b28e554214eab8f2a020503960c0d1f100df49ab2b,2024-06-25T23:15:25.030000
+CVE-2024-26733,0,1,ffb3f90c0778d3f838c29091a428911e1aa8d896c4d95445af70c44f0420f3e2,2024-11-05T10:15:45.177000
CVE-2024-26734,0,0,0eb1b1feddc3c43838ae7b1cbb500208ff685270dbb18f151464783d19bf4c65,2024-04-03T17:24:18.150000
-CVE-2024-26735,0,0,7afe0996673efde5a6585f2186b8a08bb5ef98d3542cccab732c4df20b91e8aa,2024-10-31T14:35:12.657000
-CVE-2024-26736,0,0,a562229f2b02fc6cec76f3673034e8ce7378dc0d0fc6cbaec0df447d9263eebb,2024-06-25T22:15:21.543000
+CVE-2024-26735,0,1,55b57287ec692d6004a0253696fde26ffb20183fe2e6a08bf1d688169de9243a,2024-11-05T10:15:45.370000
+CVE-2024-26736,0,1,5522d13b5e29a91ceab7a744f32d79c93cf77f194175ebec0c1ba7e3b05e2925,2024-11-05T10:15:45.560000
CVE-2024-26737,0,0,5d630f8ababe5101cb5f2cea2096882f36be8fed2220dc01cee465676a15e40c,2024-11-04T19:35:06.193000
CVE-2024-26738,0,0,3ed173e742b2f1ef480700b80fac0353c8315c8c73b558ad6f8306db1c647ea2,2024-04-03T17:24:18.150000
CVE-2024-26739,0,0,3d829b13b19365c48f5d561476965397ebd2e1886563c8f01827db030cd83b2d,2024-04-03T17:24:18.150000
@@ -248578,19 +248582,19 @@ CVE-2024-2674,0,0,f2c8a10eeecd3f969d6af12d88b2654ac020152e56dd763b8a3c5395662fb5
CVE-2024-26740,0,0,1e1bef330b72fc7d544d8597ed7662f3757f2fd4d4713d8ba1cf34c542f655da,2024-04-03T17:24:18.150000
CVE-2024-26741,0,0,e3c248718399fd38da7f7e0290c551d82b46ab3d7aa0a320a11762dcc655c816,2024-04-03T17:24:18.150000
CVE-2024-26742,0,0,d7af6623131612fa1c7fd4e052a63ef79bda58184e37bad2d9cdda66dda9e08a,2024-04-03T17:24:18.150000
-CVE-2024-26743,0,0,324882ef91c0c28f79351ba6298feb9fe20c713336fb2f56a3a9c16ca464e41a,2024-06-25T22:15:21.600000
-CVE-2024-26744,0,0,f902dd3c251462aa381ae89d57defec93703dfa0c7e8a0c7eb1bbbb723405b07,2024-06-27T12:15:20.400000
+CVE-2024-26743,0,1,4a7e68056af89e9c88fe98dfc22c3d733a12a894d9b16349f941d17c194d57a1,2024-11-05T10:15:46.150000
+CVE-2024-26744,0,1,0ceec025040440e9ba41481335beedc9c2145c266bf1333f6ac942206f1c0ce5,2024-11-05T10:15:46.253000
CVE-2024-26745,0,0,122c004116025bf61ab1b820e4608632aeed8cec5ef7c9fee61ffd6ee6d9d826,2024-10-31T18:35:09.190000
CVE-2024-26746,0,0,503c547cde060b718fd5c822ced0ef17967b19427780440c26d09b063f4a1e1e,2024-04-04T12:48:41.700000
-CVE-2024-26747,0,0,41706fd8dc5e74253554934fe0898878e3cbaaff07076ca69a602b3caff1d7d4,2024-06-25T22:15:21.727000
-CVE-2024-26748,0,0,281d1dba5fb38f324f1cb82b7adebdd7a556b7307a202c472b084466cdd8b3ba,2024-06-25T21:15:58.480000
-CVE-2024-26749,0,0,86da159cd0665fef756f00066fe4ebb485fac11588ab61f831f2409f6908030a,2024-06-25T22:15:21.787000
+CVE-2024-26747,0,1,bbdb73c6d2852e67254b001889f5d04283ddc697ee1229734fa251cc2fa62fb0,2024-11-05T10:15:46.530000
+CVE-2024-26748,0,1,e740af2a2a222157e1a47e25e1bd900160f6ca7e6ce1f0aeda590d997301c8f7,2024-11-05T10:15:46.617000
+CVE-2024-26749,0,1,b8cffd20d7fea05a0051e71323943d1acfdd070f5c07975fb20697c86b1b1188,2024-11-05T10:15:46.717000
CVE-2024-2675,0,0,08d94dd8fcf7274609ae5a8174de32ff42fbd7add2fc3470085f28072ff8f119,2024-05-17T02:38:24.437000
CVE-2024-26750,0,0,114ae97b200414f0fdddf87497a1d188c089d52b0bc1277f14d82d712946bd18,2024-04-04T14:15:09.620000
-CVE-2024-26751,0,0,3af8eee5075baee06b6c0ed840a5faef6de47c8dc37135c19243a24425e59e8e,2024-06-25T22:15:21.843000
-CVE-2024-26752,0,0,5a7415018a98a4b6a574d252b1595e0e8518ae3c5f5f3aaab6d7f631edc2f84a,2024-06-27T12:15:20.473000
-CVE-2024-26753,0,0,fa71244c91ba96b7330f09d7f4bbc0e594d018c9195d81fdeaa5e52ab42a78ab,2024-06-25T22:15:21.980000
-CVE-2024-26754,0,0,1d4838500a8c252b0cbc8626cdb75e403c6b4035abdfb90db28910573033cb38,2024-06-27T13:15:56.187000
+CVE-2024-26751,0,1,d8af0483227d63334dae4144bfa5d7403f7638693ca301ff84ffdecf054e6eb8,2024-11-05T10:15:46.877000
+CVE-2024-26752,0,1,ef975bc36eaf432552c3dcbdc341a9336848150e2bea1f389cb56d2e78fd59e0,2024-11-05T10:15:46.980000
+CVE-2024-26753,0,1,3846eb71f07ae66d4f1ab1df6c9d443c98aca1924ebf110c33d4d08080433ea4,2024-11-05T10:15:47.090000
+CVE-2024-26754,0,1,4c9cfa7c31d874fcb7c7bccb3bab927e4d2ae66cd4f4c5042fa0e607d4d1901d,2024-11-05T10:15:47.167000
CVE-2024-26755,0,0,39f7695747b108842d59070ebf8576f95142b84dcd41ed480d2d853aa612b61c,2024-04-03T17:24:18.150000
CVE-2024-26756,0,0,655c17b37b1ef2579c61a87ebef153f2774027727f182f3917510b923fe0ccdc,2024-04-03T17:24:18.150000
CVE-2024-26757,0,0,6034152e03c1ca661ffc06ef00b2bfd06031f7a425df0cd8c48af8de3fbaa9da,2024-04-03T17:24:18.150000
@@ -248600,75 +248604,75 @@ CVE-2024-2676,0,0,c5aff2ba1e0c7344ce038e4f14ac4978d6bb29d1aa8d9b0c435541e9715597
CVE-2024-26760,0,0,160226d81fdca2c84eeb6d46729122b3c80deb78aaa248984920bedee820af65,2024-04-03T17:24:18.150000
CVE-2024-26761,0,0,c667a344129c75d6f712371af8b856e22321c4906391422fac88d0c2499ed64a,2024-04-03T17:24:18.150000
CVE-2024-26762,0,0,525a6259e9c34932174f8901b1d4ed0a31fc3229245d3099ece0d67f67bcf9c4,2024-04-03T17:24:18.150000
-CVE-2024-26763,0,0,7e91051ce9d54ff5cb2540d542e9bc20e5171da30e81a042e48d607a377f597a,2024-06-27T12:15:20.560000
-CVE-2024-26764,0,0,025cb9d5d434bfe4d69803ed3f2d7ea656c8921e38d203e98e521ea550f3bdfe,2024-06-27T12:15:20.647000
+CVE-2024-26763,0,1,374b68a16b9badd50bcc891a06d5aa925602e7120b32c552782d5ec6efdd5438,2024-11-05T10:15:47.820000
+CVE-2024-26764,0,1,78430a65a09c7d3ada3f03311cf635dfee8dc446b67f56b341ca087c5093cf63,2024-11-05T10:15:47.917000
CVE-2024-26765,0,0,68722d76e57e5cd70f2f2241021d2e214008aad7514467064e690f4d4788fd20,2024-04-03T17:24:18.150000
-CVE-2024-26766,0,0,a763c698f25f11c9eaba654533dca5464d2e7312ebd0c1c9092d710a68d91e35,2024-06-27T12:15:20.720000
+CVE-2024-26766,0,1,f2d986948c3d4976316f6a31aebb294c51eb6c84b4e36042963e5d45fd6d0c3c,2024-11-05T10:15:48.097000
CVE-2024-26767,0,0,43a3f59d0eb979f798ca944ad0dd34fbf3fb382da52c269bda0e634877e201dc,2024-04-03T17:24:18.150000
CVE-2024-26768,0,0,1c76123f213dbab57a303277c81b5c1bc6882cbd6bf080be2febb3e644922a85,2024-04-03T17:24:18.150000
CVE-2024-26769,0,0,8a47a8112ec6fe0a36fe163c9d84952d4be1f685f8918e32e2eef91de1068d07,2024-11-01T16:35:13.773000
CVE-2024-2677,0,0,92fcfadd96aee27e43ae980abbe595be6a5439df4ef33d0997ccbd9ad3da7727,2024-05-17T02:38:24.630000
CVE-2024-26770,0,0,08ad6ec3165a725c6fa9a73be3ec6efd68b7706e058189cf1fbbb55cb8bb79a2,2024-04-03T17:24:18.150000
-CVE-2024-26771,0,0,897d0e62bd7c584aacc13edfa85dd4ec5eefce2fd67e904d170014a36367eb0e,2024-06-25T22:15:22.180000
-CVE-2024-26772,0,0,d758fb87a475e899768bf91f59778e06c89a893a57199a4385de75df11e0021a,2024-11-01T16:35:14.027000
-CVE-2024-26773,0,0,1548c04c3833b31a42461e01c5e82078b6f1c7a984bd4cbbf5d02c06f4ea4a7f,2024-06-27T13:15:56.330000
+CVE-2024-26771,0,1,591dc264d75efca7c51c6e665697bccbc9ce6c16634d9b2c25cf5918af2b914b,2024-11-05T10:15:48.483000
+CVE-2024-26772,0,1,bb886805179399f662f9eed2b9dbce3fc41775925f7d04d5e1ef74b101ffbf25,2024-11-05T10:15:48.573000
+CVE-2024-26773,0,1,88766f59a0311f724e94eb93d81d57de5d89cfab3a3764f74b8ab21cd68c2d62,2024-11-05T10:15:48.693000
CVE-2024-26774,0,0,0e9ff03df516862f1ecb2db8fb84cc2f51eec2bd55bff33923e8a3b851d60741,2024-04-03T17:24:18.150000
CVE-2024-26775,0,0,6fd84ebe1443aa1945a09fd4c48b2b5413a95fedab44014851d1e3de25fa4a96,2024-04-03T17:24:18.150000
-CVE-2024-26776,0,0,92f828382dac55efe69ed6df237079667fd0a798e8cc8a8fb61819ff34cb9ba0,2024-06-25T22:15:22.367000
-CVE-2024-26777,0,0,a8d5effdb307edc25818d0147152202facbd1273f2e4bbd7bc48e5b98e467007,2024-06-27T13:15:56.407000
-CVE-2024-26778,0,0,4ac560a82f88a637e8f7392673ae1905032f7f65a442b3a0afff8ca34a6fd862,2024-06-27T12:15:20.790000
-CVE-2024-26779,0,0,c354d632dbd81f07ebd6cfdd9abe30d9183fb4aed49e351ae74ecee32c9740ab,2024-06-27T13:15:56.473000
+CVE-2024-26776,0,1,231483d2965c1ba8393bd7449031e7bde3f34468b7fb6c2f373633060a8098c5,2024-11-05T10:15:48.947000
+CVE-2024-26777,0,1,149a5e7ba07fc7fae23ca08bab697f35d178e4d6054d6fb6db6aa2ffb1dc45d8,2024-11-05T10:15:49.030000
+CVE-2024-26778,0,1,ba27fdacb2617bc8c2e5f1f9ee53b0927010430cedb669781ea0cbeb302b5a02,2024-11-05T10:15:49.133000
+CVE-2024-26779,0,1,ec4054c03218d2454c2d30dd1769a652bdebca802addb64ef26c3ae272a73208,2024-11-05T10:15:49.233000
CVE-2024-2678,0,0,bcb8f0bc79308fc240a2e04032fecd11d29a05e517a407df60996ec6cc430105,2024-05-17T02:38:24.730000
CVE-2024-26780,0,0,910e1f464205bb4d61ae164984308d54dec4e128d9fce0100bb0bec47440e7b3,2024-04-04T14:15:09.667000
-CVE-2024-26781,0,0,cb4869762a952b7234f947ba718a2d7f18787da6b69e4e64491d2b0c356e58ba,2024-06-25T22:15:22.490000
-CVE-2024-26782,0,0,a8f0edf206263b3c9eba58e0fb3861d3e660f94765ec36c7016ad2ad149976c3,2024-06-25T22:15:22.560000
+CVE-2024-26781,0,1,f985d7d52d3c00d388812605acd1c322cb3a9f3a0500eb44ae3d519cd75a2f91,2024-11-05T10:15:49.403000
+CVE-2024-26782,0,1,c90a7c58c94a9b45b0f8e04b15d6d2d434e3bf04efa6042ff683848b5963467a,2024-11-05T10:15:49.490000
CVE-2024-26783,0,0,2af6ae94e0862d9e4c8fd1dd01e9d9533df487005b3632bcc9e5cde226324207,2024-04-04T12:48:41.700000
CVE-2024-26784,0,0,3a3f9b64e77aea2ce61d08fe6ae8aad422b3d40e30ce83138a1e05ab32d7f913,2024-04-04T12:48:41.700000
CVE-2024-26785,0,0,492d91066ad796fd42a81d8353bd8f9a1d6609491204ab2e4afcd38caad744f6,2024-10-10T12:15:03.027000
CVE-2024-26786,0,0,f0d42ff714fdbdea6cad40254a7441c39ad23ba1d0f464ffbc3844c541dc2469,2024-11-04T17:35:11.680000
-CVE-2024-26787,0,0,f985833eabc0b397db214dacc58c7e104cc79adde180c68c036e584aadedd282,2024-06-25T22:15:22.630000
-CVE-2024-26788,0,0,50c90a7eb339f42da123055401cf03e57c42ac2878a6117d1ce68ecb98eebf96,2024-06-25T22:15:22.697000
+CVE-2024-26787,0,1,196ec7430c411fe5c64462ca4a83845d3042d61336246cceb5f88ee256246d6d,2024-11-05T10:15:49.867000
+CVE-2024-26788,0,1,9601fe1cbc757f477c86a61d19b404811c1889f8688ebaae435bdfd34f696947,2024-11-05T10:15:49.950000
CVE-2024-26789,0,0,7c68fd88d24a4175acc760683158a137f5ffc24de13af7d41ca7d2836f860294,2024-11-01T15:35:10.487000
CVE-2024-2679,0,0,a43275cff5e87aef7a7fc02fa8286f595822f8f0daccd71a20a872538bd046c0,2024-05-17T02:38:24.823000
-CVE-2024-26790,0,0,553baad36354d9484ff425713f669b314ae8c5b60c4c9a4a7f01f5229571a069,2024-06-25T23:15:25.540000
-CVE-2024-26791,0,0,ea46115311eaf2cfa4e540b1408478faa6d3d2e0591f77b33a2dc69b2e4fefd3,2024-06-27T13:15:56.533000
+CVE-2024-26790,0,1,87440b941220ec3fe4301d6d71b6b3fe43fc63929a2ee44e421aff6dd31c252f,2024-11-05T10:15:50.127000
+CVE-2024-26791,0,1,66f7fe8db3d9f4d44c9048310211634f073b10ddb1dc42f0793085bcd8efd63f,2024-11-05T10:15:50.240000
CVE-2024-26792,0,0,e502200937968709c0c1c366e33ec6f2b70ec2074228d897f98e6441e19f7ee3,2024-04-04T14:15:09.783000
-CVE-2024-26793,0,0,92e0c3304d59c20344205466111c61b670abd0c0c9a7331dd9196728aeb65d0e,2024-06-27T12:15:20.877000
+CVE-2024-26793,0,1,33220f188dbb4d619fe89e3a49a62b610ebeb2975ab7d8d8227301aa377a7e4e,2024-11-05T10:15:50.500000
CVE-2024-26794,0,0,fcc6dfd7822134b198da3d6ddac7dfc3182f661946c2ecaa378d8c74b430dc8c,2024-04-04T14:15:09.843000
-CVE-2024-26795,0,0,9c1ba659c36cbbbd3d93c1e3b0e26b049a241331b716a32d5fe3e1d1112a2066,2024-06-25T22:15:22.850000
+CVE-2024-26795,0,1,7d0a54ff0c5efa2f3d7215e2ddc4f6ecd0e6f69b941ec6879cc5b6af2ff7157a,2024-11-05T10:15:50.683000
CVE-2024-26796,0,0,3affdc98728e9ff3dc84c971aaca313eb013d4ca7109a6ece2879e019bf8e643,2024-04-04T12:48:22.650000
CVE-2024-26797,0,0,4b45cf99e833a07d36f553262c37b3e65b5a8447b2973f4a7792233c43765b6a,2024-08-01T13:48:13.443000
CVE-2024-26798,0,0,a410a243e80cddf148999cb71cddef4fd3f39d52d88b3666cc33d507df82b817,2024-04-04T12:48:22.650000
CVE-2024-26799,0,0,9fea321b5739694e8dad655c64f88203bab249f82b8a8b9bb2bfd2c602798873,2024-11-01T15:35:10.707000
CVE-2024-2680,0,0,342f85e83855bbe14790a9bdd19a131a938f3401b6683beabfa289d2ab686980,2024-05-17T02:38:24.920000
CVE-2024-26800,0,0,d9626497fc0514a06475f8f757d41af46eae3f75d016b2bd5949325f1e19826e,2024-04-04T14:15:09.897000
-CVE-2024-26801,0,0,e2055f2b5f56864b2a436614583cc37a0fbaa03fa72286b5c44949c88ae132d3,2024-06-27T13:15:56.607000
+CVE-2024-26801,0,1,17f4b5c68dab5b5a7663dd6bd5f0c9475aac821e31bdb1ca0b817c579fea55e4,2024-11-05T10:15:51.107000
CVE-2024-26802,0,0,e88ecfd83cde660c90d62c8ec8f6d09fcab3b0e798e249611f11031273c5aa1e,2024-04-04T12:48:22.650000
CVE-2024-26803,0,0,790ca232a01e4848a2dbe4fcf8f810964fda874268a106da8300da28d3787b70,2024-04-04T12:48:22.650000
-CVE-2024-26804,0,0,f8d31fae03dc47d383df1cfdd8203ed72e77e27f188fd6b83fee8ff7de420adf,2024-06-25T22:15:23.027000
-CVE-2024-26805,0,0,1f8b1719c7aa1ce97aeed9e401859f8baa6068915fcee33099486293db1774b7,2024-06-27T12:15:20.960000
+CVE-2024-26804,0,1,a8b1b966b1cc92d21625cd9c969ee45005c3551c6b52d31acb577dcdd00e0846,2024-11-05T10:15:51.333000
+CVE-2024-26805,0,1,bb47bd469c267c732eb9b710b891fdcd2fa28f148836a061a5205e3498f86415,2024-11-05T10:15:51.440000
CVE-2024-26806,0,0,b6725acf00439752a6ccaf38cc0125393e82403fa930840dc236717f44eb4a77,2024-04-04T12:48:22.650000
CVE-2024-26807,0,0,104a4e4d854016f8b324666da2a6519a8e2f2a9b7b206527a539918e69652d81,2024-06-20T10:15:09.303000
-CVE-2024-26808,0,0,eb7efad3437bff2dd7fb1754751b4f5fdd3abacb6d2bc301caa2bb1aed194298,2024-11-01T16:35:14.403000
-CVE-2024-26809,0,0,e00a8284dbd8201ea79655b9b4750e5721f2308b70c61e19e24cfdd731e06f90,2024-06-25T23:15:25.897000
+CVE-2024-26808,0,1,78f28d423840a66070d27b2f76e4cfdb21e72d03dc73ddafa1fe00afc26ddd06,2024-11-05T10:15:51.720000
+CVE-2024-26809,0,1,01e5bd6a3e1086db6d390f88a74abf1dab95b48a5074d6a449e0ffc835016714,2024-11-05T10:15:51.820000
CVE-2024-2681,0,0,064400d4b0835279b0227ccac554f0cfa5438a53fe0a37509df7fe4d3bb69b80,2024-05-17T02:38:25.007000
-CVE-2024-26810,0,0,95eafe617cea5f024e0c3d9fee56d3c1366e00aef053069fdbef9ce74712d0ef,2024-06-25T21:15:58.557000
+CVE-2024-26810,0,1,c9fe6a484d7547108d5ab93a6d1056df270599d0fc2b546f34c2a2995adb278a,2024-11-05T10:15:51.910000
CVE-2024-26811,0,0,b419aa5e7bfea8f6be9b0c18d47a04ffcdb7322b3bd6706c908ab4700cf29410,2024-04-28T12:15:20.780000
-CVE-2024-26812,0,0,1796064a20f2a131d6ca76ba039e9c3f3bd49ee2282aed93ef1d0c172545af69,2024-06-25T22:15:23.193000
-CVE-2024-26813,0,0,bf3eb9cb517d72f05eab8df8451815252a3088994177612cf22cd50b4067e45d,2024-06-25T22:15:23.350000
-CVE-2024-26814,0,0,64150f89484471360b2d890781eb10b138cfbad1c049a13c38f7a510a58882bf,2024-06-25T22:15:23.410000
+CVE-2024-26812,0,1,e15f8f2f69aee37cecc8fd71e141552acaf8bd02ff4a9774ac9f3745dc6faa03,2024-11-05T10:15:52.087000
+CVE-2024-26813,0,1,1e161884c9c6bba988e090609d3e12222e5e93bf4b5b4ea55c3748df4f0005bd,2024-11-05T10:15:52.177000
+CVE-2024-26814,0,1,ae110ddf6e9518fbbd891ecd815c70b74faed6156849c872f9eafaf75427a066,2024-11-05T10:15:52.303000
CVE-2024-26815,0,0,32d27a6efcd19f011068fe49001c7f67b48fe2dc439443dff1a8255fb80124ba,2024-04-10T13:23:38.787000
-CVE-2024-26816,0,0,36a7201af189ae205af5944be4842e37e7182cf513fcfa632a149ca65667df7d,2024-06-27T12:15:21.060000
-CVE-2024-26817,0,0,8d1043b393af34a9b4eb0c72954b1837e9d13ff0c06396b5d0acad12149afc39,2024-06-27T12:15:21.143000
+CVE-2024-26816,0,1,ad5ee5207fdfbdde40e23bcb68feccd7fbda564772fd6dc1bbd42c6a6a71fbf9,2024-11-05T10:15:52.480000
+CVE-2024-26817,0,1,cb206af4404203f9788f840efd4be414b93a0a27ebbe50ed8dd11a6081e07089,2024-11-05T10:15:52.573000
CVE-2024-26818,0,0,46044c35f338e9e29ceea12aeb30cf14318c2a0b211868ecae61a0002279f735,2024-04-17T12:48:07.510000
CVE-2024-26819,0,0,7fd084041d87eb100a47072cbbec5abeb37898a239663f98480a9780b081758a,2024-04-18T13:15:17.797000
CVE-2024-2682,0,0,5809962244c7602acfd3527a9e9eeb7548f38b93bcb2c8cc7f4d400c3588e336,2024-06-05T20:15:12.920000
-CVE-2024-26820,0,0,d3fd9b811e14b18a9ed660c0f41d29d4a330ba0bb9a8a1d70a830d82ceabb76d,2024-06-27T12:15:21.217000
+CVE-2024-26820,0,1,0f3808246ce4b96272de9ec10cffc685dc8e11537edc41c5146b9f5135d59aa5,2024-11-05T10:15:52.750000
CVE-2024-26821,0,0,2c5ced2017380ef73b87d362d5660557b2e11f2b18fd5217fefe1ed7420c1e79,2024-05-16T13:15:47.693000
CVE-2024-26822,0,0,a14c7abb98c83e1baabb688f220e102cfbe11011dbe1e8db00ff4732f34e3e97,2024-04-17T12:48:07.510000
CVE-2024-26823,0,0,36ea7a9217ef276989950f9589ee5e20262ddc1001283f51b96e48b9897a9bcd,2024-04-17T12:48:07.510000
CVE-2024-26824,0,0,34887f560d328b7bba35a6644eabb0ffc96cff74bf520b9ed66b0e71dc5b11b1,2024-04-17T12:48:07.510000
-CVE-2024-26825,0,0,c530382651586c6f00e357a62287c33dae2aca66e91ddbf4d033164bb0e5af4c,2024-06-27T12:15:21.290000
+CVE-2024-26825,0,1,f02471a51aa77ba928d4afe8d54d1a8f2b052d7625a4a7e9b8ee943d699e10db,2024-11-05T10:15:53.007000
CVE-2024-26826,0,0,b96f5bfbf455712c540bd404ccad30ca4bbaa9c3b24bb619ee2f9755485cb6ec,2024-04-17T12:48:07.510000
CVE-2024-26827,0,0,4cc514efbe22ca04935a47f409b758351113d51b04fbbf02df44e27fcf8c06d7,2024-04-18T15:15:28.957000
CVE-2024-26828,0,0,97a54035816ae7398000e031f21c5a1326a47ba614922ea9f997061803eed8fd,2024-11-04T19:35:06.407000
@@ -248677,40 +248681,40 @@ CVE-2024-2683,0,0,03d83a8830e046a65ef4d0799c57f1d02403a9d84f74ce05a3e92291cd2a2d
CVE-2024-26830,0,0,b998bb99b2690406751770253dbf825292746bb49e7ef9e53a6b25ffa549a608,2024-04-17T12:48:07.510000
CVE-2024-26831,0,0,84b61fee72ec29fa49ebac3d5c972a24e970bb79ec781e8f27c03d744ac8f7d1,2024-04-17T12:48:07.510000
CVE-2024-26832,0,0,8fbeb8710f90c02063ecf75784b256b9f13ddee2ee47d746360243803a6de380,2024-04-17T12:48:07.510000
-CVE-2024-26833,0,0,ae2901c2447f72326344eeefa5cddd7be6a8f2ac3dacebf09ca5eb62e2f5b764,2024-06-25T23:15:26.220000
+CVE-2024-26833,0,1,b03cc864c6d4b7ef9addc00cfabd5c0ff2912cb3fd757ca861f72d956c6f3598,2024-11-05T10:15:53.520000
CVE-2024-26834,0,0,4623c1bca296578f478584e5f56aabbb87da7d659f9e84ccba63db6a6f18c42c,2024-04-17T12:48:07.510000
-CVE-2024-26835,0,0,e44a007db6ab342dc34e3f76c541959d84f77c3172ce6ea1d234b4fcf811331e,2024-06-25T23:15:26.347000
+CVE-2024-26835,0,1,29e80099ee53b86ef08d7639203186c87d9314c9479b4809fcb5830b75bfc388,2024-11-05T10:15:53.670000
CVE-2024-26836,0,0,1e06c1a5136cdc2a0851d79f38cc7826dff54a85a36c4574358b6d319470c5af,2024-10-10T12:15:03.120000
CVE-2024-26837,0,0,cebe5dd8561236d0e159e32823116dbacdb7004835bca4f91e5e2efe44156f3b,2024-04-17T12:48:07.510000
CVE-2024-26838,0,0,d0f2f04624a42c6863ed3ad7790e807967f2532a3e46377b8420b63379f278cf,2024-04-17T12:48:07.510000
-CVE-2024-26839,0,0,eaf028ae28b3d357ad3a5591a46cfd54101db5e7fac4538de26e2eb649ad0e75,2024-06-27T12:15:21.357000
+CVE-2024-26839,0,1,e338180b7e665580aa713b4469701be1560c055a552a375b374470c8c2814346,2024-11-05T10:15:53.940000
CVE-2024-2684,0,0,d36d2cea9eacbddac9e02987b1e26022fd6a893a6c0f09ee50bb451cfe4d7ac2,2024-05-17T02:38:25.297000
-CVE-2024-26840,0,0,4bb0786ea330cfcfd14fc698a9329078818628607aca1cbe1e5991a2724175d4,2024-06-27T13:15:56.713000
+CVE-2024-26840,0,1,66612eb6e16c6bcdf27f2a13a7a8da4787be523c0173463ccb5d506ac9b20933,2024-11-05T10:15:54.040000
CVE-2024-26841,0,0,5e1f136ad87debfe07a19d1692bc4baeabe3ebee450bd39d508ed3155d7f3178,2024-04-17T12:48:07.510000
CVE-2024-26842,0,0,2fcacd7d46da00b8ed6abd9aff9babef4fef495c42a9c08855209ae79c6b7116,2024-04-17T12:48:07.510000
-CVE-2024-26843,0,0,988a01f3251d51531ef5b196f2cb8bc760e45905fe2ba9b7cd93a063cab01574,2024-06-25T22:15:23.763000
+CVE-2024-26843,0,1,54c74312b669c41078be0d311458a3cb275c495d24dfbe394f8bb5e27e2e3c30,2024-11-05T10:15:54.257000
CVE-2024-26844,0,0,e7dd9fdbca55a3fe3d15e1a88aaa23b8bd8dc5bda58e0747f6bd61e00240dea4,2024-04-17T12:48:07.510000
-CVE-2024-26845,0,0,e54091d9807f3c6a57cef665d9a1617fb56da3796d5f3f3b1b15d32a0f49849b,2024-06-27T12:15:21.423000
-CVE-2024-26846,0,0,e40072405ba076a9eb9e3c38722f9a2c8d6b6a8609c096b6e74dfdd5a27d9a33,2024-11-01T14:35:03.827000
+CVE-2024-26845,0,1,d8720903c9d639d864f48e7c98cece1c82b5d1302754f3650c04c4d9b5ebfbf2,2024-11-05T10:15:54.423000
+CVE-2024-26846,0,1,923f64cc2eb677ab6a3c4fbbb44af82280cbfbab47e28dac8f179259ef7d96ac,2024-11-05T10:15:54.533000
CVE-2024-26847,0,0,cc020b3293078c6943ea0d60e36c3f441ad0983535efbed11636276401d2f58d,2024-11-01T15:35:10.913000
-CVE-2024-26848,0,0,43aecf9c265e36aded8ac7635ab62d297bb5b3732df2384161b4ccda6627e37e,2024-06-25T22:15:23.890000
+CVE-2024-26848,0,1,b5d0b071fcca6326854258a037247840198aa26563c272bc9cf0e3221977c31b,2024-11-05T10:15:54.687000
CVE-2024-26849,0,0,25376421f8e268085706cb9a45ce988a2ed5db66e27372f0da148d22949e9bf6,2024-04-17T12:48:07.510000
CVE-2024-2685,0,0,f0d9422c947d37e56aa28ba2337c0cc54722ca03a7f38746070a195f54e41bf1,2024-05-17T02:38:25.380000
CVE-2024-26850,0,0,00873ff9f8e756bee297702b0ccb8c4cb86947a18a9f440307dec32d2671e27c,2024-04-17T12:48:07.510000
-CVE-2024-26851,0,0,db15a16c2aaa5df1966c0d1fc1201f533eed60aedce750b1fd551ab9bdc5ed3e,2024-06-27T13:15:56.800000
-CVE-2024-26852,0,0,f16b4b6a26c173280cdf4127a7f9df17c3c84e7730b4a7576c1fcabfce595e92,2024-08-08T19:35:11.773000
+CVE-2024-26851,0,1,b110e0b9525c2c07e38b55e7dd636da5db1e9d0916bde896dfc8a2850c244a9a,2024-11-05T10:15:54.903000
+CVE-2024-26852,0,1,af48fa825bc7a0181e1f6950896314b22ef054f8a5700bb679ed560f6714e916,2024-11-05T10:15:54.997000
CVE-2024-26853,0,0,827c2cb8caefeecde1c32072d63c4255951fe7e076c638214179f90ffb2959fb,2024-04-17T12:48:07.510000
CVE-2024-26854,0,0,71382c729dcbfb61122fea21c2172ded949fa87a0f12accbe08dbcfd7b75a577,2024-07-03T01:49:55.907000
-CVE-2024-26855,0,0,e888087f68858cd8e18a3fb9ad8ef9b69bd71878372dd5f633aa7569383e87f8,2024-06-25T22:15:24.110000
+CVE-2024-26855,0,1,a34e4bdb4fadd06ac262bb7cce9b3e41df39c4f9fc51b273cc55b125486dbc93,2024-11-05T10:15:55.273000
CVE-2024-26856,0,0,77cac585d71164109269fb680b58c63753e0f9f102eff7878da70123d077c45b,2024-04-17T12:48:07.510000
-CVE-2024-26857,0,0,9704f8b9a20e9c3054c9385c23996187e39bc4b824bb0a77e17c392ae38407dd,2024-06-27T13:15:56.880000
+CVE-2024-26857,0,1,ea236b71dac0c12ab38110ecd674929a2e4361395aa0a7faf6d2340e4f268d98,2024-11-05T10:15:55.427000
CVE-2024-26858,0,0,2c2ae01b570dd0ba686e168dc45629343e8fee7ec8e9b850a8290c12866faf9c,2024-04-17T12:48:07.510000
-CVE-2024-26859,0,0,26831d371f6ffe3e19c10aa5ee3070ad545a0bd6f0d6e75a0544c50ff5446296,2024-06-27T12:15:21.563000
+CVE-2024-26859,0,1,daf42acf9d6b57fe7753f3b337cdea99639c448ef6bad7b3590f8b76c7529a1e,2024-11-05T10:15:55.587000
CVE-2024-2686,0,0,3ed08ea0f22c32181bd5dacb228b7210434d6401ac34959c1ad083c5f1348ee8,2024-05-17T02:38:25.477000
CVE-2024-26860,0,0,e5a584e35cc0628b2f0e7531bc02395a412e76cecf65b9dd35b4f2f15e5e01bd,2024-04-17T12:48:07.510000
-CVE-2024-26861,0,0,4aed502842e301577aef61ccfb56e602bdc85ac784c8275ec2dfb869c3a5449e,2024-06-25T22:15:24.310000
-CVE-2024-26862,0,0,8f97edb71dfc0ac463914404343534be35dfd28f0d359d7c3d6fc45528adc9fa,2024-06-25T22:15:24.387000
-CVE-2024-26863,0,0,f1e595dcdb81dcc5fa4a3ab21a130e4093bd43f3942ba4333a76af3979f9b075,2024-06-27T12:15:21.633000
+CVE-2024-26861,0,1,494ace661b9422de67d89232ae96e99fc7cd1752bd5a550b44b0c5aa3ae33653,2024-11-05T10:15:55.840000
+CVE-2024-26862,0,1,aa9343b8da712a1512a2d621ebfbd2e47f6d333b33d22f93fc7a4e2831267227,2024-11-05T10:15:56.030000
+CVE-2024-26863,0,1,6bf72e78487d6c97cd658ca48b1bb219ab920b399e4eb7540eea84ef5bb0d180,2024-11-05T10:15:56.113000
CVE-2024-26864,0,0,cde86c845159def7daa507d75fbf654ff0f83d93de2d59c846972031136c89fd,2024-07-03T01:49:57.117000
CVE-2024-26865,0,0,e122451ba07f125a74e62649b666e1e5b20a7b01ff4d9d21c369fde5bbbc5611,2024-04-17T12:48:07.510000
CVE-2024-26866,0,0,0dc27428152643f007cfae81718f28618c390bc46e2263d6e64fdcfd9c082173,2024-04-17T12:48:07.510000
@@ -248718,80 +248722,80 @@ CVE-2024-26867,0,0,5e45a22abcbbbddd385a43cc9d60c93fa2de557fa35fb5f749bf3dea9a271
CVE-2024-26868,0,0,9db939000ab4885a35921292e4be9f5fa6508c1a166a066aaf75c15cdd4b4070,2024-04-17T12:48:07.510000
CVE-2024-26869,0,0,19aab611ece04a5d5e3a09174acbc310e2439053bda5fb2cf5596dbfc88847f5,2024-04-17T12:48:07.510000
CVE-2024-2687,0,0,6f11ce93956c192246fd829a1f9030b2b0b05ad7e406ba40f867e4cd66cd8993,2024-05-17T02:38:25.573000
-CVE-2024-26870,0,0,a26651c6f50a31f36391c7eb5063483ea0f66a5c5073820cbe57b02e882b33f1,2024-06-25T23:15:26.793000
+CVE-2024-26870,0,1,b3a26881cdb3972aca28c996190b0ff280cda3bb5a0b126a0525081af941a8e1,2024-11-05T10:15:56.680000
CVE-2024-26871,0,0,163b20ef3bcb237a106dee1f35f93c51d1f8bd86dcab5270708465faef3c0988,2024-04-17T12:48:07.510000
-CVE-2024-26872,0,0,e1be30e0f1b63fecb16069be5a8c042987bcba62c1848ca23e7ab104e4ef6a99,2024-06-25T22:15:24.450000
+CVE-2024-26872,0,1,b81fe59aa4d07b0a1a98e5f447d68b2f4c4c1e3d509b1b84e926bb438d14761e,2024-11-05T10:15:56.830000
CVE-2024-26873,0,0,3a3877364dd5fcf82056d7626734c3d2cb4100f26dd0fb338b1cc2ce0a4b26cc,2024-04-17T12:48:07.510000
-CVE-2024-26874,0,0,d4a2e66139b6c5571ffb5ddc01a62942368f4cbaf11ad33866910988dca15e98,2024-06-27T13:15:56.957000
-CVE-2024-26875,0,0,776f032242ac1e7add152fd2be17e01c5c12995fa4d824d950364492e82d131a,2024-08-08T19:35:13.037000
+CVE-2024-26874,0,1,ed890cd6e5c792f2420c7848bea68aaed5b7b6478dd1f89c7fc12cba2caf4e78,2024-11-05T10:15:57.027000
+CVE-2024-26875,0,1,5d70fba0adf8f2c017476fd7801d98396ee34ff5144221b08d81be0a76dbf465,2024-11-05T10:15:57.127000
CVE-2024-26876,0,0,630b5bd3e4d9200b83019a149b2208ccbbd1d927bf3c4c4a4b250f3e6b2ea05b,2024-10-10T12:15:03.210000
-CVE-2024-26877,0,0,7b5237ee65908468f328c7475b98e7a4207eb826410a8157a34c13278e5cb653,2024-06-25T23:15:26.897000
-CVE-2024-26878,0,0,138eb74473aa6d1d3b5705c5c5f6c3f05d9798e9a389f668cd4f717014b9b6e0,2024-06-27T12:15:21.783000
+CVE-2024-26877,0,1,4ff6c86445c89f4173efa6ea0d7c28585d3d50b7c1a8095bf60e0b5bbec0aecf,2024-11-05T10:15:57.327000
+CVE-2024-26878,0,1,727d4f659e647e7361d7c450b5e904d7cf20f033a38329ecee555a8bdf2fc510,2024-11-05T10:15:57.410000
CVE-2024-26879,0,0,3fd22544232f4c91c7cb46a20464e4ad9dadfc6d6a065b330ecc177a0dfe366e,2024-04-17T12:48:07.510000
CVE-2024-2688,0,0,c10c8d37c2f6527ba45d99332cdaf5d01d0bdd0551cc01428a6a03117ac53cd0,2024-03-25T01:51:01.223000
-CVE-2024-26880,0,0,3c435f62bf9120b66cefaf1e38199fb96fdf7b528c158485fa66c19a4b570935,2024-11-01T18:35:03.417000
+CVE-2024-26880,0,1,2b4e32e8b8545bcd81a8c1a85a3fe6c5ceb89a926b7af3078461035c9f821f0f,2024-11-05T10:15:57.567000
CVE-2024-26881,0,0,5b5810fca6afd93f9cf1bbaa7ef5339816544bcb210f6f6ea42f3d420f924b3b,2024-04-30T14:37:30.477000
-CVE-2024-26882,0,0,d698ddf48654aa4cbd5967bf405d97a50c7edf9762dd47bbeacb83f89289a56f,2024-06-25T22:15:24.827000
-CVE-2024-26883,0,0,4665854a4d5d9f49d3ba733a3a454416b6aad51e5759291914e7e0e83987aaf2,2024-06-27T12:15:21.913000
-CVE-2024-26884,0,0,f1d8b75a6b2e217d53e4cba2df016f34de68dd9ca6fa7dbc9dd8eb5a6b26633d,2024-10-30T20:35:15.583000
+CVE-2024-26882,0,1,39648952946abca1953d80ba7ee5528d863a6ef7e2f01a9020ffe220b4ce4d6c,2024-11-05T10:15:57.773000
+CVE-2024-26883,0,1,6b81ba73f8d13291c0aa6b944d0efb899940da13895293eec0649dd909430fa5,2024-11-05T10:15:57.910000
+CVE-2024-26884,0,1,cdad399732449f7f7a9fdf3aa6b0a8321c6978c4d823897bb55af4384f4b4f6c,2024-11-05T10:15:58.260000
CVE-2024-26885,0,0,9812c38d96715b3542cd06a50cf5aebdb7959c0c74a3a73865ef4bf356dd82bd,2024-10-17T14:15:05.360000
CVE-2024-26886,0,0,22c9c87551a38bc4020e424ede77e1d9dc5415f6bb6aca319e99ad271a086753,2024-04-17T12:48:07.510000
CVE-2024-26887,0,0,256d8ba53763324b885d30621bb139639686e292be09a8808e097fe5b90884ff,2024-04-17T12:48:07.510000
CVE-2024-26888,0,0,04832429818b0a6c947a6524ceddc5403f2a1f69e07151cde69f04c2df710a27,2024-04-17T12:48:07.510000
-CVE-2024-26889,0,0,46ec2a96d223b9f1cb02cabef48aa0711a1e49d0400eab278888d0a5c0e91362,2024-10-31T16:35:10.200000
+CVE-2024-26889,0,1,0ae0e6ee4e34e52ffc1a55d5e66bd20322ceaeb360b40758bbe83a121110d29e,2024-11-05T10:15:59.363000
CVE-2024-2689,0,0,a70fa317f27c6a40babd481e82ea078fac342955ef65758b6b37c51a83900200,2024-04-04T12:48:41.700000
CVE-2024-26890,0,0,442ddef52e9c264bc395f1d392f8e749c4361ea4cfc6bd82e29e835d19500d45,2024-04-17T12:48:07.510000
-CVE-2024-26891,0,0,e75c6313f07c138ae9c36d0ab38fdf2f3dec2472492fc6c7e58e9f5d631654b1,2024-06-25T22:15:25.327000
+CVE-2024-26891,0,1,0c7dcded6b07b4c5d6270e094de1c397eb45c15f5dd5bf1620da5df96075a31e,2024-11-05T10:15:59.653000
CVE-2024-26892,0,0,806d8c2f00888544d8f546c55fd045afd90c70f07a594d3bdbeb1d45feddd5ff,2024-04-17T12:48:07.510000
CVE-2024-26893,0,0,547eb928978e29d7450e4ec7a0bc4d561c68a6c3cc4baa1bf0cc2f44e81b2c80,2024-04-17T12:48:07.510000
-CVE-2024-26894,0,0,e26952696ebbc603ce79e51fc62ca290fe74c2a9ed69fdd0de0954b1e9696e0f,2024-11-01T08:35:09.973000
-CVE-2024-26895,0,0,b9dd891a5343b75d81278d18982d49da18e6241368343883e4b0512359c9b37f,2024-06-25T23:15:27.080000
+CVE-2024-26894,0,1,50c01472e0d373cfc99addd621e49a77eac9e88b725b63818624b64155dae7d5,2024-11-05T10:15:59.993000
+CVE-2024-26895,0,1,894bb23db262ca3e8c3d27e699af667005a7949c6969ee953a7bf84d5f6ce8ae,2024-11-05T10:16:00.150000
CVE-2024-26896,0,0,b08f3e33c23ae0b83635aecbc40be8738b6df9560f03215c69e56c9079672600,2024-07-03T01:49:59.133000
-CVE-2024-26897,0,0,f7f0ae7a29508e7fbb0b3fdfe5757c59953f0ebfc186579cd1f494f6556c9f6d,2024-06-25T23:15:27.180000
-CVE-2024-26898,0,0,5c848e71ceac727fe8380c07f788b5ef64949613a63232215675828721ea1a2a,2024-08-01T13:48:14.737000
+CVE-2024-26897,0,1,865b7f77942aabfae2b7f8ae2d1862b36c5c5cfe4fbf9d3330a83e8829d84db2,2024-11-05T10:16:00.317000
+CVE-2024-26898,0,1,20c229e8fd5adc607451615a6453a1249fd9f1be9fe07f3bbfdfef94e1f0ddb0,2024-11-05T10:16:00.400000
CVE-2024-26899,0,0,1f11bdf1b25a0796c85b132e8320f1f7314f487487b47bfe06c522484011aa5d,2024-04-29T19:34:10.080000
CVE-2024-2690,0,0,8a0e6598609cfaf718bb2c9d66fffc866911f408139789f9b9a729c1ed28fd12,2024-05-17T02:38:25.710000
-CVE-2024-26900,0,0,1e35fccd29c92559fa020dd30224cba2ecb271d1f2eac5f4b7287d24e0206148,2024-06-27T14:15:13.237000
-CVE-2024-26901,0,0,4c27993bf8d1dfe00c9026a706ec5894a76459a9b2a1283a4abf08daea3e09c6,2024-06-27T12:15:22.490000
+CVE-2024-26900,0,1,52342ee5f5a4ea1be7899f35ccbb2f2f7bc74b4ca13579edf97517bddfc7a4ee,2024-11-05T10:16:00.753000
+CVE-2024-26901,0,1,d7bd1bf1e943219678bc1b80bf18dfb7e33ca730fa8e9370f20fb2796ec97bc7,2024-11-05T10:16:01.027000
CVE-2024-26902,0,0,403873851c7a77c4d64db8c4cfe6f949278cfad5955974b2e8c40aba88e60bd6,2024-04-29T19:40:05.897000
-CVE-2024-26903,0,0,926adc6b092488c79d03c0a2045fc288173e0ef8c987439bbd86a75b2ff68eed,2024-10-27T19:35:00.517000
+CVE-2024-26903,0,1,8d78cb34b6b13848987aaf4779cfd5ef23b795a775305fc4b052a25ad089971f,2024-11-05T10:16:01.510000
CVE-2024-26904,0,0,465375d12896d369ba32f0f5a9c1b1a82fd461e229bd66d68713d6d3b21eb08e,2024-05-21T07:15:08.260000
CVE-2024-26905,0,0,3a7eec9b90564e2a68e23468690a383dcd20d922935be237a30b806b26ccb711,2024-07-29T13:15:10.593000
-CVE-2024-26906,0,0,42532862975f8bdf6c218bb08e8c76f0bdeb5f292a8c20c2de1b8755512c9a2b,2024-06-25T22:15:25.877000
-CVE-2024-26907,0,0,446b7fe6bd3521bdad8e0df3b9aa51c6dd91773148f15c64fb12a798e319ec1b,2024-08-08T18:35:02.500000
+CVE-2024-26906,0,1,f0521a3e0cb2fd3100f2b1f7310ac0938aebe55ce00e1ce60cec34f92c09b74c,2024-11-05T10:16:01.910000
+CVE-2024-26907,0,1,9aa90c494e99e5b6e8c519db024c50a36b805a014ac924ec08f1794b5cdd869b,2024-11-05T10:16:02.170000
CVE-2024-26908,0,0,5ecc683879bcc08f4a65e6b0675afebd2da7cfed4f9fada740f88a540c7f8b1e,2024-04-30T08:15:17.140000
CVE-2024-26909,0,0,e3d7941f07403bc0745f4894278d17e22a07c87692715dac5395fbc71a84fef3,2024-04-29T19:45:21.680000
CVE-2024-2691,0,0,1606e90bf9d34cf5f4f3495983392fa55577ead311870fa1dbee6afe3a0927f6,2024-08-07T22:20:28.833000
-CVE-2024-26910,0,0,954b55e4bd1d42e5ff1449b1b11f06a07bc8c27711bedf28e87052fdaee0aafd,2024-06-25T22:15:26.080000
+CVE-2024-26910,0,1,7359469b2fcb7ab44b19fd331b5c3a764b7283066a7b68951dcecd0140f4f3be,2024-11-05T10:16:02.830000
CVE-2024-26911,0,0,8ea2c917a6f00806416f32a6fbb36b2b35e7e18ca96874650f1bec8c514fcc80,2024-04-29T19:17:11.627000
CVE-2024-26912,0,0,7c8d0e30edc101bfc2f9acae1bf1398abcf215c4aec3726d727c7375cc839a46,2024-04-29T19:20:57.410000
CVE-2024-26913,0,0,f6996513dbf56b11faea732099eafb372fd99cee02dcccfb4d1926d7bf1badc4,2024-04-29T19:29:54.527000
CVE-2024-26914,0,0,b60bf8a04b17c0ea33f524de7c269b75b58d301f82cdab9a9708a990a2d14dbd,2024-04-17T16:51:07.347000
CVE-2024-26915,0,0,3aeea9b3b1040d92e3c4fc19c7e143be80147947903ccfd65b166e36804975a5,2024-04-17T16:51:07.347000
CVE-2024-26916,0,0,2c15e9b6f09b6b6e09b74c13dd3524379b0f76dc583243b6aec1ac31f122210d,2024-04-17T16:51:07.347000
-CVE-2024-26917,0,0,cdf4aa661c28bc82e7bbc6e2edd85f7d0ef8bc5794588a496ab874cff6906bf0,2024-06-27T12:15:22.740000
+CVE-2024-26917,0,1,2f71062562aa805ffbbcbe3a9f6ca9c0c20e9055fb468495d281d28c7bb076b3,2024-11-05T10:16:04.390000
CVE-2024-26918,0,0,ce69ac1622eef6980f6643c9ecfc31fb973f75565e256eaf541cc492bb16369c,2024-11-04T19:35:06.627000
CVE-2024-26919,0,0,f54ec30d2ed3a1e0c74b7edc597cfe6317573675a479d2109cbf5afdc2d9f863,2024-04-17T16:51:07.347000
CVE-2024-2692,0,0,e314c30fd6d02d5324cac765f38a00a3fad84e8e8754a5ba44244d3c13521cfa,2024-04-04T12:48:41.700000
CVE-2024-26920,0,0,4ed01824a69e292270d5ff6781ce9cdf9d386678446143ef4ec96cc3c070ab59,2024-05-03T06:15:09.207000
CVE-2024-26921,0,0,b671d99ae354f0abf5cc3f2f059ab7a2e74561aa9cec429d025d97969bcc750a,2024-10-17T14:15:05.643000
-CVE-2024-26922,0,0,e52ccbefa3cee84e054540328b3faf6bed223fce7b9022c6de5f7cd7c528f5ff,2024-06-27T12:15:22.813000
-CVE-2024-26923,0,0,23ce509c72735f95f4584262a56eefe070209ff8917b28210b2f55cc28bb586b,2024-06-27T12:15:22.923000
-CVE-2024-26924,0,0,4995bf418ad040001a9127f17d0754d5e3fc34b1ab969f823d8ebf3fc8141c89,2024-07-03T01:50:00.957000
-CVE-2024-26925,0,0,2724913f362a9890cc8fb3dd8cbeebdee08487b2bf7ffa79a3e9b6cbc610014a,2024-06-25T21:15:58.627000
-CVE-2024-26926,0,0,afaf5b7b6b1e2e8422b7d9a5d5e09d6dca5c5bcaea40d04fd581fd0c9bb650ce,2024-06-25T23:15:27.893000
+CVE-2024-26922,0,1,58052bd76ec39ace6761476ccf4f75dc092332eafbc05cb6fff93df12c5e23ad,2024-11-05T10:16:05.010000
+CVE-2024-26923,0,1,e710e381020beb3659e9efe0c3cecedd6ab57a206a74bb6b3a30b392bef400ac,2024-11-05T10:16:05.180000
+CVE-2024-26924,0,1,83804b77416e2da6cece7099eb237e7418d57cfb3e33b76cce858a4a3574f443,2024-11-05T10:16:05.427000
+CVE-2024-26925,0,1,6498f521d6ada9ad48fbdd9b2827d834c5caec1fd625087f329ae463a5f00b6c,2024-11-05T10:16:05.667000
+CVE-2024-26926,0,1,e1848249cd38f102e5ab52a7487cb6f2d470149d2b84809bdf37618b59bc0b9d,2024-11-05T10:16:05.783000
CVE-2024-26927,0,0,4116dbe7df52a1c2d9850cca2fd6397392bdbeda2c2b84e268cf9d86129f791b,2024-07-03T01:50:01.863000
CVE-2024-26928,0,0,8849c5ddf3f8359b34f84019effa9d5d4066ffd02515d38a7a9e159b15bfe7a3,2024-04-29T12:42:03.667000
CVE-2024-26929,0,0,0345601d3687dcfc0db8f00b9b8b65897332ed99291c5fbcbfec34873b944ced,2024-08-08T16:35:06.543000
CVE-2024-2693,0,0,5b20da29193cdbd021de554496a550f19c059f255dc84cf7e6153dfe6b8cf895,2024-04-10T13:23:38.787000
CVE-2024-26930,0,0,eebfc5b7d2d8fe5cbe99cdd9da00ebebd63fd431cc6c01a6fd1333054068c5b1,2024-05-23T19:10:49.540000
-CVE-2024-26931,0,0,fd1d56ef07a54cc94e651da59890263257da3a79c612811464e959c80e42800d,2024-06-27T13:15:57.053000
+CVE-2024-26931,0,1,4f40fa7b3a607d4e4ac0bf313b664a3818c478bd37d8f808d05f36064db9988e,2024-11-05T10:16:06.610000
CVE-2024-26932,0,0,a7582335e50b6e1a72f82df662a334c5ee8442e98bc313740f04373597dd30db,2024-07-03T01:50:02.753000
CVE-2024-26933,0,0,cc9219c68764511ad84e3ac213cb09817a89d3e7ddd344b6d7779e1ded69316c,2024-05-23T19:12:43.773000
-CVE-2024-26934,0,0,8dee176221453757ba169d0a3d63a6f5b9d5a00be577f2411bf206c3ff7d3267,2024-06-27T13:15:57.133000
-CVE-2024-26935,0,0,73de9f23f46831079a29f22e14223f396e2e6da3e5fb95a2616e46bada6d3ade,2024-06-25T21:15:58.710000
+CVE-2024-26934,0,1,3a24e8683cbf6aa06051f3eeb20a2e01decd58585b46a8e193eadec4fc66e29e,2024-11-05T10:16:07.370000
+CVE-2024-26935,0,1,0e10a687601a1a72e174b42f6d9a00587f36a03a3cb769de08019f882389c3d4,2024-11-05T10:16:07.663000
CVE-2024-26936,0,0,8ecacf5676e1acdd53a4a6ff4e5fbeac9c5b7e2b8ed353407d3491dd67ba9964,2024-05-17T11:15:08.257000
-CVE-2024-26937,0,0,33130fd04e0fa99aeccf3a69a79fa96a77ec456d0858750d9a99028babebdacc,2024-06-25T22:15:26.440000
+CVE-2024-26937,0,1,d297c64a8eef0844dbd61db5194996a23afa783c036fbc2ca6144362c61d9a01,2024-11-05T10:16:08.103000
CVE-2024-26938,0,0,96ac3ebb354ca4dfcb1c66c1b68ad4ffcd043cacfbf00b0352d68804b44cf1b2,2024-05-01T13:02:20.750000
CVE-2024-26939,0,0,3127531537fc8434c8a8153e0717ce9c8f7520225ded802370bdb01946c9c847,2024-07-03T01:50:03.663000
CVE-2024-2694,0,0,fad38f23bc41981803e0eeabc9f68c34e5895ab08c006564e735241d1ad99ffe,2024-09-03T15:10:54.557000
@@ -248806,74 +248810,74 @@ CVE-2024-26947,0,0,92c0b213bfe374d83e88e8c02cb81982498b65feee2dc3f19cbccffaf26bc
CVE-2024-26948,0,0,d02c34b02053d78665b24f2f4db59b8e8580ba4c42f524a2087f1be6a08759dd,2024-05-01T13:02:20.750000
CVE-2024-26949,0,0,d63dbc1b84b1569c924c43732957d540b1f88e9da169941a8e5120e7e4710e52,2024-05-23T19:13:56.890000
CVE-2024-2695,0,0,c442dd4e1897aea0c6a9f39dd0c0589df8ffd36d17fb221e47cb3097bea9648c,2024-06-17T12:42:04.623000
-CVE-2024-26950,0,0,5ffab94e77a94222de46ea83404cd99956cea20200c91ee13b21c37dd5a50672,2024-06-25T22:15:26.520000
-CVE-2024-26951,0,0,0add7388b2fbacaeb25ab7c3295061e6177530d543462cba98a0f327de7be7f8,2024-06-25T22:15:26.583000
+CVE-2024-26950,0,1,3d77e0387f228629acd41fd5b519eb2c6918e6c74981f59ac9ed0a87bbdf762f,2024-11-05T10:16:09.440000
+CVE-2024-26951,0,1,9c07cd4c12730abc87cd5919acdd3a475050134dfc4133d0ea447f3584478c30,2024-11-05T10:16:09.697000
CVE-2024-26952,0,0,47ebebbcdab3581e41cc5107a6b3f0472a8676645b0ea70ac7b8109d2eee0964,2024-07-03T01:50:06.420000
CVE-2024-26953,0,0,c78b027cc863e48e94803cf491dfd64d2b764ce43e7ab23c2049c026f6922d49,2024-05-01T13:02:20.750000
CVE-2024-26954,0,0,90522f0664a4f93930ef5e09349c88689f646e2b4950f2cccd0234d76688f7c7,2024-05-01T13:02:20.750000
-CVE-2024-26955,0,0,d6c4dd38abc9cb6e2db5afbc36cceadc1e078a55c8b63140b9d735b176a08307,2024-06-27T13:15:57.220000
-CVE-2024-26956,0,0,fea0bf0ba118fc3ddb3c1fe4c7041c831a08d3585f9194b7857b3ee7bd208329,2024-11-04T17:35:12.510000
-CVE-2024-26957,0,0,871ec22ed701e6c25fde35c12b49fcc960cd21538002ff829aa32c4c117b7686,2024-07-03T01:50:07.493000
-CVE-2024-26958,0,0,0204f95c1db119c3fdfb8c5eaf476d8d5ccb6d4b2400dbedcca1b1f17820f449,2024-06-25T22:15:26.937000
+CVE-2024-26955,0,1,b34da4c4c6fbfbc84942ccf8857c6e0bf5f7969f871286763af09860caa9355d,2024-11-05T10:16:10.447000
+CVE-2024-26956,0,1,5b429fdefdf799bb1561d4bfb9d3ec9964b4596e076c661c7c7e9a41b8fa6059,2024-11-05T10:16:10.700000
+CVE-2024-26957,0,1,3ad9ca1747143bcbfef38386499bb1e901105b98bfbf47bf34ce4330ee930759,2024-11-05T10:16:10.830000
+CVE-2024-26958,0,1,60dc8bf6cdf3981fda861fbc80bde78433a93ba0bdfcc1f863116eaef14ff885,2024-11-05T10:16:10.963000
CVE-2024-26959,0,0,893220db683cffdedd47243299be24ddf9c990960c64139a7f4d9714f8f2a89b,2024-05-01T13:02:20.750000
CVE-2024-2696,0,0,2edc840b5f2fd855bcecc7f0f48f5a1d89a0f678351db3e5d4c8d443a98d2990,2024-07-12T16:11:30.637000
-CVE-2024-26960,0,0,59e6b3e033a957b45cd72dd6675eb95ba7e94918875e89eeb9cba1fa4639541c,2024-07-03T01:50:08.270000
-CVE-2024-26961,0,0,2275b2689cf9b4805561adf579bbfb1c3b9e49829cbd061d76067a1edb9820f9,2024-06-25T22:15:27.007000
+CVE-2024-26960,0,1,ac0a4914bafccc9df01b35784f37de0ff7d0113382bd5a7ce4cb3c013f8900d8,2024-11-05T10:16:11.130000
+CVE-2024-26961,0,1,0c14c53f5b68b6e6fc5dfda973ec655b6eebf60089e3fc5a2ba22ba6928cb6a6,2024-11-05T10:16:11.287000
CVE-2024-26962,0,0,74e48687768bf1db9fc74eeb2f62c389f8f9bc01c69a5dce1e6543b6ba7fe7b9,2024-05-01T13:02:20.750000
CVE-2024-26963,0,0,d8c81cf57c4ea7899b3e0e97efe256e52b3e0c236e6b7a6d398875c84900d3df,2024-05-01T13:02:20.750000
CVE-2024-26964,0,0,3f50fb8d4c263f5aef95466db138e77328330e53a8799e6114cd9832945ba76b,2024-05-01T13:02:20.750000
-CVE-2024-26965,0,0,3618e3e18e48db643ef20cc752855f14bd042485bb66cee1ac85ab0608fc7e9d,2024-06-27T12:15:23.043000
-CVE-2024-26966,0,0,a7dec200d8592b130d9af01d8eb4f5392e7f2e2d2f0de10e05548a55b2fba08a,2024-06-27T12:15:23.127000
+CVE-2024-26965,0,1,ae16a0edf7051e9083e88bf0e1fcd5f7a954c15a52a6e84c66028bc5e98eeaf1,2024-11-05T10:16:11.953000
+CVE-2024-26966,0,1,8b9bef2e96ee05da67283d3b34581761edd5f7c00993c149112960b32ddcc83d,2024-11-05T10:16:12.103000
CVE-2024-26967,0,0,6b77d9bf1ef8b0b84a22bd38b2cfe67de4fa6009a114b39de0316679851508bd,2024-05-01T13:02:20.750000
CVE-2024-26968,0,0,88f4cb9a14ff46e95d7f706e86c0168c8d2d44108b78f98968f674f340ab6f00,2024-05-01T13:02:20.750000
-CVE-2024-26969,0,0,5b4e948015b4b27228b22d0df7bc0c89284f89e02d5d477c2db1aa6c25740a8b,2024-06-27T13:15:57.397000
+CVE-2024-26969,0,1,a4b31fab8d6eb03830676a3ab9d976aed9c564b23df6e7e15c82bf87d6839e14,2024-11-05T10:16:12.347000
CVE-2024-2697,0,0,f8c842b96914534995a7f6c1541ce43d05eddbe65424b582cf5dfaf951722d70,2024-07-03T01:53:28.700000
-CVE-2024-26970,0,0,3c35fe8319cb49f9fc9255264025a882fc92fbc6a7b0648c8516887eea16225d,2024-07-03T01:50:09.343000
+CVE-2024-26970,0,1,72cb3c994748b8025ceb3c60e9542d5dd4ac87b848ebc648f55546961821fb22,2024-11-05T10:16:12.450000
CVE-2024-26971,0,0,35420d34db3bd64f8132da4ec0e9cbad3feb36804f1c532974b1fed05bb1fd28,2024-05-01T13:02:20.750000
CVE-2024-26972,0,0,86d1bb1c6870a043fb5606a3ef810dad044c11f9f0168ed0fd7c4be691537509,2024-10-10T12:15:03.297000
-CVE-2024-26973,0,0,1ffa32874ac86674616b9c65a4998dafa3aee878a6c16633653d638380497980,2024-06-27T12:15:23.210000
-CVE-2024-26974,0,0,b9b8313a9c7305b8fa4ea7035db32db837845fb5fe59e7dea6581e5e181c765a,2024-06-27T12:15:23.293000
+CVE-2024-26973,0,1,ec0538440c90eec49341eee3759fde99547491bb813489ba44199689bd2a5f06,2024-11-05T10:16:12.713000
+CVE-2024-26974,0,1,d052df13f4353c2447748fdb54ceeb402cbb2842899e9cc94714d544a32a6d33,2024-11-05T10:16:12.803000
CVE-2024-26975,0,0,b8948d8dc751bf63cba89aee9d9698bacb5649b366a3d8268da651c48a46e852,2024-05-01T13:02:20.750000
-CVE-2024-26976,0,0,30943d015d6f9e470cbf6f9a436113a4fc8c476dd148f5ad8d13b404e4baec7c,2024-07-03T01:50:10.377000
+CVE-2024-26976,0,1,8d10f3269d5a91c284741add789c6c97c0f4d58efa40f7803756b8e0c5ff1d70,2024-11-05T10:16:12.963000
CVE-2024-26977,0,0,497654cb7be192f219ce80826de497c17b0440b7c74d50ac35e9e9acebd5f1a5,2024-10-31T16:35:11.057000
-CVE-2024-26978,0,0,b62ba10e220aee05c207f27d9ce90b8810a5ae9c8aebf27ac3c64683154dd1d6,2024-07-03T01:50:11.337000
+CVE-2024-26978,0,1,a9fbbccc4c6b6a063b057899168ba5ac729b3dc43f3b1b1773b94be1dcc0247a,2024-11-05T10:16:13.170000
CVE-2024-26979,0,0,33d8a117099141e9ac17b778389695861dbfcb2a950ec3472e402d03bd709b88,2024-06-12T16:15:11.147000
CVE-2024-2698,0,0,40bd5a1cdf4bb74113246fbb824eb2e69afabe86a31672736550bc5463d9a867,2024-10-02T15:15:14.603000
CVE-2024-26980,0,0,66004865e97bac01ca2fcc8b2212adb69ec738c42c9473f52383ac2219c51794,2024-05-17T11:15:08.357000
-CVE-2024-26981,0,0,d2097042ff43763161fba07eb2edb36cfb373acac608a1af8d5b7b1aed54db35,2024-06-27T12:15:23.460000
+CVE-2024-26981,0,1,b482b645b87a0746c73a4d4320abd2cbdb59b8e0c54a36b544c28c1736ca5091,2024-11-05T10:16:13.467000
CVE-2024-26982,0,0,1a2169fa3b40190b3ed39d1072c0508ff86c68871ae50c9090fd9edb12452c09,2024-05-03T06:15:10.953000
CVE-2024-26983,0,0,97483a2d4faab7e173ea01e5859a765c94f9c9fa4e5a75c83d5014271c246578,2024-05-13T08:15:10.750000
-CVE-2024-26984,0,0,3242ef5633b232011b368edbcc114d10037a576fda03267e797bc4436c77737b,2024-07-03T01:50:12.193000
+CVE-2024-26984,0,1,a2943794b67aaa3778da85bfb93de0baebae8177fa04c723ada16b44202f070f,2024-11-05T10:16:13.917000
CVE-2024-26985,0,0,f0b0d97100c12af3b1885eb13478e7446e6bdeb6b31b389bf633193e151aa7b2,2024-05-13T08:15:10.823000
CVE-2024-26986,0,0,e267ba8808f79be2a13cd85859c6f4fdbe79bb5708e67d194e089c50a5968e00,2024-05-23T19:14:25.180000
CVE-2024-26987,0,0,641ff74115948d87ad54c4bf8be7c5c4796ed88aa9f8833f1b6409659dadd91d,2024-05-23T19:15:23.693000
-CVE-2024-26988,0,0,0a0737579c337d01c85b8bea15cfc3c1e60b3317c2da4a628a994b023b7a0141,2024-06-25T23:15:28.713000
+CVE-2024-26988,0,1,dd649c49ad83022d07b46397970cb27971111a0497343b1b882fc560af8a53f9,2024-11-05T10:16:14.400000
CVE-2024-26989,0,0,dbc179ff0ba7169674e0e088409f526c30b24f4d08de3dda1821049ed54f28f7,2024-05-13T08:15:11.017000
CVE-2024-26990,0,0,9b9558e43e20b1e28e693fba8f5f27330fefe2730d26184929c933061c05bf0c,2024-05-13T08:15:11.083000
CVE-2024-26991,0,0,66926c26b51c284f243472cb3f664262b27cf6deea347654af7e2043ce601936,2024-05-13T08:15:11.137000
CVE-2024-26992,0,0,bc997639d6a66fb5cfcdd14535f30d9f82ab75003f826aec82dcbbc4fae8a036,2024-05-13T08:15:11.193000
-CVE-2024-26993,0,0,ff5240fa452f930fb75917ee79875aa8e99da9ef202f89fcf5f48f1578532103,2024-06-27T13:15:57.563000
-CVE-2024-26994,0,0,f8c2416e0a156737ed5b408a04e59be19808cb5f338ca5ce09f59583e7c1a06c,2024-11-04T17:35:12.723000
+CVE-2024-26993,0,1,8f1bbd2975c5e0f999efff9ac0b76e3a3d5afeb16067beba70b8ebd45f8c4e01,2024-11-05T10:16:14.807000
+CVE-2024-26994,0,1,8c1928377ef62ec71fe1ebbf16b684a5684b1e1ca47f3fac289479dc04714fb7,2024-11-05T10:16:14.997000
CVE-2024-26995,0,0,5042ea3b1305da8b8c54adadb58dd73a742218d3dd1a3f59f6d3449bce3bacd3,2024-05-13T08:15:11.270000
CVE-2024-26996,0,0,f13300a99169a38a9b0787aa8393009120551c7b98f04ab9b92ca6acb9849b2f,2024-05-13T08:15:11.327000
-CVE-2024-26997,0,0,454540311fe5335a43e8980f30eaa156ee7f28db2700fe42f0a36241f9986681,2024-06-27T13:15:57.663000
+CVE-2024-26997,0,1,b8a10184a7f656b50a148792595f6f00d7356e2099d0c4ce6267e083fd52e0de,2024-11-05T10:16:15.277000
CVE-2024-26998,0,0,281e6eb4c5d981f1fcef4f88265ed667d32fc924df201ebf7684cb9f100b10a0,2024-05-13T08:15:11.390000
-CVE-2024-26999,0,0,746a041d0b57a0dac118a92c96e95bc625975348006bc70154dba37cf11624b7,2024-06-25T23:15:28.903000
+CVE-2024-26999,0,1,f939d1514c6037015256fb4b9362dffbff9e50d0f83b1d6373c23d2207da5336,2024-11-05T10:16:15.517000
CVE-2024-2700,0,0,82a9c51beca27476b54a2bd6859e19dcee4c316356467ebff59d9bbcce1bfea0,2024-07-25T21:15:10.930000
-CVE-2024-27000,0,0,a188327baa92543e9233de18ad4a972a4d9ab817448115f3501854ba860d8fd9,2024-06-25T23:15:29.003000
-CVE-2024-27001,0,0,183600c577d9122077ec4624ba5f391c6d325c24bd29b2ddb007399d500a2963,2024-06-27T12:15:23.673000
+CVE-2024-27000,0,1,6f37cc1ee5267d867f22bb558f2cc24285f64be4b50077d801a427c027a5be0b,2024-11-05T10:16:15.623000
+CVE-2024-27001,0,1,6a3df3bc2201e1c2ccbca1510a0828be1314f09cff9ac19e73e1f2681a6bf99d,2024-11-05T10:16:15.723000
CVE-2024-27002,0,0,996c4b76277c18891f74138faebaa5ccbc6a3dccb26df3f871e3eed2ae04779f,2024-05-13T08:15:11.473000
CVE-2024-27003,0,0,78bc936e09ea6be29ef39693838c02f697f3401c9dd32bc6f330ff17f55bfcb6,2024-05-13T08:15:11.597000
-CVE-2024-27004,0,0,496f678b1cb6f3e51aadef83f4ded4d2a11d4e598e43139bf34691506890e185,2024-06-25T22:15:27.890000
+CVE-2024-27004,0,1,6d4e209468c1fe45fe4276bf55e9e772a04c736c39650a9d3e2e70506b0c4c4b,2024-11-05T10:16:16.080000
CVE-2024-27005,0,0,a70f9a3f0a011dc758350626e2ec5ca95f36516ada68190b7351b2c5c9ef430c,2024-05-13T08:15:11.680000
CVE-2024-27006,0,0,8e11778dfcde10aa8212fd4e5b842ca67ba374cb3198e9a52b2c8d55489d0966,2024-05-13T08:15:11.740000
CVE-2024-27007,0,0,17306cb543de67e822877e1e1e6a628d516d4e06974ed7d4269ab1ea92207c38,2024-05-13T08:15:11.790000
-CVE-2024-27008,0,0,48d5d2635543170f726f0fb4ec2915c4cf0328fa50039ef2a32cd8312219590c,2024-06-27T13:15:57.753000
+CVE-2024-27008,0,1,e296ae1e40b5f5f797f3c382392b8e2fed6d2202e3bff8ce00b069f4dbd7ab6f,2024-11-05T10:16:16.663000
CVE-2024-27009,0,0,e7eb09a61efaef1519f182f900c22970684f64342de15b32253122297277ee66,2024-05-13T08:15:11.870000
CVE-2024-27010,0,0,1115c166098b0664ed6fb6bf6defde9ab0768aa7abc65600a965e0392f22a097,2024-05-13T08:15:11.933000
CVE-2024-27011,0,0,777e26a65b03fdee7c294829e45adfb4abeb783713cf776e5da66cf9c6e806ee,2024-10-10T12:15:03.390000
CVE-2024-27012,0,0,0d27660f1fdafc588e44a1782aaccab1876dd865b63fdb2ed6e61b49b7114872,2024-10-10T12:15:03.490000
-CVE-2024-27013,0,0,b97595fefe29173e41a127abcd15bb6483ab86801ff611a9666f15b5ed000330,2024-06-27T12:15:23.747000
+CVE-2024-27013,0,1,c9710647cad3a228b258e48e6ff2a4efb49637f7a2dbaa59fcdb1918a97d5acd,2024-11-05T10:16:17.160000
CVE-2024-27014,0,0,27b57556d43e7b6b7b0b3ef5a9086a73fbee533a742b997967317e019320cc94,2024-05-23T19:15:45.993000
CVE-2024-27015,0,0,f493cb18025a3f43fbe73e85f939389258bc5c4b0291a7e5b9f43de91549b5ab,2024-05-23T19:15:51.047000
CVE-2024-27016,0,0,d016f7b1e74dc0ee27598cd8301d051376ad37da789b4d23eaa7d5329e9b57cd,2024-05-23T19:33:33.040000
@@ -248881,18 +248885,18 @@ CVE-2024-27017,0,0,d98494af981ddc7b1c15810ba06fe9620f54520700dfa6518e0693a5fbb51
CVE-2024-27018,0,0,b344e52329ef26533cca6e8375c1e3a434bf09f92ac9eaabf753f3491e964665,2024-05-23T19:36:55.347000
CVE-2024-27019,0,0,bc08eca72bfb15ac88aebbf83234b563dd74f7fafe51aa17202862888ef3ba9c,2024-06-16T13:15:51.747000
CVE-2024-2702,0,0,963958c847ca5fc92faa77e1fce02707f31c56800c370f85bde614e6a7f93034,2024-03-20T13:00:16.367000
-CVE-2024-27020,0,0,1171159c3a7c3c564f9dc593015bfaf12ef83f4aa4ab609c36c6ec7c19f6dea6,2024-10-30T20:35:16.470000
+CVE-2024-27020,0,1,bfebdb5104aaad217a524f2a7edbaf2dde6acbd18095504eeecc4918a03968a9,2024-11-05T10:16:18.930000
CVE-2024-27021,0,0,e92c634d64f0e3f9ed6e3afa117f2ec51a401a867d9dda568d07373cf890e757,2024-05-23T19:37:02.563000
CVE-2024-27022,0,0,c6103aa586e657ed747cea0d269b66d8c7773caa59d4f2faab386e0bba9d11c5,2024-06-21T14:15:11.743000
CVE-2024-27023,0,0,84e531e2151a1f2792a92f6fce807929e399be3137bc3c96a4e6194749b596c3,2024-05-01T19:50:25.633000
-CVE-2024-27024,0,0,604712ecba8600b5d889bfc10e5c4b466f281d8e20f352f9a86c35478a705c91,2024-06-27T12:15:23.943000
-CVE-2024-27025,0,0,c02a8abb62471fdd1313f04a36b216d0743270676c2c530c3eeef885f01b996f,2024-06-25T22:15:28.240000
+CVE-2024-27024,0,1,1dabadf5f035f9c8af9339403feb07019c159754d4fd53c6c5eb0a6a3b7030bb,2024-11-05T10:16:19.917000
+CVE-2024-27025,0,1,f951e86fa3308c077b4eec9c7df91b3c2bbafb2404d9aad5ef9c3ab1c6d5ecf1,2024-11-05T10:16:20.073000
CVE-2024-27026,0,0,5bffa0cf1335d4669eafb6cd7750e9ffa29b2d0132ce87c6874d26f3fbeb4d1c,2024-05-01T19:50:25.633000
CVE-2024-27027,0,0,1c62cd43c72babb29ebe7269cea5e90507ce99b6b0d04ee5a768c2ddbbff5c01,2024-05-01T19:50:25.633000
-CVE-2024-27028,0,0,766be478db0913e9d79220563788e41260dc5fc9c512296e3046d7234df03e72,2024-06-27T12:15:24.013000
+CVE-2024-27028,0,1,89c19eeb7cdb93e31987036cd8a98246932b8ee6e018d86bcd8eea998eadc64c,2024-11-05T10:16:20.500000
CVE-2024-27029,0,0,6c081ff738eb90dc7d9bc74913c1f6e1efe7fc554037e9bb9b8506cffba2afd5,2024-05-01T19:50:25.633000
CVE-2024-2703,0,0,fb7268c6624632e5fa0c645fe7971240898e11ffe4f2cbdecab29aea976f669a,2024-05-17T02:38:25.893000
-CVE-2024-27030,0,0,22b33128bb59a586f38c5fa9c87ecf6ac0da3747e1e9fc0ab2e63962beee66bb,2024-06-25T22:15:28.320000
+CVE-2024-27030,0,1,6cf033352f8b449cd788a898986efe2b6d73f55358a4b240c970dde448599393,2024-11-05T10:16:20.800000
CVE-2024-27031,0,0,87e5bf3aa11aa1c30fab50e95fb076e098520276691532d4f69eba3b6501fd89,2024-05-01T19:50:25.633000
CVE-2024-27032,0,0,d390c0bc727a9ed9af7376ca870a50d32994ca7bea0458288c6fc31f1b9f691d,2024-05-01T19:50:25.633000
CVE-2024-27033,0,0,99ae4dd52c39324cecbf4c22b710e291de26bae8f09204b4a9dcb711e784eb7c,2024-05-01T19:50:25.633000
@@ -248900,37 +248904,37 @@ CVE-2024-27034,0,0,a9e7de1105d11e28310eeb40c6007754a28705e0fc4756aadd06d5c333670
CVE-2024-27035,0,0,de6caa5353f29d207951f5c6cb0655ce88080de36a966a9e941d0bc22cc59584,2024-05-01T19:50:25.633000
CVE-2024-27036,0,0,ec763184980ab8c8db94616c84ea7671c7f1e662314f390df792c3ccb4fa5ddc,2024-05-01T19:50:25.633000
CVE-2024-27037,0,0,135591b5e8a55eb5ce962bd98bf8d946730dde849976aa38e9a7607fe8478094,2024-07-03T01:50:15.890000
-CVE-2024-27038,0,0,0442646363a46e887ec6c392ab74fedd7d7c23f4a3f3d5560c0b7545695d4ce3,2024-06-25T21:15:58.793000
+CVE-2024-27038,0,1,9878ea09c7d26edaec27ffb36455390953899fceaf1f12bd124bb3565e0a7379,2024-11-05T10:16:22.883000
CVE-2024-27039,0,0,473802bd82adeba8f1c0a67644df7d9a045a00c8568f291191028b5f2909fca1,2024-05-01T19:50:25.633000
CVE-2024-2704,0,0,7ecfea8520a2d9684b98d947682479275e2134935ad6198e1ad34620d22ef79c,2024-05-17T02:38:25.980000
CVE-2024-27040,0,0,9dcd489328e3615dbd6f4a4705a4de4e6295e737fa53dc56030a656c1c02b8d4,2024-05-01T19:50:25.633000
CVE-2024-27041,0,0,a1302c65e1bdad41a2efa558a8f48ede79e9fb3a3cd39d52e0e0f70940e157d8,2024-11-01T16:35:14.873000
CVE-2024-27042,0,0,4b248649e696522f4b7b7d3ac059cc45f6910cdb9afa4b5eac8f3ab88c6b6f73,2024-05-01T19:50:25.633000
-CVE-2024-27043,0,0,d3f764e1ac8577dc6dd6bea873739e2eb3a6f6f998d2de54c63fb3de149166e7,2024-06-27T12:15:24.107000
-CVE-2024-27044,0,0,d9228835415d61b513ec36268e9cd0c254dbb5463515736c5fda6a032bccb04e,2024-06-25T22:15:28.730000
-CVE-2024-27045,0,0,736b34c075a742d95959c8f8261d7221fa24b4b89da5dbd3275e7d9e61a772ca,2024-06-25T22:15:28.880000
-CVE-2024-27046,0,0,ebf7b80f0490fed5899d16a3dff80173075963ea9890a084704f9b0af2bd33fc,2024-06-27T12:15:24.180000
-CVE-2024-27047,0,0,1a2805eaf98ef413530a774ac6653c19d3af3a5aa50b5b36fcb7be8e758a5268,2024-06-25T22:15:29.050000
+CVE-2024-27043,0,1,94927b29276c311fbd0062e2231f6e5772de31e8e075abc3d06089c3f21ebc3f,2024-11-05T10:16:23.613000
+CVE-2024-27044,0,1,21cacd576444e80b7369c5f53191d5a277ca2e290acbbeaf1311ae21c8538f98,2024-11-05T10:16:23.770000
+CVE-2024-27045,0,1,bc7e0c4d58f85e4636553d2ce606fd7616ee4291a437c83decbddc17139ff8cf,2024-11-05T10:16:23.913000
+CVE-2024-27046,0,1,cd09af0356275a205892d20f8901cdee32756b300b21d6023e5870211b7695fe,2024-11-05T10:16:24.050000
+CVE-2024-27047,0,1,cbefb2ee6d5ddeaa7f2fc32f5cada412c11812fd03480502ae1945bdefbca025,2024-11-05T10:16:24.180000
CVE-2024-27048,0,0,ea378a8c780bbe356eb935b4666ab693035af800725aecd44977c3fa13c3d388,2024-05-01T19:50:25.633000
CVE-2024-27049,0,0,d52e2c962d65bdbe32bc6240d43d4d6eec4086c047cdb8651a610882f976c09f,2024-05-01T19:50:25.633000
CVE-2024-2705,0,0,fefaf5ec94131d8d77777f7bdd3a54dd12d255d25a04b6debbf66c4a426441c2,2024-06-18T20:15:12.870000
CVE-2024-27050,0,0,dd1eb20f7cebaf03087c82f7049e5087e8556c8b803e5a5d2fec557dfd4f9a9f,2024-07-03T01:50:17.020000
-CVE-2024-27051,0,0,d95742970928963b3b3253edb142aee6587345249ad2bcb3296833f5962149bf,2024-06-25T22:15:29.110000
-CVE-2024-27052,0,0,5def08a6dfc2bf471175fd717e5b1cca3b49d17960d50bf8264f2c735a7ef219,2024-07-03T01:50:17.917000
-CVE-2024-27053,0,0,0e94f9e68df85347a12572424dfaa9f95370b522d5c7b0199d58c0cc4a3d2a3b,2024-07-03T01:50:18.727000
+CVE-2024-27051,0,1,a5f0f37dcf2988f5d46e492939e3fee8af550ad1a72bff52461dcb0b308f27dc,2024-11-05T10:16:24.617000
+CVE-2024-27052,0,1,b1181b5fccdcf1dfe1970739e055eb9b25314d32d3dbc033144a22078b1e858d,2024-11-05T10:16:24.720000
+CVE-2024-27053,0,1,8ef5fe8a862dfbc909fe138c33df28d8e01f8c7054d8543709bc08fc1a631712,2024-11-05T10:16:24.860000
CVE-2024-27054,0,0,1b11fc15a99ef7e73d3211da5027fbe99287d53dcae4f0f8ef3071ee5743d8b5,2024-05-01T19:50:25.633000
CVE-2024-27055,0,0,f1f4f60e5be8e483ef7b713ef7c9c11c2b4e92b8e1ac3b8e82c2d3f18ccfe46b,2024-05-01T19:50:25.633000
CVE-2024-27056,0,0,eb9c42cff1d43c51ba37142ff49c7c647f598f278f30af80f297cea872e6d16b,2024-05-01T19:50:25.633000
CVE-2024-27057,0,0,c547d10d93717b1185795df41c7fbb63e300d75cd64ee01d7cffbe3a6007a3e8,2024-05-01T19:50:25.633000
CVE-2024-27058,0,0,97e446469ca53f13212814f844cd354df823d33632cbdab5b9ed0760c2144093,2024-11-01T17:35:04.547000
-CVE-2024-27059,0,0,2a77672efabcaec1212e4e69721f34593733e852ed4a8efa6ba28c46d7646c38,2024-06-27T12:15:24.257000
+CVE-2024-27059,0,1,086b75fefd4bf276073ea91c657d9719d9a6d0291622721ce0f48f90d151dced,2024-11-05T10:16:25.510000
CVE-2024-2706,0,0,88f32e9a80b0f8711786dfbafe80abf49d032825e0d8d0ecc90c64ae9f7eee4b,2024-05-17T02:38:26.147000
CVE-2024-27060,0,0,97c5c4584654bcbce0b98fac1275cc2bdda6b24156a684625d09e085b1c10096,2024-10-04T16:15:03.367000
CVE-2024-27061,0,0,b0bc763207393473ec330a6cd028ad9d6c0a00b9d34896c90732e85da091bf4b,2024-05-01T19:50:25.633000
CVE-2024-27062,0,0,f693f1fee94b6f4c260e2082dc13a175fb697c94068aa44c736d52317c703c8c,2024-05-01T19:50:25.633000
CVE-2024-27063,0,0,d727eccc7d5465146ecf5a4a23c7139dfcd895b758ba556c984f443bd3cd239f,2024-05-01T19:50:25.633000
CVE-2024-27064,0,0,e42ab95c9e903499e0bf512549dd869ddfc314765213885fd52c5700ea5f8f31,2024-05-01T19:50:25.633000
-CVE-2024-27065,0,0,4a2c4b30e2c6e2a638bd0e6a722ea8a2e0cfe5254507e97d39811ec45c78f5ec,2024-06-25T22:15:29.370000
+CVE-2024-27065,0,1,ac83d2f56d122bc86fec20f879747d9c458c721c33ba9be184c7820e3e551ff3,2024-11-05T10:16:26.280000
CVE-2024-27066,0,0,6f0c396f7986022a2d3b867306df94a211635b7867b672db90114a4f3e19254a,2024-05-01T19:50:25.633000
CVE-2024-27067,0,0,392abb58815305770563fdcb696260147d0454bbc40ccbbf41d2b138c184db51,2024-05-01T19:50:25.633000
CVE-2024-27068,0,0,81ba6dbd8943b56ea71f5cb820f0665f321ff613519c6db53242e65745ad87fb,2024-05-01T19:50:25.633000
@@ -248939,12 +248943,12 @@ CVE-2024-2707,0,0,85c775d4cadcd703355fe22885699e6d3b33832ba1bf4a0f012eb92a76bd36
CVE-2024-27070,0,0,9019d5d00e2e557d6bbee725ec44c36e787b905ee46e216a705cd23f704a5b7b,2024-05-01T19:50:25.633000
CVE-2024-27071,0,0,4eba7924eed5d4a7c52b628064790bf6088c813be987aa811365f6d878e7223a,2024-05-01T19:50:25.633000
CVE-2024-27072,0,0,21e910cf50ea565953242c80b6cde258546166e0d36d0f32695af1f87df3652c,2024-10-31T17:35:03.127000
-CVE-2024-27073,0,0,aa56aa24ed3402425b89f05f26a164f223361d7a41c480cd79d50873842fdafb,2024-06-25T23:15:29.397000
-CVE-2024-27074,0,0,072997e51d8edffff051f12b48b4b43375560402b726f9e882d033665b9beae3,2024-06-27T12:15:24.360000
-CVE-2024-27075,0,0,c2d1c4caa012ebbe4b9cc25a1abce424572ea3928a347ee6dda4b1356be42ff1,2024-06-27T12:15:24.443000
-CVE-2024-27076,0,0,a5fda5b9e203bf57e57a690f2aa97a4872d02f8814b2138a33aded4018a59779,2024-06-25T23:15:29.557000
-CVE-2024-27077,0,0,f5d4d7d709e395b04ea551fdcfb725a10e4167d87c0e6db63549d60132dc40e7,2024-06-27T12:15:24.510000
-CVE-2024-27078,0,0,8abfe29b614719af22a10eeb949dbdf8e1c6382280dbfdfceaa9032d416baeff,2024-06-27T13:15:57.853000
+CVE-2024-27073,0,1,09b8dc7717ddffa14fafc94e64da4c6f21d0ff689f172ea647a914ddae6f4b5b,2024-11-05T10:16:27.260000
+CVE-2024-27074,0,1,1eb80e2232cf51208db1f3cef68d3f425247e597c202b41d3d631a42906e1aca,2024-11-05T10:16:27.387000
+CVE-2024-27075,0,1,b7b88762306d0403ff5ef3850347356e2cd48c2fda797c5c18c89bc098824519,2024-11-05T10:16:27.590000
+CVE-2024-27076,0,1,27005424f15ce206aef745406456863fc53e2307c06546ea31f3e5740f638709,2024-11-05T10:16:27.753000
+CVE-2024-27077,0,1,79febd771c33e7c911bb3da7df9e74d8529f1b771fd7b8eb726403ee305ed2ab,2024-11-05T10:16:27.900000
+CVE-2024-27078,0,1,c56f6af21f618cd2d3349ec98c9bbc4ea8ea2592fda40af10509dd2524042a0c,2024-11-05T10:16:28.037000
CVE-2024-27079,0,0,966808e549c895c62c7ab072d4966b61583c3b1c07192d718b6856a1393998d0,2024-05-01T19:50:25.633000
CVE-2024-2708,0,0,f8d3308e2d59a85525e12aa89e21d97fae51cc1b1cd409f3d187e2a874177afc,2024-05-17T02:38:26.317000
CVE-2024-27080,0,0,5cc0b20b2ec845e4bf9d434cc5a8f08f98b935604c5c0c81c0bcc135bec5ac66,2024-05-01T19:50:25.633000
@@ -249249,41 +249253,41 @@ CVE-2024-27383,0,0,02b601cd4a72d07a2dcaa4f87eeea1f799914789414bf2c73f7548f6d0d70
CVE-2024-27385,0,0,003e283023f566a2385aab18dff3e37100c8b762c1c6dc798e412558e0acbc12,2024-08-01T13:48:25.863000
CVE-2024-27386,0,0,392763fc5ad1ba2fe130e662b117c81c5508cfa52b8d41cd60a9bfd68ddf8e96,2024-08-01T13:48:26.553000
CVE-2024-27387,0,0,164fd65676c7b2dd164c986231cd22fd5cbb6d9c907f1f9550502c07e438cd36,2024-09-11T15:23:58.743000
-CVE-2024-27388,0,0,8ca5a384d8f8d9a2091e5293e5ac316155597802cc78feac2a6594da98404e69,2024-06-27T13:15:57.940000
+CVE-2024-27388,0,1,646b06e7480bec68310808a3ee86a12a271a3e3a32b16c553db06db21ed3421f,2024-11-05T10:16:28.347000
CVE-2024-27389,0,0,cc01c74893b07f0b811b8decf7e0d285abe38929fae54a3365d798c7016df82f,2024-05-01T19:50:25.633000
CVE-2024-2739,0,0,f67ee20b2bc2ca284467eaab4487259eaa12927229efc313e4a8f27526c7f5dd,2024-04-15T13:15:31.997000
CVE-2024-27390,0,0,fd939b5a46e3db47e38737677dc08895d4507457dc8c59f804a220890fafa028,2024-05-01T19:50:25.633000
CVE-2024-27391,0,0,c609df1ae4a0d8b672f84b73ef5e4ba82e2a581d1583d7f5330bf8875e22776f,2024-05-01T19:50:25.633000
CVE-2024-27392,0,0,d71bd39d141dc4709bff7fbbc837ba796224bb31c86e71592537c5234c653cf4,2024-05-01T19:50:25.633000
-CVE-2024-27393,0,0,a820280c7bba1e95ccdd5f172abf8e004f1adbda93a24cf4bc97141799a16e12,2024-11-04T19:35:07.067000
+CVE-2024-27393,0,1,8641be84d34d79c7e731ca0b9e5548e6b14f04f5c8db1cb48fb43e21b847779f,2024-11-05T10:16:29.163000
CVE-2024-27394,0,0,08a27f4278e90895db869570c2ad1394d2b1b7ce2eebd13c81985e703b3d5763,2024-09-06T14:35:11.027000
-CVE-2024-27395,0,0,f509312d757b52ad19fbd73ceeb6a726f1f69fc5206c32a2cd50e6d3c74db34b,2024-06-27T12:15:24.577000
-CVE-2024-27396,0,0,e14a9534df6188e2d3948f71aa579b6ff342c8dd8805de92331af3aa294e2094,2024-06-27T12:15:24.647000
+CVE-2024-27395,0,1,0717a5340b130d9ad6c83d02a6a375ee46786932fc1ca7bcae52c4e65548e91e,2024-11-05T10:16:29.630000
+CVE-2024-27396,0,1,f99b3ed9649441d52beedad6717e389342b6bd13026bafae1f070293d6b326f9,2024-11-05T10:16:29.910000
CVE-2024-27397,0,0,a0f40ad4c2f891849c489ae4b9841685ad4e227c084159373a42e20fef210207,2024-08-19T05:15:06.293000
-CVE-2024-27398,0,0,836c1efaa4f75a40afe0f15ea10c92c29471e9e5d4e3efe4bd0f747087a4f54d,2024-06-27T14:15:13.337000
-CVE-2024-27399,0,0,8a6b5ba9392e801724cf5ce262725acedd92b0d7eeae8cf7201584791aa82491,2024-06-27T14:15:13.443000
+CVE-2024-27398,0,1,03c14f8ea7087e2d0d24d58263f3a5ac778861ae68cb9bd675d72e89e88fb6a6,2024-11-05T10:16:30.140000
+CVE-2024-27399,0,1,99d9510b637361dde4a735c6783496f5b872927f33529f36ec6d87018b5bc247,2024-11-05T10:16:30.393000
CVE-2024-2740,0,0,7545651108e8514acefb2b72311b601ee7dbdf24da5bdaec2774b5ead308107f,2024-04-11T12:47:44.137000
-CVE-2024-27400,0,0,7cd4e9065f49850b5f568330dfb2efa74a764bf3bf8c41d03a462a50088d4e19,2024-06-10T18:15:28.337000
-CVE-2024-27401,0,0,359db2e72365cf61dc16f7da74d9227c28163a140839288c2e83bf5b62df6d56,2024-06-27T14:15:13.530000
+CVE-2024-27400,0,1,069e4b8cc0d3bf02e960ba37e8375912ae86e06a0fac9563b07518abcdfda328,2024-11-05T10:16:30.580000
+CVE-2024-27401,0,1,2108c2b3a82de1479b02dc9b17616e30292e65e80cf2f1f1f2b452be65587c17,2024-11-05T10:16:30.683000
CVE-2024-27402,0,0,7585bb7bfcdd826253d7cbf7c44b17cfc50095e33267e1b57d95d4a9df8cdd22,2024-05-17T18:35:35.070000
CVE-2024-27403,0,0,77516c98c275da09db72e7dd3607718c599d77c5ae52b899e362d6ef3ef66c25,2024-05-17T18:35:35.070000
CVE-2024-27404,0,0,ba04286ff96a9fe413f3bbda5a3172056d212e25a7b2b3000ae5efbb44bffa07,2024-05-17T18:35:35.070000
-CVE-2024-27405,0,0,87e9f55f3568c2487fcf6017cb2d7861f4033217a20084a0c240897fca1b7345,2024-07-03T01:50:37.447000
+CVE-2024-27405,0,1,ac0279402299f2f71e1977cc36213a1a6da4fd4c8519dcf9db2d4f91548db71f,2024-11-05T10:16:31.310000
CVE-2024-27406,0,0,edd6f257809949d1348ed619bab5cd372ce534ffa91267dab32af07083321df9,2024-05-17T18:35:35.070000
CVE-2024-27407,0,0,f3c05cd23d444b53011bcada5eb1e95ae3ca95e51b4457a17eabb9e5ca7c50fa,2024-07-03T01:50:38.343000
CVE-2024-27408,0,0,bb13ae39e86e43238538781d9db966837951fddc7455ae2561729397f7b7210a,2024-05-17T18:35:35.070000
CVE-2024-27409,0,0,fd63625b187ac1922c536567ed4cad7c7a2a229a4e03577c206bdfa5425a0bd0,2024-05-17T18:35:35.070000
CVE-2024-2741,0,0,c58e14c9db86d5febd22c63054c705b9a1bf1535b4be83a4099b0636651ed49d,2024-04-11T12:47:44.137000
-CVE-2024-27410,0,0,c2fb04d9faacb20939343658c0f75ad93096a4641af481928a9d368cdf709fba,2024-06-27T13:15:58.197000
+CVE-2024-27410,0,1,465a7051477bad71e5a3fcfcb38bca95cbd715c5d52a9307cda8fc3eb3b1befc,2024-11-05T10:16:32.150000
CVE-2024-27411,0,0,ad3d246e638fcd25172721c2ba8c32ca339b349bb2bbf81c10ed2ab679a1a0c1,2024-05-17T18:35:35.070000
-CVE-2024-27412,0,0,e598e763d3990cd2ad7fef811bbb011689e3cabd6f1d4fe2b5d85118ebe496a3,2024-06-27T13:15:58.263000
-CVE-2024-27413,0,0,b05f3d538e8fe6ec0f1a54f562f737a9d3df55c5b2fce0dc00dda22becac7325,2024-06-27T13:15:58.340000
-CVE-2024-27414,0,0,241efb6c01effe8ee7ec574e5fc487f6d362b47cb2dda4ef113cdeb00072d423,2024-06-25T22:15:29.803000
+CVE-2024-27412,0,1,df53901d79fa921a30cff39b842602ff71e7b4c4d5ff80d5253400e6c7c7abbc,2024-11-05T10:16:32.610000
+CVE-2024-27413,0,1,116aaf0f4c5414df3313e5114987c904fecd875d9ed3a070b0cde77994b2d776,2024-11-05T10:16:32.720000
+CVE-2024-27414,0,1,b7084713b9a78bf497f755238a289a570cc349e3151815716d30879405fb942d,2024-11-05T10:16:32.853000
CVE-2024-27415,0,0,3f821482910f24f318c2dd9a0587454ec6131f46fbcfb2e3e48ca26e774e9f41,2024-05-17T18:35:35.070000
-CVE-2024-27416,0,0,653e985106243712477907f2a2d4f34f1d093aabda45658a3e0f936cda9cdd7d,2024-06-27T12:15:24.940000
-CVE-2024-27417,0,0,703ee1f85f979d5cd15bfda55024b479f9bb3d3c213ec97fc618ad6b88e8a678,2024-06-25T22:15:29.863000
+CVE-2024-27416,0,1,340b805c9713bb691450791e002452611f15811f9076846f5d2e6fe08d314885,2024-11-05T10:16:33.273000
+CVE-2024-27417,0,1,81a40a619bd0fa3c16e8d696e2541fd3d9187c20ad931b3daba0e189929d412e,2024-11-05T10:16:33.447000
CVE-2024-27418,0,0,6b98b2791af85fb79227afd184e24ec72f1d4eeca98fb40874be21082420d13b,2024-05-17T18:35:35.070000
-CVE-2024-27419,0,0,efe8f9df429804c51f09073aa5e6644525853423a64dc3355f7d6d2d54c56500,2024-06-27T12:15:25.033000
+CVE-2024-27419,0,1,89e9964e1bdbf94fb8ef7cf7709ae22e2aa2d16eaff7f08eaa45b858ee7b8900,2024-11-05T10:16:33.767000
CVE-2024-2742,0,0,e128681cafb5176253ede556dabc29fab321508bbbf976bd0e23c5e19a3e62f9,2024-04-11T12:47:44.137000
CVE-2024-27420,0,0,c2533e2be6c6fdfeadf9b6c30ac4caa9666d07e3fb1500a6a6f49e65aa9eaf5f,2024-05-25T14:15:51.757000
CVE-2024-27421,0,0,7e88448bd7a64f2481816ba07b8342873860cf74aed1c97f7e2ac832c9d0e14d,2024-05-25T14:15:51.860000
@@ -249297,13 +249301,13 @@ CVE-2024-27428,0,0,20f753b8956754951db33f225c8ba9e79d8568aee28b82d82684ff12e52c1
CVE-2024-27429,0,0,8ca6c37d4e86d1cce3febff9172b7aee5b4414a06f6c93a7cb5ad84a8d3b710b,2024-05-21T15:15:28.810000
CVE-2024-2743,0,0,1c7d3acb7586c7e13aa79de9d6bbb17dd43b1f4451f9968857f4f64ee017a0c8,2024-09-14T14:42:38.983000
CVE-2024-27430,0,0,bcfe1dc31df623eedee5bd152c119180c00cd65ea96cab3b1e49e2927a247d51,2024-05-25T14:15:52.803000
-CVE-2024-27431,0,0,f0b943d0779f4c0250316bc3e4f86930ac87e351769e7377bcc9a253794ae476,2024-07-03T01:50:40.003000
+CVE-2024-27431,0,1,9e81766152810c605c671c929871f31b15308881028ef21e1bec46fa5085fbc9,2024-11-05T10:16:33.997000
CVE-2024-27432,0,0,5adfd53e7c7b1e4e0cdd83f244838b35ae843625de51e278b8673967226dec4c,2024-05-17T18:35:35.070000
CVE-2024-27433,0,0,df881851a60ed8d7570675825de2a9dc65d35dd1b068dbbb750b3899bad98f2f,2024-05-17T18:35:35.070000
CVE-2024-27434,0,0,1f6c02e41dec096e8d8a3aad3815eba137d3c6211e0c5dd9dd2a15d8e31791cf,2024-05-17T18:35:35.070000
CVE-2024-27435,0,0,2690a889bc459707c25ab4085b583533db620df0a7e855ff048ee9efb5a3e77a,2024-05-17T18:35:35.070000
-CVE-2024-27436,0,0,363b9bf371fc9f8e0b9cdff3112ad39260586cf7dc307ac99f43118fb2dd6b78,2024-06-27T13:15:58.410000
-CVE-2024-27437,0,0,6939894503badd1172485a5290ff1b290d8ac3e1f3bbcce78b587d4297c4c626,2024-06-25T21:15:58.870000
+CVE-2024-27436,0,1,af06b4bcad58d24cb7331259686f549dfd0a1c5ba64e8d3dbe49d7c3c4923d5c,2024-11-05T10:16:34.793000
+CVE-2024-27437,0,1,20c50197270e498efa966e3d498e976cc48d3a4df35987ee5132614b5b95110d,2024-11-05T10:16:34.953000
CVE-2024-27438,0,0,84f83f5dae675a14c68d7e9e091a476b07ec9d8bffa6e40cc89145e2f8bf3eb5,2024-08-01T13:48:27.240000
CVE-2024-27439,0,0,812b79355c05b1839f0b5adf30fc93a3b50c4e89eeb5494b84c7e9f25e1fc617,2024-05-01T18:15:16.380000
CVE-2024-2744,0,0,188126b761d1adc13d3573db2ecaebf3ad9dc6b00f329483cd98111bb221e3a5,2024-05-17T18:36:05.263000
@@ -255194,19 +255198,19 @@ CVE-2024-35781,0,0,aa3ec547f8f8f306fe8ea0fb55240637cbf26b27603624da2638b54b69436
CVE-2024-35782,0,0,dbc038df298fe5384dd87379cd2931409975f0d218f64474d4c9dcc1abcf8e97,2024-06-05T19:50:20.463000
CVE-2024-35783,0,0,a821ae65f3934f85f11eead938e9cdce5096c9b4889b6ccd7b78234559d922b9,2024-10-08T09:15:10.740000
CVE-2024-35784,0,0,5d7a60327e3aea236c6954addcecd342bc4303bf9f4ddbf6fdcb56f7d7e890e7,2024-05-17T18:35:35.070000
-CVE-2024-35785,0,0,99251cf0758a83ae7f60c2f912cfb4919a76584c6054f38cf9392b41ad4b090a,2024-06-25T23:15:30.160000
+CVE-2024-35785,0,1,215198d3fe49082f5135d6e547d9efd784a139fec730129e983f97c5bc887ba2,2024-11-05T10:16:36.367000
CVE-2024-35786,0,0,e8af1ef6ccd4fa218271a6a20ff9f509feb225a9368ed4f0a4c142495813a3de,2024-05-17T18:35:35.070000
CVE-2024-35787,0,0,7facba273a71396f0a787cc91a5bbb8a5a4b0d6359b6539100d15fde620af642,2024-05-17T18:35:35.070000
CVE-2024-35788,0,0,2f827678191b781caab551a99e077ad9ef48889f220dbdf4e4a297e7582b7457,2024-05-17T18:35:35.070000
-CVE-2024-35789,0,0,d3b6932424c8ab6bfffbfbd22515ca68c192bac2aaaecb2d784a1d8575542da6,2024-06-27T12:15:25.220000
+CVE-2024-35789,0,1,1f16edfda84c3e2782dc9d465dfc727073d412f313536a6a053ac5dc732d84c9,2024-11-05T10:16:36.973000
CVE-2024-3579,0,0,725561021cda08447e23c5b0e44ec054d5afb8528e0d9c66ecdd17821f6eb1aa,2024-07-03T02:06:22.743000
CVE-2024-35790,0,0,f432966b88921eea0288dae9b6f75428ef8e67ff3954c792f402560de502031b,2024-05-17T18:35:35.070000
-CVE-2024-35791,0,0,46dcdc82326cfcc9edb1a78bfe84b4d108c7d59bf3665acde4bcf8c307be5c0c,2024-06-25T22:15:30.563000
+CVE-2024-35791,0,1,d8be1598add992ea070319c9762dd4e0d0b64a2ae6b2c35c4ec0ee4f97617cb7,2024-11-05T10:16:37.227000
CVE-2024-35792,0,0,69a47ec5d6102d16ed919d7d14a7dcbee08f69805abd1510100d9a318037ad8b,2024-05-17T18:35:35.070000
CVE-2024-35793,0,0,3bdab6aefbdb92609dd5d1d2221b1fd9e877cefdad437c4799c3b5ed0e4633fb,2024-05-17T18:35:35.070000
CVE-2024-35794,0,0,98eed75e6df024f22b4bb41a36fc36e3e9baa5185ab79fb95f0f4482b261c48a,2024-05-17T18:35:35.070000
CVE-2024-35795,0,0,c4375eb0dac66668e1eb3c75468506dbe063c57de76a5bbc7908d84ae07fa095,2024-05-17T18:35:35.070000
-CVE-2024-35796,0,0,3b5e595bce7b627349554709eb1aaea58d160e31fb28e7fc13ae2746f1a166be,2024-10-29T20:35:21.073000
+CVE-2024-35796,0,1,ae4abcb8ad9f6f490bd16b1eba9dc94eab40136dc368dbb51a897b6a16bd8836,2024-11-05T10:16:37.803000
CVE-2024-35797,0,0,5d191573df70b8ecabb4b3e8db1feb40dcd5737961b1f2da8e55d32c7ff2e1b8,2024-05-17T18:35:35.070000
CVE-2024-35798,0,0,c6621222abaf060f395461638bd7c76ec0183db720d30b3003bc12d1b0276d22,2024-05-17T18:35:35.070000
CVE-2024-35799,0,0,2dce7d3c01c6b462983682ed86f45e0447833392232f61fcdb54d3cb67bf0d68,2024-07-03T02:02:11.170000
@@ -255216,42 +255220,42 @@ CVE-2024-35801,0,0,7beb0f17bf3151694c1d4b5eedafd44e39c46da43f8694c5ee3a6a093af6b
CVE-2024-35802,0,0,ea8171637c0586c34eac761166467f3c9d02a08ac1e48583ed6400ff75edaeb8,2024-05-28T19:15:10.597000
CVE-2024-35803,0,0,06863a65d736228ae6fb0bf07ff54b7e8fec7e37caf5a6f215c85ffde55aa4ef,2024-05-17T18:35:35.070000
CVE-2024-35804,0,0,bfcd9c583494157ab85a8465b62d8979ad6460d756b4c271d3de771f0b485fea,2024-05-17T18:35:35.070000
-CVE-2024-35805,0,0,4db8efd595c906efa1b6dd21031f81afa188386bfc2fb184db688e2540722542,2024-06-25T22:15:30.707000
-CVE-2024-35806,0,0,97a73216f8e91af382753d08bf95024218c539e234800c09e4da10dc347b989e,2024-06-27T12:15:25.303000
-CVE-2024-35807,0,0,3f3c2f974fce40f1fcbd170272aeba8dc4fc313794beb371feac21a6ae7c1a97,2024-06-27T13:15:58.810000
+CVE-2024-35805,0,1,da350a9f7b102b6253fb4c46d7b7daf569a1faf91192b3b99d44bca581b19c7e,2024-11-05T10:16:38.827000
+CVE-2024-35806,0,1,cb69329d2ca9dd07e7abf8b8dd3bcda50db695d6b2cfd85614529c53535649ad,2024-11-05T10:16:38.990000
+CVE-2024-35807,0,1,65f4799aa66e07b63928014bd0e5239e3633f0fafdeb2aa5b815f35fe162bfdf,2024-11-05T10:16:39.247000
CVE-2024-35808,0,0,c81f7c468864ad9441a4ecd8ab81f01f958dec7cb30c2d7e414a30568f81bd8f,2024-05-17T18:35:35.070000
-CVE-2024-35809,0,0,0bb559cbd3e66be3480947e5ca36d18307e6987241182b4a63269fe345ebc023,2024-10-29T20:35:21.370000
+CVE-2024-35809,0,1,1ec73a19ea50cc86b35afb1a9e62b7eb3b2c1954c7ff48f43128e871a3114a5e,2024-11-05T10:16:39.403000
CVE-2024-3581,0,0,61378f3e5edf5ed6304f4a6f4a61a1e427ba52376086cef730521f61b2b80cfe,2024-05-02T18:00:37.360000
CVE-2024-35810,0,0,88603c9d61934f0a3379a17b2dc9868f3e2e26f40900d2cbcbca6bf7459bc8b6,2024-05-17T18:35:35.070000
-CVE-2024-35811,0,0,87e348ad0fbd035fe2a326eab3e392e4fdbfc8662b3bf06f2587bfb74c2faf40,2024-06-27T13:15:58.970000
+CVE-2024-35811,0,1,f80b057a0f488762b20a51cf3034229dcd10036ebaaa9ef8e88279b95291cf1f,2024-11-05T10:16:39.757000
CVE-2024-35812,0,0,88ab3c5388076701bc302df8ff295570e098a0e08ef335144c7c2c608124795d,2024-06-04T13:15:52.390000
-CVE-2024-35813,0,0,d5bc9029ed7d6da02db96851da0b86cbf682839e0adac84e053a1fd1718d4ac3,2024-06-25T22:15:30.860000
+CVE-2024-35813,0,1,daa2f81f0366c4fb98137a0f2cd75dbae81a3cb39b8c83c2f50ca51e912b3295,2024-11-05T10:16:39.877000
CVE-2024-35814,0,0,c12d20362fa7f156ac6f13c6924c56af28d855c9690c8c80713b7222e211542c,2024-07-03T02:02:13.390000
-CVE-2024-35815,0,0,66c6536a823aef637018f00ac38028693ac2625227c9bbdaac296d29cafa0d3f,2024-06-27T13:15:59.050000
+CVE-2024-35815,0,1,64115bb662781bf89e7d58281cae096a40f4dbb07c768f703282a390e66caf72,2024-11-05T10:16:40.137000
CVE-2024-35816,0,0,afc79057655bc2338b44fa12341d852c8dded48f875b130bf7cf4440f53e630a,2024-05-17T18:35:35.070000
CVE-2024-35817,0,0,2924d5846be02f23dd584c2b8e9d478692961d5235eaca31e1610b60fc7e65b3,2024-05-17T18:35:35.070000
CVE-2024-35818,0,0,f765fee00c12927d83874268c2ffc0a2c111da23f17e1a70405f61f2d3b4419c,2024-05-17T18:35:35.070000
-CVE-2024-35819,0,0,608eabaa8c83a313003c109e5f302c399b3f368018f2fab8d0812cde2ec43deb,2024-06-27T13:15:59.133000
+CVE-2024-35819,0,1,094173ca0d03c5d78e93aeeba83604386702537c4c80acef508358767ac8b60d,2024-11-05T10:16:40.533000
CVE-2024-3582,0,0,3dd06328eba03e21b8e1fcce37d9439e829d0b918cce4814768d5fd1380be859,2024-05-14T16:11:39.510000
CVE-2024-35820,0,0,63bb025fc5e8798c4092ca32d3bd4f7f2ffcce58ae03013d136f5e333206c6de,2024-05-25T14:15:52.920000
-CVE-2024-35821,0,0,4dbff26a17e41b5eba5bc0c618c64a7f9b7d053de20ca41264c5b381e5e4c27b,2024-07-03T02:02:14.487000
-CVE-2024-35822,0,0,f4b5d9f6e8ec949589f06a89d60a5baa8c214d4d6a0844ee201fd66259f849ca,2024-06-27T13:15:59.277000
-CVE-2024-35823,0,0,a2d5ee4623bf64a392fbf317cc5317c44cfd0e9fd196442b8fe2b559ab9946d6,2024-06-27T13:15:59.343000
+CVE-2024-35821,0,1,28ed5832cc2c7cbe53a3677d605efeff9fb4730c8d51fa355aa5be3cbe1bf1b0,2024-11-05T10:16:40.797000
+CVE-2024-35822,0,1,daa565ad10cb578788a2127fa23fa485a040ff5ccc81cc69ccd657eac99095d2,2024-11-05T10:16:40.913000
+CVE-2024-35823,0,1,b89ebbbab6217e00690e590b599114832b71a31c0182ee54c7cc299018321813,2024-11-05T10:16:41.070000
CVE-2024-35824,0,0,c878e6f3f4d94c104ecca95d233937d9f5b8a9123ff350dd965ed987bf2f741d,2024-10-30T20:35:20.203000
-CVE-2024-35825,0,0,52ca5dee35da432f46a7565abf3fce3972bf15bca943a84d8bdc76b0801c452e,2024-06-27T12:15:25.373000
+CVE-2024-35825,0,1,20e99620b4799d6223fb19d872e7db0984df015d591fba63eeb935ef1e1cdc67,2024-11-05T10:16:41.400000
CVE-2024-35826,0,0,0974a27a432f53b72337d5e4ac5a5601ef480b4b540501105af13e25245a9e01,2024-05-17T18:35:35.070000
CVE-2024-35827,0,0,a12869abc81f1627f13e907249d62ec9525155a9af445cd1ee01af5714994d6b,2024-05-17T18:35:35.070000
-CVE-2024-35828,0,0,f31b31dc0b90da82d20573309b7dcc8f75f0520b5c6c20a7ed97ce09bc2c42cb,2024-06-27T13:15:59.403000
-CVE-2024-35829,0,0,06b5ad0da79395360689296475ad8772591dca146867aa53eff8fb5e1cc7fba4,2024-06-25T23:15:30.593000
+CVE-2024-35828,0,1,1158eac193456f6942f25c4c20fe905b2edd24dfeb3cddbbeb1a42ece9798a10,2024-11-05T10:16:41.830000
+CVE-2024-35829,0,1,4aca60f7c480e29cc15ce0082ebee29136c91dca06d84a77f4a2292f70733d0b,2024-11-05T10:16:41.943000
CVE-2024-3583,0,0,e548e4abe52948e18dfbaf87768dce4dfcbc5130989386239fba7b7693a74b26,2024-05-30T13:15:41.297000
-CVE-2024-35830,0,0,18a2e096fdec4bfc99926aa74942fe9187f5b51669df87fe21c69fa44a47be1c,2024-06-27T12:15:25.440000
+CVE-2024-35830,0,1,c99beb6b3211ed8909c5a46f2c4baded3efb235465d7a4c299cb4185b57f105b,2024-11-05T10:16:42.023000
CVE-2024-35831,0,0,e1fc7f0c23288b900631cc5188ff473f5fa3fdb4e972cc7bfb87b54902c97350,2024-05-17T18:35:35.070000
CVE-2024-35832,0,0,16e51c73c8492f6c41ac59c1b69f8a852bd6d4b4a851405fa3ce91979c7ac289,2024-05-17T18:35:35.070000
-CVE-2024-35833,0,0,8a7ce93b6074a17034d3251969d81f252f037a4b7c0df435d8e44326604c368a,2024-10-29T20:35:21.597000
+CVE-2024-35833,0,1,844b1146e92e53029cbdbc55527e41e7896607bf9d9f2d333a13fe6ce9ec3a8c,2024-11-05T10:16:42.453000
CVE-2024-35834,0,0,5790f34b9247e53213fb9b46635ec2095a0128f0902ae39f44312cfee4914f39,2024-05-17T18:35:35.070000
-CVE-2024-35835,0,0,58305a0718227fa97c3b8c9384433f286905502fca972bf007da6df44a26371a,2024-06-27T12:15:25.503000
+CVE-2024-35835,0,1,a276855569c1738142e0a9a7f5c96bc15a43a0942b6ac67b52a0d390795b7723,2024-11-05T10:16:42.810000
CVE-2024-35836,0,0,9b23a77395582da383d04f18fcf78c45edf3e53bc59c70e097e42d6ca3f4fb8e,2024-05-17T18:35:35.070000
-CVE-2024-35837,0,0,88615540c57236e4e57fb5377ffbbc3a0b0b2b28204054a965d12445fa5d3ab1,2024-06-25T22:15:31.440000
+CVE-2024-35837,0,1,f29bf26182906cdda28aa14c299eef8b8b82348c3b88e46b3fbb87c2da0adaa9,2024-11-05T10:16:42.947000
CVE-2024-35838,0,0,0eb47f23eeab52dc3f477b4fcefe531f1dd8b9865cefb266d57aa7fa08848ac2,2024-05-17T18:35:35.070000
CVE-2024-35839,0,0,0b10c97a31f35c2a519bdaa65cadfd2d432544b26d5e746fa2dd15a9375c28b9,2024-05-17T18:35:35.070000
CVE-2024-3584,0,0,6c11cedc1124f92c596c7a19a72e4d5e2a2fbe88ae3477f7713c26e43684c4b3,2024-05-30T13:40:12.593000
@@ -255259,19 +255263,19 @@ CVE-2024-35840,0,0,ae4f64740e69c69bbbab80473cf16225223facf46b285817fb6f0bca7a9ce
CVE-2024-35841,0,0,0e175ddd34e20a952ab55c00f376ec6afd24f44cb5799b1a18ff62b45871d9ee,2024-05-17T18:35:35.070000
CVE-2024-35842,0,0,e267b57c9c3c59f371d56cc9b4c9998d3947c8ca9360e8d3bf875cc7b99a6ac9,2024-05-17T18:35:35.070000
CVE-2024-35843,0,0,f74a4aca66ba000a9cbe068bbb71a1ea5b709968774026ad6b51c3e6b4a6c484,2024-07-03T02:02:16.580000
-CVE-2024-35844,0,0,44c608f06e066896dadb3979fe7c14bd28ecd8c78fcb3d997254f6414b458766,2024-06-10T18:15:35.250000
-CVE-2024-35845,0,0,df98078d1569f84a43b9538200632423f8b096d759ae210cb6ca401ea31cb716,2024-07-03T02:02:17.450000
+CVE-2024-35844,0,1,e5fdda642929c61567cf749d3826da05f08658c6c95430f2ac6e9831776dc1f9,2024-11-05T10:16:43.893000
+CVE-2024-35845,0,1,9eaaaea293552a82be2af5517c51a1927c4a271b941af3cebbcb1c2e5225f826,2024-11-05T10:16:43.970000
CVE-2024-35846,0,0,2963854d74e22ef57702eab7ae5db44859ddd2603b315ac4e74bca8274e7a5f9,2024-05-17T18:35:35.070000
-CVE-2024-35847,0,0,1805cf04494bbf2a44b900a1891ccafd821439952fd89ef1bab32933c77537ac,2024-06-27T12:15:25.567000
-CVE-2024-35848,0,0,27da610cb44ede0935483f2763212e402f3cb471cf267651e4f6c05d116ac21d,2024-06-27T14:15:13.787000
-CVE-2024-35849,0,0,d30d2b3cdb0ffbb61c98d20c51ac382c5984ea96db2d9821fd4bba04b9c89a38,2024-06-27T12:15:25.643000
+CVE-2024-35847,0,1,ad1bcb80ce330c8f2a0c00f2fe787a9da376a3e773f025ba6f2fa3a5688224b5,2024-11-05T10:16:44.330000
+CVE-2024-35848,0,1,c7a213b854f2bcc2035b4925734e025d92d20c12fad19584b27b7a3eca4de105,2024-11-05T10:16:44.443000
+CVE-2024-35849,0,1,c424115d96bf9d895b6afcb9f323934fdfb7cb686eeceaf533162e27c4fb88ae,2024-11-05T10:16:44.527000
CVE-2024-3585,0,0,89dea0cfef12c2d680ac5b67f6655820339c52fde0a528e55d71157c69f03a23,2024-05-02T18:00:37.360000
CVE-2024-35850,0,0,beb1bc84302366cd6cbab23ae403a24897932142b1c32ac825b70a26dea5e670,2024-05-17T18:35:35.070000
CVE-2024-35851,0,0,65b5374a2aa849c1e47f1ccc8b248f17cf8ff7ea9cc0e702ee524b8a47aa6a0b,2024-05-17T18:35:35.070000
-CVE-2024-35852,0,0,1a9f6931d3737ca95a714a93472c8e825fd6767ae43ae809736b68dbd43d912d,2024-06-25T21:15:59.330000
-CVE-2024-35853,0,0,2e22d9149d542d3da8006748dd3de997472fd3cc8cd5b09181f5a38f85e3ac7d,2024-08-01T14:35:10.720000
-CVE-2024-35854,0,0,0197b24a27bdbce69f46f1d7cb51c8fd564aed67a1adecddfcb162c93a91d43a,2024-07-03T02:02:19.600000
-CVE-2024-35855,0,0,7a6faf927fecf5745102e7d86df70892c3a7f4ba6df38a0596c046b52575e072,2024-06-25T22:15:31.813000
+CVE-2024-35852,0,1,9634fb25c9e9a1aea157236051d09660f64a77f16ce81ba72689178bfa56055d,2024-11-05T10:16:44.937000
+CVE-2024-35853,0,1,342e2136ec5308380f36cc0e8c6867b91909b6d37aec1850cde80cddfac3189e,2024-11-05T10:16:45.030000
+CVE-2024-35854,0,1,568c139c02b875c4a04af9bc72119e71a01caad229f4cb4da02834f5897cd34d,2024-11-05T10:16:45.220000
+CVE-2024-35855,0,1,557a9b84484192fabab1f01e376a7a01b41b2e2a4665b219feb040e9c32d9980,2024-11-05T10:16:45.427000
CVE-2024-35856,0,0,8fc14b612fa10944be756eeb4f8a750a66ffd39dc673285029b906939af7d6ac,2024-05-17T18:35:35.070000
CVE-2024-35857,0,0,4efda8333baf772bcb9392f8fc365b8e3a5a6822945cf1f9837566f081b264eb,2024-05-17T18:35:35.070000
CVE-2024-35858,0,0,bfff27ebcbccba615ef2de828be335ec8f27d10900f72df7d32a4096ec699699,2024-05-17T18:35:35.070000
@@ -255283,59 +255287,59 @@ CVE-2024-35863,0,0,76cf3fa41fc123f645cbd6f706ec0ba6c90e53313bcf814f1c8f958c02616
CVE-2024-35864,0,0,7bd809e9e33bffb67c66026dae54908429149fa365d4dad74d02b61da16e700a,2024-05-20T13:00:04.957000
CVE-2024-35865,0,0,9ad1ab10a94fd9d20844c228daea6fa88586be00770590d83a2cb08d8e930fd1,2024-11-01T16:35:18.357000
CVE-2024-35866,0,0,d0cc46812d56583865578aa7a7be2bec064126c2ec11cb3bbce2698115126a14,2024-05-20T13:00:04.957000
-CVE-2024-35867,0,0,68386f3591f3f188a7476fa5855f8ac1dc116de9bd02ee457a082f6580699d33,2024-06-10T18:15:35.320000
+CVE-2024-35867,0,1,d203ed909514e5d36598858640d5840311e6ddcdf5e711827383f23a0eefc39a,2024-11-05T10:16:46.923000
CVE-2024-35868,0,0,631a0c47c7e0f65d439b8d71d6b3955aaa25bc09ab742cc924c15db6f46c8b06,2024-05-20T13:00:04.957000
CVE-2024-35869,0,0,630ed395e8d0f836b200232a6be2974e06759cee7a4d75dd11d6f714bebe5b1a,2024-07-03T02:02:21.027000
CVE-2024-3587,0,0,90fb50de1157dee517c913ab8b3894d23ac0be4d57446c7e9ca8f44255b589c5,2024-08-19T13:34:17.217000
CVE-2024-35870,0,0,acf4a7fc20e6390593dfdd40558e491781d56734884463b8f8a459b7dfeeeb53,2024-10-27T14:35:08.250000
-CVE-2024-35871,0,0,56b9e1c7cf8cc227a53238857c6c657b9eb9a1a650e2c064780cac494ab192c4,2024-06-25T22:15:31.897000
+CVE-2024-35871,0,1,95ac5be3452d1b3e08163820d3b78bd004b2db910ea3bb2e5ff1f187c815f8d1,2024-11-05T10:16:47.510000
CVE-2024-35872,0,0,a0f59ba2a5d815fbc998062ea3a953e4acbf876ea21309bca7a7ecb80bc6c92e,2024-05-20T13:00:04.957000
CVE-2024-35873,0,0,6dc07dd491ce1ae820a5d4fb78b100219e98385c6d062d44d66a72a56df36eb8,2024-05-20T13:00:04.957000
CVE-2024-35874,0,0,3f9cf166158c93dc476fb8654991540d2336f2d5d38b587de46fb9ac634f5d41,2024-05-20T13:00:04.957000
CVE-2024-35875,0,0,8ab9621867535870defa53a806e98a2282aeda1bda484993ec9b5afbb0ec82ec,2024-05-20T13:00:04.957000
CVE-2024-35876,0,0,21d4e04307171f23eb20581ae687ed873b8b572985d4124c23ec05853b41f51c,2024-05-23T14:15:09.830000
-CVE-2024-35877,0,0,13e1b7c2a56dcd33e5d34564d9fe30e5c7e342f47a64068304f8e57f3bd7baf9,2024-10-31T15:35:34.693000
+CVE-2024-35877,0,1,b8a3600906e93a36a74422104fb1b31b46c153811d076aee87bef6ab0300bd6d,2024-11-05T10:16:48.080000
CVE-2024-35878,0,0,fc62f44fa6fdfdc52094a163373d9f52a1a85a04c030ea6948c89e21d6effcbe,2024-05-20T13:00:04.957000
-CVE-2024-35879,0,0,2d22b566198c76e4772a742cf5c33dc0c6f470cce4aac56fda1b810d74ae8ad3,2024-06-25T22:15:32.057000
+CVE-2024-35879,0,1,597429864a470884e5e756c3df3fe8e5a0bdd1fa9904af526ac68ec0fda1fe39,2024-11-05T10:16:48.390000
CVE-2024-3588,0,0,4dedbcc4313ba8cb11aaace549e0dd1c777d3f65d96b9f644afcfeb2c777e541,2024-05-02T18:00:37.360000
CVE-2024-35880,0,0,b61a1904bbe5a8757c8c8dcb2ea7338c39ae9ea79235b0c7cefd4210649437e6,2024-05-20T13:00:04.957000
CVE-2024-35881,0,0,18e9986624075074b5c849b71ec06ec755a0f3690c4e0f6ce9952cc43be815f1,2024-05-23T14:15:09.927000
CVE-2024-35882,0,0,2371a9d5bcb736da57c61a7b9522bb99e20c8e989467f70b36def3d270c04c79,2024-05-20T13:00:04.957000
CVE-2024-35883,0,0,973f165522ae49876885023ffe5cd86d8a6962538b77f4d3cb0c9313a8403ffc,2024-05-20T13:00:04.957000
-CVE-2024-35884,0,0,0070f8b12cfa3a8c75ca5790fdd265c3e15c8079f639a944fc7abec214b99515,2024-06-25T22:15:32.130000
+CVE-2024-35884,0,1,0418b0b0622e67bcfccaa3ca16a8b3d41db014ac48f586f447a4c361a5d7f5c3,2024-11-05T10:16:48.740000
CVE-2024-35885,0,0,ef8c5dae214c297bcbba3dbfea16b01a78e240693742288cb509601060b6dd61,2024-05-20T13:00:04.957000
-CVE-2024-35886,0,0,cf7e4be0f9c21a331db6068b2d559bb2179dc790ba81ba436a22b50a74a807f7,2024-06-27T12:15:25.800000
+CVE-2024-35886,0,1,4e96b3fbf790311bc0bdedd23699eb9cfbd5e320714559e717b7676530375718,2024-11-05T10:16:49.100000
CVE-2024-35887,0,0,af04a6eca093265e7066437a356142444e8febaef6e44aeeb3a8ded9091bf9c4,2024-05-20T13:00:04.957000
-CVE-2024-35888,0,0,e81dc181711e00cf8657381fccbd0b14c8b3cd10239676d9e0256008023ad7c3,2024-06-27T12:15:25.870000
+CVE-2024-35888,0,1,5a9483e5156cc257d051db2e46743a2b7d0a70f43ed439202ad2b4ba8c7176f4,2024-11-05T10:16:49.277000
CVE-2024-35889,0,0,d5802c02f80a3434de5bac779dcf7d946a88394c4dccabf4801a8c63c1773b39,2024-05-20T13:00:04.957000
CVE-2024-35890,0,0,c9e041330da31f6b1d7b23542034dc0e37c90e764366e19a0a1a3d2e27288ea1,2024-05-20T13:00:04.957000
CVE-2024-35891,0,0,020345e2d6b07ed9ebb9279a6d9a2dea40c65eb51e6d3fc0c5cd350efe2fc0df,2024-05-20T13:00:04.957000
CVE-2024-35892,0,0,f5dcb897850b4e8e41108cf32bfe1cea3b258cecc6972cb2630293f619e933f1,2024-05-20T13:00:04.957000
-CVE-2024-35893,0,0,e6a35e25225cefb5ffa6b77cac4a079ee713f0238e7e35e74660e66bb0ecc8c4,2024-06-27T12:15:25.943000
+CVE-2024-35893,0,1,bac3cf7fc65411b5194c106735f3f2190b2b4a54149aa62a8fff2cfb05d7a8c6,2024-11-05T10:16:49.840000
CVE-2024-35894,0,0,1790b8bdc53af1b32b593033531b9c956bd1f4a63d07b8a3998381f55832751a,2024-08-12T13:38:21.393000
CVE-2024-35895,0,0,c7298cadfd8993347498fa8764731635c42612e209d877b8a7a623f8de654d15,2024-08-29T17:15:07.480000
-CVE-2024-35896,0,0,38740fa9e0e28c1998375bca10b45aa3bea5349d16d5bb779072be0a08a5ef50,2024-06-25T22:15:32.433000
-CVE-2024-35897,0,0,93dd335f3c661b184a9126ceda6682793e22f6e45c2ebebcb998960eb0c68b3e,2024-06-25T22:15:32.503000
-CVE-2024-35898,0,0,c0eb5361e7112dbe2f4302ec6f4972baf895e047a9d3b9255c6942f0ddd60280,2024-10-29T20:35:21.987000
-CVE-2024-35899,0,0,4dbe75b47a1246880346d207e2caf3bd12899b72a9fbfa1f3838858346681f0f,2024-07-03T02:02:23.870000
+CVE-2024-35896,0,1,6789e1a6d95247bd3d86a2ef828c2ad93b22d745d51e580fed8e15b7c84d8d15,2024-11-05T10:16:50.287000
+CVE-2024-35897,0,1,c67152d366a906f0400bb4250678130e022e0d41f0fc1d268f671a87fbe81763,2024-11-05T10:16:50.380000
+CVE-2024-35898,0,1,f40dfcef847b7ed4369f066cba273bc4f163b7b7a35c5f227a82f78db9c33f18,2024-11-05T10:16:50.580000
+CVE-2024-35899,0,1,e085db2fdca1dde531b4818643a347854361a4cda8bdca063087885dbead1fc0,2024-11-05T10:16:50.770000
CVE-2024-3590,0,0,ecd599d2024811d7e4dba1970704a54055fa584cc9df087a6b1053a3f8a6a0dd,2024-08-21T21:35:07.913000
-CVE-2024-35900,0,0,209f03e2c7f8a26f9615592392c404b536c539af27e1d45bce559140a2f91b57,2024-06-25T22:15:32.823000
+CVE-2024-35900,0,1,032d101b8d5922e5ca90b4d275c04d5ffdfb681ad35a533f61dd7fae060853dd,2024-11-05T10:16:50.890000
CVE-2024-35901,0,0,46a8946b537056fbdf89b6c0c01774a7932e4c39290c8079b2a807551fced0eb,2024-05-20T13:00:04.957000
-CVE-2024-35902,0,0,a500266164e7c77ccc8a48349779198ba10d1f10a0a7ef418ed4a8f27509ee82,2024-06-27T12:15:26.087000
+CVE-2024-35902,0,1,d8f7c7ff85324e55c25835dd651c35fc7253aab563cbf1d69a101afb41e7d651,2024-11-05T10:16:51.220000
CVE-2024-35903,0,0,e255984a41d001eb6bfd032df58a22d561c094d53a462c2e5b737f37bf2a1ba2,2024-10-29T20:35:22.193000
-CVE-2024-35904,0,0,ea79ed0d95a37d83239195200e4ae7ee6c42eef52b00985110ada2012a4bfede,2024-06-10T17:16:31.803000
-CVE-2024-35905,0,0,93e43682c61b57763cbc7537715adc44dc2fe3faa2cbe0901a05c0373e1ca214,2024-06-25T22:15:32.957000
+CVE-2024-35904,0,1,1198b8a687462e16553c7ffdb8e0e80730aa0bda2c7ac4ee26911620c84b79d0,2024-11-05T10:16:51.380000
+CVE-2024-35905,0,1,3c48cd1d6ce2df40943ee21e3a0d5d372e5c13bb8da5d23c10597ef371e711bd,2024-11-05T10:16:51.483000
CVE-2024-35906,0,0,70641f3710ab7a414753b1ae812647e2cbc2c61278b599a8ddd224db78108501,2024-05-23T14:15:10.010000
CVE-2024-35907,0,0,65eb433cee48c7d3f68afefb5a91721bc8d3fa48c6d69a81f6414fce9560764e,2024-05-20T13:00:04.957000
CVE-2024-35908,0,0,ba4b56337c77434a14e66192f3f3f5f114b5b421408c8943fa8510cd10f293b2,2024-05-20T13:00:04.957000
CVE-2024-35909,0,0,82142d3fefd466f7b696860574f7b1aa7595e70c1f779da55c202a317c458606,2024-05-20T13:00:04.957000
CVE-2024-3591,0,0,4f5feabd0ed5cea474d31b0018a5e4c8adefe0e7f6d9b6fdf7ea049c5a0733ba,2024-07-03T02:06:23.340000
-CVE-2024-35910,0,0,2a1dd431c6d507a5c34626ed2899d0fc43843afa07b29feeacdaa9904a7684e5,2024-10-29T20:35:22.403000
+CVE-2024-35910,0,1,00d7fd88d0f489e190dc1026a254416a68eaaed53149f0f3d4cf00e28e66ddbf,2024-11-05T10:16:52.007000
CVE-2024-35911,0,0,27fadd3ce88ab6b4763dc30debe583532163eba8e34ae3377b650b4127b9898a,2024-05-20T13:00:04.957000
CVE-2024-35912,0,0,92dbc5f452d437b2bb7e0b863d5fe5de44086813cb939b9d0e2bce4f50aa0618,2024-05-20T13:00:04.957000
CVE-2024-35913,0,0,220fe9065c9da79496da8f0f47af2b430c89c4b49f3239195cac9a423cf69e98,2024-10-29T20:35:22.610000
CVE-2024-35914,0,0,807d953d8d08f072504c4c6ccc17ec8f3981a1368b6dba79340f71aba1e737b0,2024-05-20T13:00:04.957000
-CVE-2024-35915,0,0,4b8e80b7e0df701bf5661f81d3a455421f102d76dba1c849ae68cf406ec48adb,2024-06-27T12:15:26.230000
+CVE-2024-35915,0,1,4fc6900a72bc11698ae47accc75ed7346c4824aacfc7fe42bcc384369a794b5a,2024-11-05T10:16:52.750000
CVE-2024-35916,0,0,2804419c9273825473495dd74a79a9135bb83063013a6adcfc0c986f1e68a1ac,2024-05-20T13:00:04.957000
CVE-2024-35917,0,0,ef28657905524f9b7f229abe3cf11569c21934c08ac9147215aa72d97ba1ce78,2024-05-20T13:00:04.957000
CVE-2024-35918,0,0,b84a4a8eaff0e9aa0772539706471f0485db8b7ae1e504faf03291dd1bedbcb8,2024-07-30T05:15:09.763000
@@ -255343,89 +255347,89 @@ CVE-2024-35919,0,0,1e1ce71ee56e5a8256ab06fb6ff47a0c0719c60214f9cbd9c98efbe37f1c4
CVE-2024-3592,0,0,a467a0becb7a7c1893912c4a012a5ba189ea79070fd21967dce0459666c03be8,2024-10-31T19:40:34.747000
CVE-2024-35920,0,0,e038127788e84b65006b7bac3b3d638e07acf776aced57ca59ab8396cc9131a0,2024-05-20T13:00:04.957000
CVE-2024-35921,0,0,86f3f43aed64babe95e54be060b922943333fbafaebdf08ad2eaefa3d9aa11af,2024-05-20T13:00:04.957000
-CVE-2024-35922,0,0,a3848c52df3a62f38c8911dc80247747492d0166db32c357f2fbfaf1c915f7b2,2024-06-27T12:15:26.323000
+CVE-2024-35922,0,1,25e17a6c747fda99f6fded679cfc471344e14dab240a065354b81233805df5e1,2024-11-05T10:16:53.330000
CVE-2024-35923,0,0,e200bbefa4260a7322c5705e6c101e370170f714b6cca2259ba31c94a243aae4,2024-05-25T14:15:53.013000
CVE-2024-35924,0,0,b39bdb23f2feb88e9aacc57adc5f27f92b233675c91052df81326e616e9fffb4,2024-05-20T13:00:04.957000
-CVE-2024-35925,0,0,30ebc4f343833c76845bb76d8e8f167d70a03ecc8048d80e822269442474294b,2024-06-27T13:15:59.470000
+CVE-2024-35925,0,1,07227360b64ec07c71d3ae3e5756cc5fe2231c297942459f12fa0d3f5e551741,2024-11-05T10:16:53.513000
CVE-2024-35926,0,0,6610fe93199f78576a20add5448018d64aee07e0d40a034a20e7a887869440a5,2024-05-20T13:00:04.957000
CVE-2024-35927,0,0,3b680e36b2211e2fd5539e65dd2355e6f9f5c6c6b864b71ee70c6d9f105c0ff2,2024-10-29T20:35:22.800000
CVE-2024-35928,0,0,102385c7f1bb504005c44f5f2c1aba551e6d0cd1f1d9993e2061a484da552bfb,2024-05-20T13:00:04.957000
CVE-2024-35929,0,0,73a993ec997c53ff6a6460308b2bfb68053392ab54cfba7f390232cc5635dd25,2024-05-20T13:00:04.957000
CVE-2024-3593,0,0,947085007226fef01cc2727961178192187496061ab2fede3d06a29a222ce50d,2024-08-20T20:40:37.603000
-CVE-2024-35930,0,0,91df285784c5f05f2344b3c6bb0171e7547873c1b387e16d32ea666c6c98b734,2024-06-27T12:15:26.397000
+CVE-2024-35930,0,1,58625c1f1e659b488c7c9e8c66826c8fde44072292f5874480a0799a924448d1,2024-11-05T10:16:54.137000
CVE-2024-35931,0,0,af1b5abbd7d75b14a7c96e2833268227a58c8f596c2209963a4323c031fbc70e,2024-05-20T13:00:04.957000
CVE-2024-35932,0,0,aee140d3bae8e2986a9ef0f3910c47515280c6de99e125bd1b1d714c8aa942eb,2024-05-20T13:00:04.957000
-CVE-2024-35933,0,0,4a006ff1d079bb6d954a703f87d533b7f3dd5e7b2e9028e0e41ad1d21adb9b43,2024-06-27T13:15:59.540000
-CVE-2024-35934,0,0,0074842a9c706dbd9c15c5cd1ffb5fceea675b039259cbd3fb7970e83e04fdc8,2024-06-25T22:15:33.297000
-CVE-2024-35935,0,0,b94869c332d09bfe61cff6d159d41a8e57443d1fa9193ea58cbd56fba95a88c7,2024-06-27T12:15:26.480000
-CVE-2024-35936,0,0,46d1dbdbb72380e2ba09d30c538200959b97015bd1818d0db72d18f5ea45cc57,2024-06-27T12:15:26.557000
+CVE-2024-35933,0,1,9723e16f4d5dd57b8238853ef09f6d221e3f2c7b4b69002703982b079e6be4c3,2024-11-05T10:16:54.423000
+CVE-2024-35934,0,1,b3bdad8a635ef6a92dea9175873d231747e1ea73164d42010b829497f0b0e8b6,2024-11-05T10:16:54.610000
+CVE-2024-35935,0,1,b72db60aaf6cb82a8f1e2f7f27a8fdb8c49221ff2c084b460f4f5e514595d3c5,2024-11-05T10:16:54.767000
+CVE-2024-35936,0,1,2da614bd3e30789d8ce9ebece1a50a1f810db74d4bbb0a2cf3ea2eaa307895e7,2024-11-05T10:16:54.840000
CVE-2024-35937,0,0,82ae4c40831eb21b97830c83aa109556727d4998434151f06721cb4830c701c3,2024-08-29T17:15:07.693000
CVE-2024-35938,0,0,3f987b7ccefd2cd20e4d391a23ba6e09329f701463b576eb89a69b4f7db8fda6,2024-05-20T13:00:04.957000
CVE-2024-35939,0,0,3435308e48b9031f980a7816e91db2cd949c1c4fb158cd17fd95158f54ec6d85,2024-05-20T13:00:04.957000
CVE-2024-3594,0,0,1fcc427f6e76d134c9c043bc92e809df42d05397e52529d77504b8d09b2dcb95,2024-05-24T01:15:30.977000
-CVE-2024-35940,0,0,b08ae3e28ce1cc9b26d64d6b775e601cf3596ae7d2a997a66815bb5af70dc7d0,2024-06-25T22:15:33.483000
+CVE-2024-35940,0,1,1c4f00a7bf009db5354aedd79df82174d80d8b7d382827e92d8e966c6d1c84d3,2024-11-05T10:16:55.290000
CVE-2024-35941,0,0,ba407971e3e616405717173ba5f7515a688bcbca7a950312e8dced7df30c0709,2024-06-04T13:15:52.613000
CVE-2024-35942,0,0,40f224f064e6a898e187afe75823a7f4788f4ce15930d6d1573d2f084d68cfd5,2024-05-20T13:00:04.957000
CVE-2024-35943,0,0,b04e983e56e1c9d7081132a05bf0f0262e78b88cb4f2fd9952b8a83736f04e20,2024-09-18T18:15:06.230000
-CVE-2024-35944,0,0,0b8fa1460b20d6ae41d4689dcd9629878bd9a25ab0d2ab9ccb19600028fdb51f,2024-06-27T12:15:26.637000
+CVE-2024-35944,0,1,76f013519621162758bd4445032483d4db324b830f0895ee0e304e1ac45ff83e,2024-11-05T10:16:55.537000
CVE-2024-35945,0,0,0185bd4cabd6e0a379e9ebc2bedca4e6c5d5d2c2f77ee4a77ecd1c628a97c866,2024-05-20T13:00:04.957000
CVE-2024-35946,0,0,00f10c1a184b3e4406a5f235832a88832bc9c4296d0f1672f7ba0e34dcfe4d40,2024-05-20T13:00:04.957000
-CVE-2024-35947,0,0,8390bf97224de35b2ead2fe9b18589ecb6a8a4b66969e2ea8f853894464d35be,2024-11-04T17:35:18.283000
+CVE-2024-35947,0,1,5456a78c1bbf077d1cfa81523035da81d1b1058915c2a28a131525e27824d13d,2024-11-05T10:16:55.897000
CVE-2024-35948,0,0,b46d9803032a3127456ee310c36bf3cedd17b0d7a11fbe27dab4bfc37a02fd78,2024-07-03T02:02:27.897000
-CVE-2024-35949,0,0,1ccc3097c7a8990efd529a399603a472cca264bffe2e92a6e9359510e7d5185e,2024-06-10T16:15:16.563000
+CVE-2024-35949,0,1,ca1b962f4d13d697d8ae7e1ff8b3f4a693a8b93748f6d5203ba68651eed679d5,2024-11-05T10:16:55.980000
CVE-2024-3595,0,0,077cbbbd2e6db33a2d0b909dee1e47b9db04619d27b5534acb08f47c2c565c8f,2024-05-14T16:11:39.510000
-CVE-2024-35950,0,0,57a5c1fd2b8ca78105f397780adcd331f04343ab7382e189e53960433fae8ea8,2024-06-25T22:15:33.627000
-CVE-2024-35951,0,0,5efbf71f193784652f6509945422350ee096380d22d5f2b012e80059b7b37ca3,2024-06-10T17:16:31.873000
+CVE-2024-35950,0,1,86216efc0acd3f2886d5622247b78c18d7ec1244d3e74fab2800d311b5598cb2,2024-11-05T10:16:56.153000
+CVE-2024-35951,0,1,34ebc3991a6dea3c141ccecd1d3fa60a29090685d3c7e0079a2a7a860d622d24,2024-11-05T10:16:56.337000
CVE-2024-35952,0,0,6b7326de73b91fd24a3fa11e10a38c2b59ca32819a514f580f5cfdaebbe419a2,2024-05-20T13:00:04.957000
CVE-2024-35953,0,0,6449e5c20e991db177f0e0f6d2c794f12aa0a4e070be05d857707ea9bad3e11d,2024-05-20T13:00:04.957000
CVE-2024-35954,0,0,53b732a73cdf4d897ff80165a356234cd2c56623fd0ddd9040cf09a2b2f326a8,2024-05-20T13:00:04.957000
-CVE-2024-35955,0,0,20944e36f3c060eab9931576f0bfc456815a44d088df82e5772d50ce721db86f,2024-07-03T02:02:29.083000
+CVE-2024-35955,0,1,08fd2eb7b321df8e19f9d6c2baa8e2e78e7f0443198b909cb80204605fa30b99,2024-11-05T10:16:56.627000
CVE-2024-35956,0,0,6daaa17f6daf5c1e7dbe25b31d8f284c6d8eb8dc7456f0a10055a1b94b729d44,2024-05-20T13:00:04.957000
CVE-2024-35957,0,0,e141b1b9097a7806a00bb0c48ac64502ac9af857ac6124b5c3fe838aeabb39c1,2024-05-20T13:00:04.957000
-CVE-2024-35958,0,0,520ce99d6fe125a999a2b3543d8dd4f95c7cc5bcf844ab7755130375b8b34663,2024-10-31T21:35:03.013000
+CVE-2024-35958,0,1,37ed5125b62d3b484c8e10cc2cbe66a0ae8e333cba16e378b7c2e9bc40be6254,2024-11-05T10:16:56.970000
CVE-2024-35959,0,0,dedb0d273081072306561ee363e733e771e14b093e6ca1312bedc816a5a31709,2024-05-20T13:00:04.957000
CVE-2024-3596,0,0,cb33925615133cc12f1d779362e2e2cf3367c987c4531f8ee95e198d5de65bd7,2024-07-23T09:15:02.697000
-CVE-2024-35960,0,0,11d604c76d60dfaa78f70c27cc242617c170ee1b403a8338bbdc80eef71892f9,2024-07-03T02:02:30.127000
+CVE-2024-35960,0,1,33eebe112adcd663753798ccbe61e86cbed4eeb6e9e6edccb931ac7e9fbaa5e8,2024-11-05T10:16:57.393000
CVE-2024-35961,0,0,ab8b5634b4fd57a716b21f414efc630229092d81a22f18d25247af536cced718,2024-05-20T13:00:04.957000
-CVE-2024-35962,0,0,4b628f3f57455942301b439ab908f4e8ff039f128cecf651c9be39d0756f5760,2024-06-25T22:15:33.823000
+CVE-2024-35962,0,1,24ab8262ef50f171fa2e4fae6ab9075e6ee77446b7885d0886932ba611a9def3,2024-11-05T10:16:57.570000
CVE-2024-35963,0,0,3a22b3a49edfac31c0988ec0697a6034caba2609615b56f84dbedc67d5b56492,2024-10-17T14:15:06.053000
CVE-2024-35964,0,0,f48aa3b73dc953ce147c84b3f8444a3ac2991697c809cdc04a9c9f0ec41763ec,2024-10-10T12:15:03.793000
CVE-2024-35965,0,0,c47dc2f4b720dec25adf430811c6eb87c943f5728090d47f50f471626fb6f6c9,2024-10-17T14:15:06.147000
CVE-2024-35966,0,0,e2dd13477fd97a555220d38dd72c0005b7eb675750212f81b146d8e838895b36,2024-08-29T17:15:07.763000
-CVE-2024-35967,0,0,e3e23303b3dc5d4a65fe66a5f540e6a1db2b9194c0c160b04b3c6d8794f3528f,2024-06-25T22:15:33.880000
+CVE-2024-35967,0,1,6fb0f7e41b54cb533c5347b38a0e7235193aa4fb6718a7eb0cc01d8b31256fe2,2024-11-05T10:16:58.100000
CVE-2024-35968,0,0,439ccc18325908cd4ef3a9bd891d3376dacc1d470b882c7bccea812445a8152e,2024-05-20T13:00:04.957000
-CVE-2024-35969,0,0,c7e6b7ae441187279ecf5e21ff7ea13c1669f067e7c32158b493f5f3f86ee309,2024-06-27T12:15:26.887000
+CVE-2024-35969,0,1,80cc3447cdb9be1513301478f96382f0663540fa28a9e14a7a115177ad54e31c,2024-11-05T10:16:58.413000
CVE-2024-3597,0,0,75a7819de93664529fde26d6546c7502e2875af3213925a87bf3c85f5cec0e00,2024-07-15T16:51:05.940000
CVE-2024-35970,0,0,1d48d68519433605b636fe531fc6a2991ddab541b02fc02712fd3ab7d14ccd3c,2024-11-01T19:35:23.483000
-CVE-2024-35971,0,0,f6116ac7ec424eec70e9f8f9696fd8cc3c252a3be88ce23a3aea15911b12a4d8,2024-06-10T18:15:35.383000
+CVE-2024-35971,0,1,1c9d49832316fe5e2f648a994ddcefbfe9c81ad432c90937da81c2e91b49b7f7,2024-11-05T10:16:58.650000
CVE-2024-35972,0,0,f2192d50ea420577056b9a7c4e781e3b14a7a9d14514af3e2b89df5bf9f73d9b,2024-05-23T21:04:02.433000
-CVE-2024-35973,0,0,eaf9ed5e646d8003c116c8b7170d56b77dd5eb54181f3d07f2961525913c35cc,2024-10-29T20:35:23.003000
+CVE-2024-35973,0,1,0cde15e111238457d7baf0c2a876042b0700f66f9d3bb558ef151ae1d98b46da,2024-11-05T10:16:58.983000
CVE-2024-35974,0,0,e6129042cabc8209035f22f4edfbecdf4cb9a6f04084052e20017c7cfcf82ac4,2024-05-20T13:00:04.957000
CVE-2024-35975,0,0,3b1807b80c7d5103a6fd5965441a190393709f477eef6d8f664c5038026f650a,2024-05-20T13:00:04.957000
CVE-2024-35976,0,0,a1c7ae1a2e94c6eb8c6b7cc9e8bc855cf953cbdd2c589a0bd19a73cc11e0717c,2024-07-05T08:15:02.450000
CVE-2024-35977,0,0,7a2ee776b729d4739642e5c83fd5261e16fdc2ce31522fb96b5532cd955badbf,2024-05-20T13:00:04.957000
-CVE-2024-35978,0,0,066cff6013f80404e7a2d4fad190156f0dac68f20f23e93548961998ee00826f,2024-06-27T12:15:27.050000
+CVE-2024-35978,0,1,64c4688c38f7b54d7b4101f81f3c120910f489e6256424eed5ece3ada04b51df,2024-11-05T10:16:59.607000
CVE-2024-35979,0,0,2d1a6a2aea0e1aa115d765ac3d6a8164862099a05b4780d9e8d65656fef365df,2024-05-20T13:00:04.957000
CVE-2024-3598,0,0,8ef75a2b5f30aa17c0528f3196ecec94ce7e51047528a017d82f6e0984e78de2,2024-04-19T13:10:25.637000
CVE-2024-35980,0,0,0ca95fc35d02e3aa2173037a64caf7c33700afd9256308de8daf59363ac977c5,2024-05-20T13:00:04.957000
CVE-2024-35981,0,0,c76520e2e8d97f7453ceffa8d5bed432dadb88f3c8106b6766723ef44fee2c31,2024-05-20T13:00:04.957000
-CVE-2024-35982,0,0,efe5f8e92e1dc23047935b9e354b4d469c0a950d6b8c98030e7d193da70f3f4d,2024-07-03T02:02:32.940000
-CVE-2024-35983,0,0,6461f6fdaad6f0beb8c8b3a14e5d847b85c51243d9c2c591735010f063d6c283,2024-06-25T23:15:31.383000
-CVE-2024-35984,0,0,1637c74ee99d5901382398c913fe8306241f687b3774dab2a00b574556916fb7,2024-06-27T12:15:27.137000
+CVE-2024-35982,0,1,41b8031b8ff11469bd75c34b67ca16e93d69ca1ef333a833c9e0875119b132ca,2024-11-05T10:17:00.107000
+CVE-2024-35983,0,1,29b8233ab6f5e0874ad4f9e1bca1c16df564a6289f14ca5a2c9ee678b6726b35,2024-11-05T10:17:00.320000
+CVE-2024-35984,0,1,b934bab37e2e22063d988a54d1e457a84ad8bebc908474264e6ef08ac094fdad,2024-11-05T10:17:00.520000
CVE-2024-35985,0,0,6a0ec59d3e51fdf53bb1ddc338ad85428352a8c3d8fca537814e3edb294fddb5,2024-05-20T13:00:04.957000
CVE-2024-35986,0,0,233bf34b93f6b6b3cb174407b52ced003b0cd3d3120afc7209f6ec63dacd4e33,2024-10-29T20:35:23.230000
CVE-2024-35987,0,0,6cfebc44336088901ce4a0eaab623f6c781664328e18b6c07774b9d25b96510a,2024-05-20T13:00:04.957000
-CVE-2024-35988,0,0,9e4aa3541b4f8c9746b0897daa431b666a7015d508272fc87df5f96bb5f44395,2024-06-25T23:15:31.573000
+CVE-2024-35988,0,1,15a580f51274190919a13716c9c4d29328c0568df7c1be50daa36ef04e230b7f,2024-11-05T10:17:00.803000
CVE-2024-35989,0,0,e4a6f65f2b8a28629768c5c72c5f7751ef9aa532d3cf28f68cbe11794178c21b,2024-10-31T18:35:12.980000
CVE-2024-3599,0,0,6f9a87b43db25a2abff9773940ab4f1d2aba1d6b675d22095616527a9cc731b0,2024-05-02T18:00:37.360000
-CVE-2024-35990,0,0,cf5bd99b0200a582d3ca9c6976894c42986b8f909be16ec7492dbf916bda46ba,2024-06-25T22:15:34.330000
+CVE-2024-35990,0,1,b1d7948736b18f708cab75a948503043615d29cc8f010bd19c6e728f51a8d2b5,2024-11-05T10:17:01.207000
CVE-2024-35991,0,0,95c2d74b3c18b9eb777211ce3882aff6b10bc936ddb3cc6ba231cd94286d1648,2024-05-20T13:00:04.957000
CVE-2024-35992,0,0,6b6140a08862a236906c976f5dcb69b53d3b714e9b030e7b40d70c026fe34211,2024-05-23T20:33:31.133000
CVE-2024-35993,0,0,2603c04c8c7a69b4f471445ff8eb7e6dbdedf01338391060c5aabcf1a8bf2ca3,2024-05-20T13:00:04.957000
CVE-2024-35994,0,0,f737b8a3ec0eb2128ed7848c02f94681deb571e5b6e7f2247a3155c2133e298b,2024-05-20T13:00:04.957000
CVE-2024-35995,0,0,522f1c2f82c6dbd97dd7208350660f7b316943cdbac4894f26337a8c6db983f4,2024-05-20T13:00:04.957000
-CVE-2024-35996,0,0,eebb1e2ad99f3c58ace711a07a05c981b269971bdf03e926d4967e7b6bd58eea,2024-06-25T22:15:34.480000
-CVE-2024-35997,0,0,3aed6129e9a81f4a2f88008deb262317e454a81e54068a57ef6255c0d5dfb98a,2024-07-03T02:02:34.990000
+CVE-2024-35996,0,1,09dda09570890e18875a437377fff8c4646e7574184140c821d34a2455ad4335,2024-11-05T10:17:01.853000
+CVE-2024-35997,0,1,a24377d34f709de107a35c057e3b18be2705637f3c0131109bc3b048bdf427af,2024-11-05T10:17:01.930000
CVE-2024-35998,0,0,1d5b21aca629cec1a1ce09bafe11bb92a432ede50bbe890b50a370c21f70896b,2024-05-20T13:00:04.957000
CVE-2024-35999,0,0,d427963a76af12f7e91c064e8621c6c4898f4daf7685113ff44ee6156b3c52ef,2024-10-29T20:35:23.460000
CVE-2024-3600,0,0,31c2a10e262713845affd371cfe54a6d7328d52233bee0f893bebf2dc3865f82,2024-04-19T13:10:25.637000
@@ -255433,25 +255437,25 @@ CVE-2024-36000,0,0,5ae6e86e7694236fadca84cbf7f8aa0519cd85ab88b8c1493687d0ef9653e
CVE-2024-36001,0,0,b156b2eb6af10f83da0fdd89e42c2b09b4fa8e94b0d2691d2c7b7819718813e8,2024-05-20T13:00:04.957000
CVE-2024-36002,0,0,8797a9a87cbc4c30356977a192c0be1c074aeeada497dad3d8df63c9eddaab62,2024-05-20T13:00:04.957000
CVE-2024-36003,0,0,f9005b31592e6b6194456598a8873f9c20a1e8d9e87fb91b635fc0c9da09f2bd,2024-05-20T13:00:04.957000
-CVE-2024-36004,0,0,5bb98c834d9668e1efa3f720abfa7b4a9940e7a652f8b5bb04160010b6e834db,2024-06-27T12:15:27.360000
-CVE-2024-36005,0,0,c939a2b4c6fa59e84b07d1afd46127b188a7f4139033c43f7ebc7f1ff73f77c1,2024-06-25T21:15:59.633000
-CVE-2024-36006,0,0,73566674b04a0f159bedc756db62d7f4272443acbe9c0e8a8507c7045ddac87e,2024-06-25T22:15:34.963000
-CVE-2024-36007,0,0,ae14b8a08dd9bf2819ea2084b8b9034249808d420a27a827d43c64efb81f54a5,2024-06-25T22:15:35.027000
-CVE-2024-36008,0,0,1bc67c15691497c4a895815a7ce9fdc5af61b9da8b8e4ed67c3ab5d2f01556a0,2024-06-25T22:15:35.090000
-CVE-2024-36009,0,0,b160a5afe52d1dc705e21a40072239d3f3bab91d53202620aeb4856733f4cf23,2024-06-10T17:16:32.013000
+CVE-2024-36004,0,1,694d59734ad567b78c4da69b0042f0a002f3bdf164ccd3dc541a073b7650376a,2024-11-05T10:17:02.900000
+CVE-2024-36005,0,1,e5cccac414c2efe2394d034c55a62d5352db26046c50073d7deb66458c2e014f,2024-11-05T10:17:03.090000
+CVE-2024-36006,0,1,ca0e710f7db5615595ea1c32ca16d59fee2b5edd96e50e1a341e75896151bfc1,2024-11-05T10:17:03.263000
+CVE-2024-36007,0,1,35e1678c0a1c67cd188b03f1bb5d280f9a0e171ede720c2fedc5d8dbddce1254,2024-11-05T10:17:03.343000
+CVE-2024-36008,0,1,9eface0471b3288598c8219f28ada34f5a3635cf25017b1c9ad6285bb4569286,2024-11-05T10:17:03.423000
+CVE-2024-36009,0,1,33c4d5b3f8aaf1b98451b4bc63f30722643dcf423af4b90bc618b2e92bf18197,2024-11-05T10:17:03.653000
CVE-2024-3601,0,0,4b8ff2c08218a4971fd273eec5975df722bc63a52a4499b1a01b853dcc7e0a3c,2024-05-02T18:00:37.360000
CVE-2024-36010,0,0,3a06a2d4f6e5e99c86904a2c404e1c3584cc8cd5b72fa43e2c25d23a4298dcf5,2024-05-29T06:18:31.813000
CVE-2024-36011,0,0,cf5177db9ab0a12cf0cd2749366beaa71e2cdc105400309872810b0ea5a45dc2,2024-05-24T01:15:30.977000
CVE-2024-36012,0,0,a81c6c3f6f095e5398eff7042bb6aaccd1d1412cac63665c6f086e9525aa73fc,2024-05-24T01:15:30.977000
-CVE-2024-36013,0,0,93f62ee8a0f5cf59f8dd98ff2f518b3bad937ef9f32589a754ac3434b5d3d740,2024-07-03T02:02:37.247000
+CVE-2024-36013,0,1,252250c05aa3c45b5962296992ddd1bb855265bf6f5e8a2cfa8129620ac3e7e2,2024-11-05T10:17:04.233000
CVE-2024-36014,0,0,8897bcaaf9273411ce43e40891e152cd9ff17ea44695a0474ac569865a443edc,2024-07-15T07:15:04.500000
CVE-2024-36015,0,0,e6854b2140474ce0034b77c960d0d2e379d561fe8047cc1a6e3ee4f77259f6bc,2024-07-15T07:15:04.603000
CVE-2024-36016,0,0,af6275dcadc896490bdfa8d75a24c446a65c13d4e371df7dc6e294e458cd8ad2,2024-07-15T07:15:04.697000
-CVE-2024-36017,0,0,418307aa110a364a6cbe46a7da7e8978367fb58331214a4b84a378b5a1a0f1e8,2024-06-27T14:15:13.943000
+CVE-2024-36017,0,1,bfddd7683380c5f6a8e4f5534d698322e68133c4e34523ab5449a60b4b2c40b0,2024-11-05T10:17:04.807000
CVE-2024-36018,0,0,76c3ace216b452f4aa37c9643b2598864907335dde3ccb46fa666d2ecb42a8eb,2024-05-30T18:19:11.743000
CVE-2024-36019,0,0,6822b62368d372d6fe4bd8bbf9ad5e4c841c271eb7f80877f1beeef1e2b58d2e,2024-05-30T18:19:11.743000
CVE-2024-3602,0,0,406ce829351e213c6af7e0a3b9d0c99f237e3ef837f86ddf7e5919696f488a4b,2024-07-15T16:50:36.190000
-CVE-2024-36020,0,0,38e2918ca9889dee369a741d0ef9bc41660c53e9227b9a4d7bb1cfbb3f8bc3e7,2024-06-27T12:15:27.717000
+CVE-2024-36020,0,1,b7bb227330aa8345e1fdbb191c129604c5e478ba05eef1621b6d1364f5e2af0c,2024-11-05T10:17:05.060000
CVE-2024-36021,0,0,02495fe00f66da6dfdc76e114cbfe299166f38a54b1d2a44f261ac9e32a86975,2024-05-30T18:19:11.743000
CVE-2024-36022,0,0,c64d6f85f36bbf65cea0343ca81b6ba47092415a3c5024bf18c749096420184e,2024-05-30T18:19:11.743000
CVE-2024-36023,0,0,55be32c114d7fdb1708d1968ef377328624d96e8b8336b05f191ceee8460bd43,2024-06-10T19:21:58.157000
@@ -255977,13 +255981,13 @@ CVE-2024-3688,0,0,fd7741416f20e86cc9ace0c3d1680a96020807dd7ba69d4b2d23070e23e95b
CVE-2024-36880,0,0,2b0302be5dbda2a151ebafe5b0e4ed1edd1c138757440601b5f7ee782f06f5e4,2024-05-30T18:18:58.870000
CVE-2024-36881,0,0,462fdd40c8930daf000297e318f0ca45e554b77fd5b7375bf9db7855ebe0f739,2024-05-30T18:18:58.870000
CVE-2024-36882,0,0,c4e89f47d00b2e43c4a551b216b884b27dd65ec4bd9b8e9c9ad6f421591d687e,2024-05-30T18:18:58.870000
-CVE-2024-36883,0,0,02648d0232ae7088a1178a4c46a369cf23906fc2dd545be4e73b60f90ad1ef5f,2024-06-27T13:15:59.953000
+CVE-2024-36883,0,1,b7145948b44d2808530c599d92df6ba80fb8f0f74fbae1c4590915a25c35142a,2024-11-05T10:17:08.927000
CVE-2024-36884,0,0,99fb9b488ff5facb16fca9a70e4acded4f568a909f2397c5349d3312ba4256b7,2024-06-10T19:21:50.973000
CVE-2024-36885,0,0,d8e9e907f6d8123fe8020f874d1f1e7041855b3aac453035fdbc36b30d99d11c,2024-05-30T18:18:58.870000
-CVE-2024-36886,0,0,4d71a587fd1837e7da7a5a58d41c9d2b5f72f102fc502b0601cc6299af1138ed,2024-07-03T02:03:41.640000
+CVE-2024-36886,0,1,092ca7980317ea206b613bae3c89a2df728b146c13c0c002148d4d88bbec37a6,2024-11-05T10:17:09.360000
CVE-2024-36887,0,0,12655818d9a6c8aa44e038924f2aa49e6512a11fd6abe774d3fd9b7dac1ca4e0,2024-05-30T18:18:58.870000
CVE-2024-36888,0,0,763b6ee4a46984b71902d5a4937137e41f4439c4630537437f85955220fa9520,2024-07-03T02:03:42.560000
-CVE-2024-36889,0,0,3109e2b4f4bc99245fbf79b65dae0dcc8e5173559ec6ad2c2f19124741a20a31,2024-06-27T14:15:14.190000
+CVE-2024-36889,0,1,d5a3b89a706194c8f51b3b992f5b13741e18f0df3a30bdc67e80ecf9129ea1bf,2024-11-05T10:17:09.633000
CVE-2024-3689,0,0,446a9061a253589fa0841b40d6a1e73da6d7a1a64ebd9bda4cbf2c33ff13d3b1,2024-05-17T02:40:04.233000
CVE-2024-36890,0,0,7408d613ba9a91801530b7769918c67d5236001b033fa3f1a2ba3df335528a2f,2024-05-30T18:18:58.870000
CVE-2024-36891,0,0,7033ab2a83f4e7da132cec6dec378c919cfbf3a26b382c9b44351a85c1fbdccc,2024-06-16T13:15:52.713000
@@ -255998,10 +256002,10 @@ CVE-2024-36899,0,0,08e9004ccf0d11352aeb70ec6c2e5f713601745e88d1754439a9f80f41024
CVE-2024-3690,0,0,1e1574ef978cdd9cfbfac239620b076ce88d4b137d3720ec6166225276eef429,2024-06-04T19:20:23.213000
CVE-2024-36900,0,0,3e7cf0131b4fc656bc0462ae437e7bc53442560b2d9900ccd61cc225314d3e75,2024-05-30T18:18:58.870000
CVE-2024-36901,0,0,496438f36b422db11695a78ce4f4b7ccfdc348a307a6483dd66fed57a267fcae,2024-07-18T12:15:03.073000
-CVE-2024-36902,0,0,5abeca8b641663b1a776359c22ce500712ab4d3cb44bc0327b71a752e9d2704a,2024-06-27T14:15:14.263000
+CVE-2024-36902,0,1,045f2b1c7e5b9e8b2c03f978045223950596b7e17b120237ce2fbea99b56fe25,2024-11-05T10:17:11.190000
CVE-2024-36903,0,0,70e99b2ec7f93badf4c297310808522e7d1f2138a1a4a46dcc88c5823afdad94,2024-05-30T18:18:58.870000
-CVE-2024-36904,0,0,2d471cd7075f67129de58a7df438a587b7d4ed93793e8324567463ce31f97cab,2024-06-27T13:16:00.043000
-CVE-2024-36905,0,0,f4c18ac2e3f61a705a011968a4e3e37e46a88ae810f2099f2d2200a5748c4c92,2024-07-03T02:03:47.120000
+CVE-2024-36904,0,1,b7874a7b4ea2d9d677f677e7453db90fa0407b7e357176e1e80ffd60a5ed2b34,2024-11-05T10:17:11.577000
+CVE-2024-36905,0,1,224631446681facae69ca36232411fb99870ee054fa4cd514b06f1774d29efc7,2024-11-05T10:17:11.673000
CVE-2024-36906,0,0,78d9234ba47f2ef5f02ca2f8dad06dc21e0279028241d5bb83d4c12efc181e4e,2024-05-30T18:18:58.870000
CVE-2024-36907,0,0,657d9b516f26fa4c515b56b9e196e7e20d67f35b65e83377846b140ea2a582f3,2024-05-30T18:18:58.870000
CVE-2024-36908,0,0,178d9eb5376e99fca8d46a67c2e4471139b68eae1789ce02c98e62ddbd375f5b,2024-05-30T18:18:58.870000
@@ -256013,10 +256017,10 @@ CVE-2024-36912,0,0,4d16e3c0e44dae74fb4f56ef66d76111321868b505627c129ae05bf55e598
CVE-2024-36913,0,0,b5701a70b17faedcb86c05267b95e0568110660dd09bba586abfe504bf7e17cc,2024-07-03T02:03:49.870000
CVE-2024-36914,0,0,9d0a2a59a5979e599afc47c85619298d0dba44926c68bad3c42d98f4e86a1e53,2024-05-30T18:18:58.870000
CVE-2024-36915,0,0,59e6fc1291daca135761fa52e5fdb0439e9267cfc7e5c77dda28056758ddba27,2024-08-19T05:15:06.460000
-CVE-2024-36916,0,0,b42788e5ba43d52d97ef34794298702508078a0547c8d3a7ae12e7beacd0e1c9,2024-11-04T21:35:04.977000
+CVE-2024-36916,0,1,918aeeb6981ecbc349daf047eba5ba80656b721585fa5f8541ad60c552800224,2024-11-05T10:17:12.847000
CVE-2024-36917,0,0,87ba592cc3ba4baa8d23c838419e7e78fb3196c8c68a279e35cd80ddf82e8648,2024-10-10T12:15:04.060000
CVE-2024-36918,0,0,f4c8fb45e44d9a145b3470164e7534e29337de61bbd3b9ef12d7c79463c4d087,2024-05-30T18:18:58.870000
-CVE-2024-36919,0,0,99baaae9ef063c605b7a2ccf732530270475d8e1a1554e496c616adb6d6ac4e2,2024-06-27T14:15:14.533000
+CVE-2024-36919,0,1,d817aa4ae546b06eba15467083b6bd9137ab104cd4f4ca363244449106458462,2024-11-05T10:17:13.233000
CVE-2024-3692,0,0,c87bb1437d7652f08ed7402d038573c505ad958722d15258ea4aff9491886a26,2024-08-01T13:56:38.743000
CVE-2024-36920,0,0,a9b624cb0ced8427391b509f1fdaa6beb8f29d18d1032c260994227836f577b0,2024-05-30T18:18:58.870000
CVE-2024-36921,0,0,5549fd88753f44da1835c8eea9dd3ebabdbb67abb7cd1d3366c43705121c2189,2024-05-30T18:18:58.870000
@@ -256027,44 +256031,44 @@ CVE-2024-36925,0,0,543e4bcc0a06758631d44ececc18e5b4a3dbbb64ef6bd2f8d29ab7065b328
CVE-2024-36926,0,0,44a79207e2295dd595b2107f8ce477f75e3fe4a37f25fec68904bc438c80d6aa,2024-07-03T02:03:51.367000
CVE-2024-36927,0,0,c8857756cf5c59847d4049cece8ad3c796ac212829e8034b92ceb9c1ff1517ad,2024-05-30T18:18:58.870000
CVE-2024-36928,0,0,330d000407355fc45583fe3d589770e618914b45d4b989f5c5fb8112958df93b,2024-05-30T18:18:58.870000
-CVE-2024-36929,0,0,5f59c2958bf5c6227f39fd540ead626c7391e9564e33d1f9e4dd51fec9aafb3d,2024-06-27T14:15:14.623000
+CVE-2024-36929,0,1,9a76d599e4e35a266c4fd2d75c7105cec4a283e2d08e4e624637ad798600687a,2024-11-05T10:17:14.357000
CVE-2024-36930,0,0,b16cc7ee8f6e31cc74d2eff7d33efd0d24e8244410e5729e1e90e960809a9965,2024-06-10T19:20:48.797000
CVE-2024-36931,0,0,58df5b3f5de260fc92833c79da33f3a325c3f5f6a74acaf2a91f7a5f4cbf477e,2024-05-30T18:18:58.870000
CVE-2024-36932,0,0,644ae7817be02b27dd249123854cc7c73be66e00bfcdff21edfd92565c4f2f5f,2024-06-10T19:20:40.977000
-CVE-2024-36933,0,0,b448d6fb3bd5187718dd32f18e24a53215892f68baf0b8dda49d68570d0f5fae,2024-06-27T14:15:14.717000
-CVE-2024-36934,0,0,69c3127eb80f1c3d27222b7e8d459b701638abf40b50f92ff99862699bda2160,2024-06-27T13:16:00.213000
+CVE-2024-36933,0,1,afec9a60875b2805a506e2270eb9c4a31f2e8558b3c1b00c34aab820f0ff35da,2024-11-05T10:17:14.890000
+CVE-2024-36934,0,1,4e55416b57c9120e2e9afd9a1c6e18409109d7e699f01fa036fc35b285b88d2f,2024-11-05T10:17:14.993000
CVE-2024-36935,0,0,c956a025e647b997e271ce533b3229e1031e8431a54472f528946dfc3671394a,2024-05-30T18:18:58.870000
CVE-2024-36936,0,0,7342cc2c019a2135929df07f84085a5c6652a3f9e105c09ce0c4bc3ad2152990,2024-10-10T12:15:04.153000
CVE-2024-36937,0,0,587115a073ece738242335fb650146c6aa7d51a5138082890a3a8d657d2dddcf,2024-05-30T18:18:58.870000
CVE-2024-36938,0,0,5f996360f7a179b962f4e24c798747a3d10ac7a5a7d3f7e6a769b5d2f7e677d4,2024-07-29T07:15:03.883000
-CVE-2024-36939,0,0,82d0833c24e3b117aa9c5869741c78835915247496909f88fa02d5cbb879e28d,2024-06-27T14:15:14.810000
-CVE-2024-36940,0,0,465e05b45828a5806578841110d5d3986173d3974a74d8f01326c22ee79f9a71,2024-06-27T14:15:14.890000
-CVE-2024-36941,0,0,086f19350d3c8fb67c945796850f1ec98ad9b8ccd8e484367cd329bc31c41ae2,2024-06-27T14:15:14.957000
+CVE-2024-36939,0,1,d37ae87263b89d7fe72e7864f99bd894f92caaf86f1b0e723bf5dc80cb003095,2024-11-05T10:17:15.647000
+CVE-2024-36940,0,1,0c1f728378cf31ce94657d69a031c717caf85806910834107ad5606a62ac711e,2024-11-05T10:17:15.880000
+CVE-2024-36941,0,1,182c90f0496f1ad5dd3b05700f55a11a5b5d5e89dce64f515e81c7cd207684c5,2024-11-05T10:17:15.980000
CVE-2024-36942,0,0,a1f487da43d76062b936dfbfddb1e440c765caaf5954435f74a1f90033ad270f,2024-05-30T18:18:58.870000
CVE-2024-36943,0,0,e5c40aba1ed70134ee05bf192a02557b4cdd81058c30e2f573675623409cf05a,2024-05-30T18:18:58.870000
CVE-2024-36944,0,0,d6ef19eb0fc86c341a01ec384f1ee29a0e400d6196ba41a7d8fe88a3fd46df6f,2024-05-30T18:18:58.870000
CVE-2024-36945,0,0,9b5a728f2714238570cb854b4612a6756ba0089725c4553d6c9a0b0041554f67,2024-05-30T18:18:58.870000
-CVE-2024-36946,0,0,f873e0aa6feb5ea1bac8c6a1c506ab71c27d8ed440a0ee3a2579b8e685806ef8,2024-06-27T14:15:15.023000
+CVE-2024-36946,0,1,6c4f663040dcdaac170c1bfaf39bd626cc294015218996b58e401d1bb85f9e0c,2024-11-05T10:17:16.490000
CVE-2024-36947,0,0,e0261fdaf7f972eab4922928c54ed807bc6e818e525babb20ad05bcd48715ecd,2024-05-30T18:18:58.870000
CVE-2024-36948,0,0,4620c670216cd562675061b7e7c7fb48f6ce471077a33e0fa196bc6c4e794e8d,2024-05-30T18:18:58.870000
CVE-2024-36949,0,0,37777281053a9c9d7bac67bab0a4a6835ac8d0e69bd436ab4ced90c2b58347e1,2024-05-30T18:18:58.870000
CVE-2024-3695,0,0,cd8583909d9224874fa5edd0e2b15c723aa0e29947c489c19d9e0c7d6c0bc0f1,2024-05-17T02:40:04.520000
-CVE-2024-36950,0,0,5481634f4762829611a0871f56a4ab89e2246b2eba6289dad49130b2c56bcf42,2024-06-27T14:15:15.090000
+CVE-2024-36950,0,1,5b8afcef468fa9d0e21dec23265833f0e7e16474938e8f9e0d79f02566fc8f8a,2024-11-05T10:17:16.977000
CVE-2024-36951,0,0,cdb358871df864e3a182d37953aaed429ff6a5f247e5d9e7d6be476ab6336252,2024-05-30T18:18:58.870000
CVE-2024-36952,0,0,0e58dc709cffcfd05de9d57f3aa03a8717a237addfd16a6d5836235e18c7c410,2024-05-30T18:18:58.870000
-CVE-2024-36953,0,0,0490f8448dc7e27a18e58db0aaae7f93d214f69dd46e7c69b0f76db33e41cf96,2024-11-04T19:35:09.213000
-CVE-2024-36954,0,0,0cc7487fca8978b6ea62e77d179531116ae2856cff453cf4a9702de0da5aa2c4,2024-06-27T14:15:15.237000
+CVE-2024-36953,0,1,290da02aba13daed8f2e64f6048667160cd5683e0edae2e3bcb579b1dd2b0126,2024-11-05T10:17:17.360000
+CVE-2024-36954,0,1,d4707bc55c0c91308e64ec479806df72fe6941320b59845a4fb31658295de259,2024-11-05T10:17:17.537000
CVE-2024-36955,0,0,2177d2fec34a0c82ee8955b7c31b7d24aa0bfbc57287be7b8c0e982445dfea8d,2024-07-03T02:03:54.210000
CVE-2024-36956,0,0,f86ebb70c181e89ce1106f0834475ad18db36a14534d58b5dedad7d89fb3c2b5,2024-05-30T18:18:58.870000
-CVE-2024-36957,0,0,4a4bc6c295f5ca68240ce80e2cf41b6ec5d696366b911962c72184eb9e876333,2024-06-27T14:15:15.300000
+CVE-2024-36957,0,1,162e3d9845381271174eb1b4465a4c0e6a0ff54ed8910808c9b723c29fe21a23,2024-11-05T10:17:18.030000
CVE-2024-36958,0,0,56e7cec8d4923a2aae4a49b49b5256da5aaa8f4ad457947461395b9649b6c62c,2024-05-30T18:18:58.870000
-CVE-2024-36959,0,0,fc3d9d9926c226cf4906037cfce0a2bd712e2b24c0670fe1694f9fe8618f8712,2024-06-27T14:15:15.360000
+CVE-2024-36959,0,1,a0aded04ba2ffa947448d28aa30195cea57e9c0fe7cb151abd789e9cfe4b12f1,2024-11-05T10:17:18.173000
CVE-2024-3696,0,0,2ce74e73d58684ac12265567b6f3042de841c097e7899c73ac3f7d1082bbff20,2024-05-17T02:40:04.613000
-CVE-2024-36960,0,0,b95b26866e47237dc2fc66a84de293d780a8db9b870d76a7a8442f137192d806,2024-07-03T02:03:55.203000
+CVE-2024-36960,0,1,0878228f9950b853fd06df757d745af7ca00652ff195f454f0ef74c2b2756174,2024-11-05T10:17:18.410000
CVE-2024-36961,0,0,4e4b446649db320a139f4aa3bca09c9bc55ac839253094093faf8717c16691c5,2024-06-03T14:46:24.250000
CVE-2024-36962,0,0,070df5cd30920983625abc537c28c209768df157460fac85a83a609a7868d4f2,2024-11-04T17:35:18.780000
CVE-2024-36963,0,0,9babc41f15278c97e25649f1d781a93b01c025406e91090bbc0d7680e835d154,2024-06-03T14:46:24.250000
-CVE-2024-36964,0,0,49af3173fdbcf36d2da73042cc4bf87777abec14f46c8d6af8dee65266d543cb,2024-06-27T12:15:28.493000
+CVE-2024-36964,0,1,b11feb259ad14f84b41d862293610d29083e4e559ca8c491e09cf45e75dd5fc6,2024-11-05T10:17:18.970000
CVE-2024-36965,0,0,f3145e6076d1b300dfd59296285f95e07925904a4fe3d12b79e2e88ad523ab1d,2024-07-17T17:32:46.323000
CVE-2024-36966,0,0,072f4135e7ec52e5035cb8506c64e4d4289811f76b0d637ef68109f5d6cd1bf0,2024-06-10T02:52:08.267000
CVE-2024-36967,0,0,5a5412327937f70e23b817f9208c62be87df3af9d3355a5d62da2596debd75c7,2024-07-17T17:03:53.860000
@@ -261447,7 +261451,7 @@ CVE-2024-4500,0,0,a407be114022fa5d45245610952c429e57739daa41702d131b7165fd39ef27
CVE-2024-45000,0,0,79a57d7b11c85e25d75eaa2ad0e074d3c11bd38520cca8fd127bbed6b352c944,2024-09-06T16:27:31.003000
CVE-2024-45001,0,0,ac9bd3390320e8ca9a3fe11fed004fd06bb89299d69d7d80038930223841990e,2024-10-09T14:49:39.953000
CVE-2024-45002,0,0,e2071222d816d9fc367eba910a87fa209d5c35705a0723b76f0ecea5701cdf74,2024-09-06T16:27:13.727000
-CVE-2024-45003,0,0,36ca1769672e598c2dc210fc95b60f8aa08bc5e737b87fbac0af8227acf0ff26,2024-10-09T15:07:31.027000
+CVE-2024-45003,0,1,64a982ad785108ce87d53c0adfdce59674c2474ffe331b44b248453350e507b0,2024-11-05T10:19:21.327000
CVE-2024-45004,0,0,d5de75be805a8110105bdfe9315ff6c75c624cb09132fe54b3a09eba3676223f,2024-10-09T15:19:15.813000
CVE-2024-45005,0,0,914ddf2e7a60a00763ebf134debef88e308ac63315e4ad992b3e9320321ceff2,2024-10-09T15:30:03.767000
CVE-2024-45006,0,0,5452c1a79742ccdebb367ec30c38e9d482e8d0678948443e98ba439908eac48e,2024-09-06T16:26:52.640000
@@ -261781,7 +261785,7 @@ CVE-2024-45444,0,0,321f9f6e4d1f412085fa1b37c689a5a7d228fe4c829fe455b2d62bd64bdb6
CVE-2024-45445,0,0,45a1c87a577b88492ff7122c62a15d952a88af2f589f552d69e64885c645bd1f,2024-09-06T13:54:42.663000
CVE-2024-45446,0,0,af4d9be5af37ce7556a9f76528c376e7df21ae3230b2a446b998a2c4c80f381b,2024-09-06T14:01:37.120000
CVE-2024-45447,0,0,b1ca5bf01175d943b0546e709af95ed880695cf0a55c8b64522f7e1c895fa3c7,2024-09-06T14:17:55.720000
-CVE-2024-45448,0,0,baaac6177753b9ef1526bea7e39de3dc043a4ca1913a07543e6e5e11685c2217,2024-09-06T14:24:21.837000
+CVE-2024-45448,0,1,1a5aa596f27027f2162bd8d5b9442529e0089faa835cabfa1c6cd8e60022a511,2024-11-05T10:19:26.190000
CVE-2024-45449,0,0,16fcc8f3add1fcba18b36fc04f0c4a19c97d176cb514abd9722e7bafd45dc227,2024-09-06T14:38:08.067000
CVE-2024-4545,0,0,864a22773c6eaa7a20fdb4cf4c4b7a2709a2c8e64cfe98132d05364d67e97af4,2024-05-14T16:11:39.510000
CVE-2024-45450,0,0,aa5d1afac94647878136a29faab537df333625d6375aa0ea38189e29e05bb108,2024-09-12T19:30:22.863000
@@ -262650,7 +262654,7 @@ CVE-2024-47130,0,0,9e52b34ecc84aeecf5485cad45360e89ca586e91e062db722158986b68611
CVE-2024-47134,0,0,c469be51a68158c099c563ecb132d768058c9b0b7de566d173182963980dd322,2024-10-16T13:50:32.607000
CVE-2024-47135,0,0,59ae1232976c8e51aae73aa97b8d4fb50a4b33eb7aa7372298dfcd77c19c0bd9,2024-10-15T18:21:04.813000
CVE-2024-47136,0,0,b3835ea7cec22b9e908913d2c98cbfff753b1b672a4d126777b942724ad7f9c9,2024-10-15T18:20:40.387000
-CVE-2024-47137,1,1,f6e5530a1ffb40da5e11f0a39adbbac8533f67ce509e659de72eea0a6dce21e0,2024-11-05T08:15:02.830000
+CVE-2024-47137,0,0,f6e5530a1ffb40da5e11f0a39adbbac8533f67ce509e659de72eea0a6dce21e0,2024-11-05T08:15:02.830000
CVE-2024-47139,0,0,0f452582d50349cfcaf670d7aa9a268535f2e93bfbde13d87a7977ed414d8f97,2024-10-16T16:38:14.557000
CVE-2024-4714,0,0,d7e9d9d95d84a12a856ae94c0b47f221a8b241db6b1f0d94ea74b84fa1b36764,2024-06-04T19:20:47.027000
CVE-2024-47145,0,0,1a35765c26b04b61b861cee47b184170021783241b94fd51efafd1127befdb57,2024-09-26T18:42:33.550000
@@ -262712,6 +262716,9 @@ CVE-2024-4724,0,0,1e35a8d6fb4d3f11b5f0d2a27ec10d126d5383267b650c161b24f017393ebb
CVE-2024-47240,0,0,831fca78a2032785727b73be16136073448f60052857b8463d392806d75f9e1e,2024-10-22T15:28:55.637000
CVE-2024-47241,0,0,58a524562b790b246361050e626ab15f35dfe376489ed5527ca425e0e170e59e,2024-10-21T17:10:22.857000
CVE-2024-4725,0,0,038fe38ac4531e61bf3177f0fb7b7333acb4571c75548945a25c993c1898f93c,2024-06-04T19:20:47.930000
+CVE-2024-47253,1,1,332fb395fa52aa1d77c46622994618ad6539269023bbfe685bda5b50750697ba,2024-11-05T10:20:03.973000
+CVE-2024-47254,1,1,ee6a063e28659d640ecec5748ec544fd6903998582a786456b0b22346b37c43e,2024-11-05T10:20:04.843000
+CVE-2024-47255,1,1,7d9dd4a752c3173bb1fda22fd097b0f71ad567f9c5c20f81149747b2e27105fa,2024-11-05T10:20:05.300000
CVE-2024-4726,0,0,270a342f16ba50f480fb87849b5e08fe420ac808bade1fd45455bab1f318f402,2024-06-12T20:15:13.070000
CVE-2024-4727,0,0,944186dc32a6b9f919ede42bcb555e3e922a4782a833eff4d2f1edc6462e7155,2024-05-17T02:40:35.380000
CVE-2024-4728,0,0,4f079b987c555f4e946bc2da0c8ee767b411a220a728ca55c5e58bef9ad4770e,2024-05-17T02:40:35.490000
@@ -262834,8 +262841,8 @@ CVE-2024-47395,0,0,90e43e7601880e084e28158fd0f757d2c1e8d3077c69265838f948abdb4cd
CVE-2024-47396,0,0,6e476c6cf26f38283e3d61fa442a94302635b62a84c847a353123b5fa4f97bed,2024-10-04T13:51:25.567000
CVE-2024-4740,0,0,439bcc64d74362dfc2e1f6f7e2fb88748e7e0a568332807fb055a46f95bae835,2024-10-18T15:13:42.123000
CVE-2024-47401,0,0,8a5e86c64c6250f94cf1f6a4606f4c5ff007b348a25f8869f6f018d7119e028e,2024-10-29T14:34:04.427000
-CVE-2024-47402,1,1,c7308384ea6c545fa3c5e1a538994244155df6af1819212caa260a86805c89eb,2024-11-05T08:15:03.250000
-CVE-2024-47404,1,1,188ac5755eaa0e2e3c9ab4419b76cd814f56e01c6d5b758d1e44b01bd8c54245,2024-11-05T08:15:03.500000
+CVE-2024-47402,0,0,c7308384ea6c545fa3c5e1a538994244155df6af1819212caa260a86805c89eb,2024-11-05T08:15:03.250000
+CVE-2024-47404,0,0,188ac5755eaa0e2e3c9ab4419b76cd814f56e01c6d5b758d1e44b01bd8c54245,2024-11-05T08:15:03.500000
CVE-2024-47406,0,0,e1bbc16ab2610d9234ce1d6efcd9c6b88f75df26ec8f2e71694220745ef52ef1,2024-10-25T12:56:07.750000
CVE-2024-47410,0,0,42b59896d371aa29c83e01a1ce08752b8288a889a8db3630a5c6ba7966f3731c,2024-10-10T18:26:44.857000
CVE-2024-47411,0,0,5875ac529772763bf76adfec6337ced119d16dc7bedac06df0488c853721b19e,2024-10-10T18:26:54.153000
@@ -263029,7 +263036,7 @@ CVE-2024-47702,0,0,4fa3d967ffbadf12fb6c01c992b56894691b45fcc2d205db476ff79c89a15
CVE-2024-47703,0,0,796b5b6be96a0ced5b6e123cc8578cddfdc8073493c4b1a1791994d2deb26160,2024-10-24T13:33:36.957000
CVE-2024-47704,0,0,7f115fee55f7bf58b7b4bee6b2afd506c3c086f3c29855ce47077a1effa32a50,2024-10-24T13:34:43.690000
CVE-2024-47705,0,0,e7c198f3535c7a72b4bfec9cc6d9ca47aa8f45fbdbec07dd9bedff5a77a2d0c6,2024-10-24T13:35:51.807000
-CVE-2024-47706,0,0,cd63c8ed158cfb21c8b8ac392ba7471ceb14a249a20ccc4426d3a58dd84a7436,2024-10-24T13:43:05.547000
+CVE-2024-47706,0,1,8f20b6fb5d757df6f0a8c921eb100289ce22c253435fcc43eb813bb94bc8514d,2024-11-05T10:20:16.157000
CVE-2024-47707,0,0,864a08063baba87a73f9a61049587aef13244a8d9abe6cc9cc16f5b205898a12,2024-10-24T13:44:21.007000
CVE-2024-47708,0,0,84d92a6ebf75a6dcccd4837b264066bdfde47261e39b8bedc2f6fc7fb0d760bb,2024-10-24T13:45:19.677000
CVE-2024-47709,0,0,b8a7a163c2f906b051e948c0df0675acc39021bcab08ade900c91a3febb6550b,2024-10-24T13:51:56.023000
@@ -263108,7 +263115,7 @@ CVE-2024-47789,0,0,5cca8aa9572eb6cd0c059882137f083cb8544427e147bc3f1f0eab6346cef
CVE-2024-4779,0,0,7a9d6158e8d260b03b3581dd37b23bd10d59ba6243714ad236ba79968e8d9b16,2024-05-24T01:15:30.977000
CVE-2024-47790,0,0,d4701041e3b7826b48d6d13bc4c86004b58b4b8b272120def31051056a8f0260,2024-10-14T11:15:11.930000
CVE-2024-47793,0,0,9908766d9802c80c9f07e38bc1dd6d38dc8823614346066184a43b3d9b28a705,2024-10-21T21:25:36.697000
-CVE-2024-47797,1,1,fa8c875dbd2bce2a4c19ad29dd60e633db5c549af205678683d937d7bd3d7a87,2024-11-05T08:15:03.730000
+CVE-2024-47797,0,0,fa8c875dbd2bce2a4c19ad29dd60e633db5c549af205678683d937d7bd3d7a87,2024-11-05T08:15:03.730000
CVE-2024-4780,0,0,4aec24b958d50bff73d14c7bd2f67b2a9793d4893d5ddbdba18f0fb02ea18cc9,2024-07-16T13:43:58.773000
CVE-2024-47801,0,0,f30e0197a6326534d922f35cca5195aa241c2f291d93f16ab7304dd3e12ac376,2024-10-25T12:56:07.750000
CVE-2024-47803,0,0,e1d97b5f24ae71b6bd2435048764e12dedac3de98ce838d43be96ca9d7087e5f,2024-10-04T13:50:43.727000
@@ -264493,7 +264500,26 @@ CVE-2024-51507,0,0,4365a7f2aa23ce999509e0b8da9d3ae401991203445005454373679a589ef
CVE-2024-51508,0,0,84627a5fdd5d7fda34b7d1542f218a3bd3a3d801d78362e1d620b375cd43b4c5,2024-10-29T19:35:30.513000
CVE-2024-51509,0,0,993e17af07ecf25dc3d4222a841d363b0f42df6e2488040b502ab5fa96fcdf3d,2024-10-29T19:35:31.290000
CVE-2024-5151,0,0,b696148b4b4d31279fb07ba468cbee496fd48b395a603a703c253d2f424d78b8,2024-08-01T13:59:41.310000
+CVE-2024-51510,1,1,e80614e018785d5575d00521795d85a4212e8f47c56b191c2e5a21bcf5905646,2024-11-05T09:15:03.913000
+CVE-2024-51511,1,1,9e8993ce12a762676f8e2d3f3657cb1a000078ad55d494a05b06aa04c8fc19ec,2024-11-05T09:15:04.137000
+CVE-2024-51512,1,1,4dcfb71a641eaee270cc402e0c1b9825b403b73757f34184b7bfbe085858f360,2024-11-05T09:15:04.330000
+CVE-2024-51513,1,1,90ed1ed3509cdc363143b40e93a38a44f39cc36037c552abf415990173c04b76,2024-11-05T09:15:04.523000
+CVE-2024-51514,1,1,8bd5acbccd3ff42b5360c89fe0d0b4d2853fc7591b5f0997002dfbf56fc72155,2024-11-05T09:15:04.723000
+CVE-2024-51515,1,1,4dbe0ecc6adf709dd7099877b01a7984e0ec2c7363f52314f0998876a0b4de03,2024-11-05T09:15:04.937000
+CVE-2024-51516,1,1,2410b01e13845701c15d4c2a52227d3a88a27c00e7c836a78010053f94aef281,2024-11-05T09:15:05.157000
+CVE-2024-51517,1,1,6360e20dffc9ddc7a7877165600bb494d5bef96299833e6c1e3e7d0292ef8da7,2024-11-05T10:21:10.253000
+CVE-2024-51518,1,1,f5aec9a0118cd8be4e29c7ce592dcd015e474c093c6b8bba17f22ffcf3d00c87,2024-11-05T10:21:10.960000
+CVE-2024-51519,1,1,192e7114ed125424905cfe82bfcb16e6789338b72edc440cad8963d416c1bb2c,2024-11-05T10:21:11.470000
CVE-2024-5152,0,0,0dea7afcd89dc9073df22774961d2668d67dbdb8f03e5c77bf50a81dbd6b306f,2024-07-24T17:58:12.617000
+CVE-2024-51520,1,1,723fe847d162cf803f86564f224636e4f06e392726ddafd65c46d88365295e17,2024-11-05T10:21:11.947000
+CVE-2024-51521,1,1,5786024282eac91d7feef77fe919282e2df3fb6cf097d6de99ff3979b4bc4a7f,2024-11-05T10:21:12.490000
+CVE-2024-51522,1,1,19d966d27de408861ad6537dc27d70c64a599142cab70de8e668170719831cda,2024-11-05T10:21:12.953000
+CVE-2024-51523,1,1,d7322ed83c82d22fa7e025a59926ac1164ba826376c76cb9e5b26d22b32351f4,2024-11-05T10:21:13.420000
+CVE-2024-51524,1,1,f444b5565584b8a8cb59ed25a1a16f85d5ef9ad62a143d8c7fc566776ac95692,2024-11-05T10:21:13.890000
+CVE-2024-51525,1,1,33ada3ab84d72de0eafb72d3f6d4b34efcd2ee83d21aa2bf2d8ae3b5f5c78ac7,2024-11-05T10:21:14.420000
+CVE-2024-51526,1,1,0d28468c425a0ef574fa0fcc445b813a0b873b64dc796077c9906c2e449579d9,2024-11-05T10:21:14.850000
+CVE-2024-51527,1,1,c6e5145b240b9cd84c6775186ba611fea58b0ad6b971743880c6cf42295d8edf,2024-11-05T10:21:15.183000
+CVE-2024-51528,1,1,64237922abbf5137e080bcbdf409c3a3e5fd654b05f35574359aa5e3c8139845,2024-11-05T10:21:15.607000
CVE-2024-5153,0,0,5f2ff3d02c80ca958142f9e7cc43ade832c59a768b74da69d608dbd2c4a4a2d6,2024-07-24T17:56:55.923000
CVE-2024-5154,0,0,dd9543d1b55e95fe68ef2cbce657bf493d3cb20e7ff1b13c6f72f3406df71c74,2024-09-25T06:15:04.890000
CVE-2024-5155,0,0,bda9a47dace36470fd3600985ed47f5579d8b3230222d03e314a73ac1655d764,2024-07-03T02:08:34.117000
@@ -266129,7 +266155,7 @@ CVE-2024-7001,0,0,c36cc44ed743aca43eac7951b6662bd893691f9a45d57142d09098c4fe318e
CVE-2024-7003,0,0,c2f51c1b71164a15818ef9209a48a467e859077ffdde417023c4b7a222f91993,2024-08-07T19:52:18.500000
CVE-2024-7004,0,0,fba76c8e8c7223314c6c608975d171b8f62916ad77641194d26a60c67a45fe60,2024-10-29T20:35:41.127000
CVE-2024-7005,0,0,50047c6e5a9aa1663d251a4f8d2f7feee05d4f308668b613173701adaf5c68b3,2024-08-07T19:56:48.777000
-CVE-2024-7006,0,1,ec195a021ad8497db3882e5df461e4b21cca5bab8f8b8dfc6307a1361d205efd,2024-11-05T08:15:03.973000
+CVE-2024-7006,0,0,ec195a021ad8497db3882e5df461e4b21cca5bab8f8b8dfc6307a1361d205efd,2024-11-05T08:15:03.973000
CVE-2024-7007,0,0,6c2603aae32d52f56620cb62e82bb337e026d3d4a4716b72dab9674c5cf4b216,2024-08-26T16:40:44.500000
CVE-2024-7008,0,0,e9008eac80639f6b75fc8244a6b0baab3d6a7fa095b7e9aa58d7626a117a490a,2024-08-19T17:19:25.390000
CVE-2024-7009,0,0,63b067a161bbf9c0630f63b1d51ac801565652e58cd58fdd4516392106a400e2,2024-08-19T17:18:50.290000
@@ -266460,6 +266486,7 @@ CVE-2024-7424,0,0,c4d34c59ba9eb26fe878d9523fc5b774c87ba48b87c351fd74cd788fb738c2
CVE-2024-7426,0,0,6a71007700c4116b380e5f6e6a7f1695f7459185616f96253328245521427764,2024-09-30T14:17:51.317000
CVE-2024-7427,0,0,db7ee0ecad2784af038bf44c17fdbe281451988802f60a362e8cf5f513055a51,2024-08-23T18:46:31.730000
CVE-2024-7428,0,0,6dbc394d0d800a640022319856b0e52c143a4490c0eebfb1fe7dd2cce04fb45f,2024-08-23T18:46:31.730000
+CVE-2024-7429,1,1,5c3232c53342cf5b577a034f73a1b972e9914196a1764d19a5dbfd27b109477c,2024-11-05T10:21:16.083000
CVE-2024-7432,0,0,06ce9c1cbd8443e59c80d69c50990173994e92cd340505bacc0020ac005b3ca0,2024-10-04T13:51:25.567000
CVE-2024-7433,0,0,88cc22c884af0a011e39ba6cefd1774b370a9f1a083127fd4a7e7b453c6c4431,2024-10-04T13:51:25.567000
CVE-2024-7434,0,0,146e57103ba15fea35b0d41b1c4675678835d36f1618fb7bf108dc690f2ab2db,2024-10-04T13:51:25.567000
@@ -267830,7 +267857,7 @@ CVE-2024-9327,0,0,9bb62fae114b1c29588ad2672d640859a17a9f3af7375a799fc34e218e9d39
CVE-2024-9328,0,0,a5f7378f6f2f1cd502f7cde1b5f6090c2d79ebec3e3af2aa2eaafb1f04d0c325,2024-10-01T11:34:57.773000
CVE-2024-9329,0,0,45383f73609cef2d97bbcc2a37f0da26902c147f00f71a92dd725b6696a1e709,2024-10-07T15:52:47.267000
CVE-2024-9333,0,0,29d3d497691b594c7c49948d48e229bbe8c23108f2eef552b2f92cd89acf1f06,2024-10-04T13:50:43.727000
-CVE-2024-9341,0,1,04e362bd8f1ec364bc2b59734c7a42643f28ed97cc395affc5b95756be7d4f21,2024-11-05T08:15:04.223000
+CVE-2024-9341,0,0,04e362bd8f1ec364bc2b59734c7a42643f28ed97cc395affc5b95756be7d4f21,2024-11-05T08:15:04.223000
CVE-2024-9344,0,0,d870e129ed50c7683cdbbee07d60a73dcd8b852b9805e9d5932c8a41008c379e,2024-10-08T15:06:57.470000
CVE-2024-9345,0,0,b08be38bdc65e7df784af6af5cf36510583fc49f8a0ab62bc24aed87f83f55d0,2024-10-08T16:10:17.567000
CVE-2024-9346,0,0,62d32d35d45fd426e51a0ed8886468a70178025d3407ee17aee209be78f55958,2024-10-15T12:58:51.050000
@@ -267841,7 +267868,7 @@ CVE-2024-9350,0,0,aa8e581f7289e7bd37e76e94e3964b82de5f4fbd95aa75417bef570e71a86c
CVE-2024-9351,0,0,33d034faa3e6b0aeb71bafa0ae8b2ea418555ae0b07eef9d890e7c43507fa47b,2024-10-18T12:53:04.627000
CVE-2024-9352,0,0,788f5bf16f633f8f02e340b198528b062bcda6aeec70a897601eaf656cd6ab6a,2024-10-18T12:52:33.507000
CVE-2024-9353,0,0,64ddffc3239a0d67e3b79e48af9889b2f8d89027aa9c53de3cc5595dbd6f2fd7,2024-10-08T18:50:51.357000
-CVE-2024-9355,0,1,d36c2ed40d06c17ec10f15f75e2e272326b34edbf5b46606acbd8e50c1ff2128,2024-11-05T08:15:04.413000
+CVE-2024-9355,0,0,d36c2ed40d06c17ec10f15f75e2e272326b34edbf5b46606acbd8e50c1ff2128,2024-11-05T08:15:04.413000
CVE-2024-9358,0,0,ad1311c8435fb7ce092ff9c8b7c1abe83209465bc92e72b7b733a8ea9fa4bf3c,2024-10-04T13:51:25.567000
CVE-2024-9359,0,0,c3e20cb7feaf9e2d5c48c39f4d484e16226f28d5df197104e70b6a5f0b84dc00,2024-10-04T18:54:12.417000
CVE-2024-9360,0,0,9328fb4e6135929e3835e5c835fd869b8491fb46bae32eb4c5f02c6fc86a7446,2024-10-04T18:53:58.020000
@@ -267878,7 +267905,7 @@ CVE-2024-9401,0,0,9842edf4bc941b30860cfd929934eb8ba10b8d9f58d891f69f78bdfbf96f46
CVE-2024-9402,0,0,04bb4c5739f014caa4b772ec804b7222edbe186c7bb2fe331673658400879b23,2024-10-04T13:51:25.567000
CVE-2024-9403,0,0,c1afe1062aca6f3e2bbfc345cdb3697cf0c5243163e1e418a6944c658c5bb841,2024-10-04T13:51:25.567000
CVE-2024-9405,0,0,5a1aaacdf03c4deeb5787d411c40d8ad3aed60be9320ac0ab9cd4983368bffee,2024-10-04T13:51:25.567000
-CVE-2024-9407,0,1,a50d13b68f03a0b269ee4665a39a310962d3f698bba2a4179dd3284c23695f72,2024-11-05T08:15:04.690000
+CVE-2024-9407,0,0,a50d13b68f03a0b269ee4665a39a310962d3f698bba2a4179dd3284c23695f72,2024-11-05T08:15:04.690000
CVE-2024-9410,0,0,90cffd2b402803b1ff7e6401238cb515c8bb4e7ed816fe3e9a33e1d435f92656,2024-10-07T17:48:28.117000
CVE-2024-9411,0,0,09446adc9a52ba88acfc951352e9088b24cfd1cdb8a001643ee070875c43ffef,2024-10-04T13:51:25.567000
CVE-2024-9412,0,0,aa9a3d3cdb3659b02012ef158f2f0c675ff0de511272afae470c48f556502feb,2024-10-10T12:51:56.987000
@@ -267896,6 +267923,7 @@ CVE-2024-9436,0,0,e30b504278d7461ced9f3cdf7218be31f384e3265b531ba87e7d14e133fbe3
CVE-2024-9438,0,0,f23988b383ffc7b9a8be3f13a0e81848cd3463f82ea0b782cf2d1c7c8dbf0f4a,2024-10-29T14:34:04.427000
CVE-2024-9440,0,0,843a4b0691140c8544f03abfab0d72b48e96752c7147156cb98041d58d09b93a,2024-10-04T13:50:43.727000
CVE-2024-9441,0,0,1eef796e7a879df6819e9c253093e433508e2bb2fbba7042830a70bc7a4951a7,2024-10-04T13:50:43.727000
+CVE-2024-9443,1,1,c0910cbea98b2026ac896c2a96b2957a915a5805c93672ab0a066fe0fa29e7dc,2024-11-05T09:15:05.383000
CVE-2024-9444,0,0,5871ece6e08e2e034d7a3616fcef31689e8667809591fe9662a10d21d3c836c0,2024-10-16T16:38:14.557000
CVE-2024-9445,0,0,8f3ba5381bff25a0e78ae3572f156125ecb8ba69b50a9e6b24cc0100c7b0aa9b,2024-10-10T20:58:04.907000
CVE-2024-9446,0,0,ce212af157adf5dba66ecf45f7719333badce295758f6451954bbe4734f3b969,2024-11-01T12:57:03.417000
@@ -268027,10 +268055,11 @@ CVE-2024-9650,0,0,c785e5c8b40ec3a7d0b9a0e25f6978363c5dcc2fc6507b9c6a2c03a208ac34
CVE-2024-9652,0,0,096af9c07df6f24ff5a9459bed95d6ce45b4a430b6f907d5bc85c0d2be3b93b5,2024-10-16T16:38:14.557000
CVE-2024-9655,0,0,3320de4caba420aff675473bbcf46fc1de59a784259a889e904f3cf6e797add0,2024-11-01T12:57:03.417000
CVE-2024-9656,0,0,0baa2843f7043c4ebd829d23f2741f972b762b755442a0f0f83539eb7761035b,2024-10-15T12:57:46.880000
+CVE-2024-9667,1,1,41ee3824f7dd4e1ea8fd2c2b739242bf1ebf500ba790ae228b1dee238ed1de65,2024-11-05T09:15:05.610000
CVE-2024-9670,0,0,f306c0fbbcbde1e6a65006fd3bdd50d366f02be816ff2a6f00ef3348b3b76328,2024-10-15T12:57:46.880000
CVE-2024-9671,0,0,421f1b0ad6825ff096efd81ac122f33bafcdf7b21693a85f65613389bca55f89,2024-10-10T12:51:56.987000
CVE-2024-9674,0,0,99b8206db3c3741ff50725aa3969c36280edf4a37082b6473da1336e00a39d59,2024-10-22T14:02:50.473000
-CVE-2024-9675,0,1,1ed248c36a7ea050df3e59722d429cff59bfa6a3409b241c83aef75b1cd1c6ec,2024-11-05T08:15:04.833000
+CVE-2024-9675,0,0,1ed248c36a7ea050df3e59722d429cff59bfa6a3409b241c83aef75b1cd1c6ec,2024-11-05T08:15:04.833000
CVE-2024-9676,0,0,24ed9ba905e617fe373fd7817b3453536089b8c2e8edbf0e6624a0d55077f74d,2024-10-31T05:15:05.860000
CVE-2024-9677,0,0,944e049c847e061867c66e6b586a0cd99260b04bc2e2059d736567bf47cae00c,2024-10-23T15:12:34.673000
CVE-2024-9680,0,0,db0e4e19e09673238ffe3dfbb8e95974e9346a75b4fd6d9319c03e5970bb644e,2024-10-16T15:07:36.123000
@@ -268111,6 +268140,7 @@ CVE-2024-9865,0,0,767ca346f0a1ff11496989a87fd401620d0792dff4b8ce54d6dd2bc8cbb6f9
CVE-2024-9868,0,0,59a2aba846ee436405b49879e5b0c69be3ddd01e601615061714bd006d4f2afe,2024-11-04T13:44:51.370000
CVE-2024-9869,0,0,2195387ef9aab560e210893ad1e9f3295c5808c9d50c0ada4fa1d17778d3d1ae,2024-10-11T15:15:06.500000
CVE-2024-9873,0,0,54e1b937a83aa8c512a9ce3ab381594073150b73716fb01cf60c5f6e4db0c415,2024-10-16T16:38:14.557000
+CVE-2024-9878,1,1,99ae6c8ac6e770dfae50abe2ae2e65e528571a02e5f6f6ad7c369306538c1129,2024-11-05T10:21:16.540000
CVE-2024-9883,0,0,f00064094d6c763e6e633e25e3698b271fe08c076f38c4ccae4a7c2aa433a100,2024-11-05T06:15:06.430000
CVE-2024-9884,0,0,757f98f3275a3bf4e9b1e819bb018e139225ae1ebee044e7c027a7c44897e089,2024-11-01T12:57:03.417000
CVE-2024-9885,0,0,eba2ae86e119460d513882eefada4208486dcdf1501994be9aa95d7bb726e2cd,2024-11-01T12:57:03.417000