Skip to content

Commit

Permalink
1 changes (1 new | 0 updated):
Browse files Browse the repository at this point in the history
      - 1 new CVEs:  CVE-2024-21663
      - 0 updated CVEs:
  • Loading branch information
cvelistV5 Github Action committed Jan 8, 2024
1 parent ce88821 commit b30e677
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 7 deletions.
98 changes: 98 additions & 0 deletions cves/2024/21xxx/CVE-2024-21663.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"dataType": "CVE_RECORD",
"dataVersion": "5.0",
"cveMetadata": {
"cveId": "CVE-2024-21663",
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"state": "PUBLISHED",
"assignerShortName": "GitHub_M",
"dateReserved": "2023-12-29T16:10:20.367Z",
"datePublished": "2024-01-08T23:57:54.897Z",
"dateUpdated": "2024-01-08T23:57:54.897Z"
},
"containers": {
"cna": {
"title": "Remote code execution on ReconServer due to improper input sanitization on the prips command",
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-20",
"lang": "en",
"description": "CWE-20: Improper Input Validation",
"type": "CWE"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 10,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"references": [
{
"name": "https://github.com/DEMON1A/Discord-Recon/security/advisories/GHSA-fjcj-g7x8-4rp7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/DEMON1A/Discord-Recon/security/advisories/GHSA-fjcj-g7x8-4rp7"
},
{
"name": "https://github.com/DEMON1A/Discord-Recon/issues/23",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/DEMON1A/Discord-Recon/issues/23"
},
{
"name": "https://github.com/DEMON1A/Discord-Recon/commit/f9cb0f67177f5e2f1022295ca8e641e47837ec7a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/DEMON1A/Discord-Recon/commit/f9cb0f67177f5e2f1022295ca8e641e47837ec7a"
}
],
"affected": [
{
"vendor": "DEMON1A",
"product": "Discord-Recon",
"versions": [
{
"version": "< 0.0.8",
"status": "affected"
}
]
}
],
"providerMetadata": {
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M",
"dateUpdated": "2024-01-08T23:57:54.897Z"
},
"descriptions": [
{
"lang": "en",
"value": "Discord-Recon is a Discord bot created to automate bug bounty recon, automated scans and information gathering via a discord server. Discord-Recon is vulnerable to remote code execution. An attacker is able to execute shell commands in the server without having an admin role. This vulnerability has been fixed in version 0.0.8.\n"
}
],
"source": {
"advisory": "GHSA-fjcj-g7x8-4rp7",
"discovery": "UNKNOWN"
}
}
}
}
14 changes: 7 additions & 7 deletions cves/delta.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"fetchTime": "2024-01-08T23:52:59.343Z",
"fetchTime": "2024-01-08T23:58:36.650Z",
"numberOfChanges": 1,
"new": [],
"updated": [
"new": [
{
"cveId": "CVE-2023-28476",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2023-28476",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2023/28xxx/CVE-2023-28476.json",
"dateUpdated": "2024-01-08T23:49:09.362123"
"cveId": "CVE-2024-21663",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-21663",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/21xxx/CVE-2024-21663.json",
"dateUpdated": "2024-01-08T23:57:54.897Z"
}
],
"updated": [],
"error": []
}
14 changes: 14 additions & 0 deletions cves/deltaLog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"fetchTime": "2024-01-08T23:58:36.650Z",
"numberOfChanges": 1,
"new": [
{
"cveId": "CVE-2024-21663",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-21663",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/21xxx/CVE-2024-21663.json",
"dateUpdated": "2024-01-08T23:57:54.897Z"
}
],
"updated": [],
"error": []
},
{
"fetchTime": "2024-01-08T23:52:59.343Z",
"numberOfChanges": 1,
Expand Down

0 comments on commit b30e677

Please sign in to comment.