2024-08-20 16:03:15 +00:00
{
"id" : "CVE-2024-43404" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-08-20T15:15:23.867" ,
2024-08-26 20:03:14 +00:00
"lastModified" : "2024-08-26T18:29:15.190" ,
"vulnStatus" : "Analyzed" ,
2024-08-20 16:03:15 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "MEGABOT is a fully customized Discord bot for learning and fun. The `/math` command and functionality of MEGABOT versions < 1.5.0 contains a remote code execution vulnerability due to a Python `eval()`. The vulnerability allows an attacker to inject Python code into the `expression` parameter when using `/math` in any Discord channel. This vulnerability impacts any discord guild utilizing MEGABOT. This vulnerability was fixed in release version 1.5.0."
2024-08-25 02:03:13 +00:00
} ,
{
"lang" : "es" ,
"value" : "MEGABOT es un bot de Discord totalmente personalizado para aprender y divertirse. El comando `/math` y la funcionalidad de las versiones de MEGABOT <1.5.0 contienen una vulnerabilidad de ejecuci\u00f3n remota de c\u00f3digo debido a una `eval()` de Python. La vulnerabilidad permite a un atacante inyectar c\u00f3digo Python en el par\u00e1metro `expresi\u00f3n` cuando se usa `/math` en cualquier canal de Discord. Esta vulnerabilidad afecta a cualquier gremio de discordia que utilice MEGABOT. Esta vulnerabilidad se solucion\u00f3 en la versi\u00f3n 1.5.0."
2024-08-20 16:03:15 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-08-26 20:03:14 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-08-26 20:03:14 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
2024-08-26 20:03:14 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-08-26 20:03:14 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 5.9
} ,
2024-08-20 16:03:15 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-08-20 16:03:15 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
2024-08-20 16:03:15 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-08-20 16:03:15 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
2024-08-26 20:03:14 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-08-26 20:03:14 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-95"
2024-08-26 20:03:14 +00:00
}
]
} ,
2024-08-20 16:03:15 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-08-20 16:03:15 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-94"
2024-08-20 16:03:15 +00:00
}
]
}
] ,
2024-08-26 20:03:14 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:megacord:megabot:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.5.0" ,
"matchCriteriaId" : "F3BDF1BF-C31D-4E71-AD47-05CBA3B7FD60"
}
]
}
]
}
] ,
2024-08-20 16:03:15 +00:00
"references" : [
{
"url" : "https://github.com/NicPWNs/MEGABOT/commit/71e79e5581ea36313700385b112d863053fb7ed6" ,
2024-08-26 20:03:14 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-08-20 16:03:15 +00:00
} ,
{
"url" : "https://github.com/NicPWNs/MEGABOT/issues/137" ,
2024-08-26 20:03:14 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Issue Tracking"
]
2024-08-20 16:03:15 +00:00
} ,
{
"url" : "https://github.com/NicPWNs/MEGABOT/pull/138" ,
2024-08-26 20:03:14 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Issue Tracking" ,
"Patch"
]
2024-08-20 16:03:15 +00:00
} ,
{
"url" : "https://github.com/NicPWNs/MEGABOT/releases/tag/v1.5.0" ,
2024-08-26 20:03:14 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
2024-08-20 16:03:15 +00:00
} ,
{
"url" : "https://github.com/NicPWNs/MEGABOT/security/advisories/GHSA-vhxp-4hwq-w3p2" ,
2024-08-26 20:03:14 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2024-08-20 16:03:15 +00:00
}
]
}