2023-06-21 14:00:31 +00:00
{
"id" : "CVE-2023-33584" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2023-06-21T13:15:10.117" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:05:44.707" ,
2023-07-05 18:00:37 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-06-21 14:00:31 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Sourcecodester Enrollment System Project V1.0 is vulnerable to SQL Injection (SQLI) attacks, which allow an attacker to manipulate the SQL queries executed by the application. The application fails to properly validate user-supplied input in the username and password fields during the login process, enabling an attacker to inject malicious SQL code."
}
] ,
2023-06-27 14:00:30 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"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" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
2023-06-27 14:00:30 +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"
2023-06-27 14:00:30 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 5.9
2024-08-01 14:03:18 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"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-01 14:03:18 +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-01 14:03:18 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 5.9
2023-06-27 14:00:30 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-89"
}
]
2024-08-01 14:03:18 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-89"
}
]
2023-06-27 14:00:30 +00:00
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:enrollment_system_project:enrollment_system:1.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "8BA4C226-CCBD-4783-9C9F-13367724AE51"
}
]
}
]
}
] ,
2023-06-21 14:00:31 +00:00
"references" : [
{
"url" : "http://packetstormsecurity.com/files/172718/Enrollment-System-Project-1.0-Authentication-Bypass-SQL-Injection.html" ,
2023-06-27 14:00:30 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit" ,
"Third Party Advisory" ,
"VDB Entry"
]
2023-06-21 14:00:31 +00:00
} ,
{
2024-04-22 22:03:30 +00:00
"url" : "https://github.com/sudovivek/My-CVE/blob/main/CVE-2023-33584_exploit.md" ,
"source" : "cve@mitre.org"
2023-06-21 14:00:31 +00:00
} ,
{
"url" : "https://packetstormsecurity.com/files/cve/CVE-2023-33584" ,
2023-06-27 14:00:30 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
2023-06-21 14:00:31 +00:00
} ,
2023-07-05 18:00:37 +00:00
{
"url" : "https://www.exploit-db.com/exploits/51501" ,
"source" : "cve@mitre.org"
} ,
2023-06-21 14:00:31 +00:00
{
"url" : "https://www.sourcecodester.com/php/14444/enrollment-system-project-source-code-using-phpmysql.html" ,
2023-06-27 14:00:30 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Product"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "http://packetstormsecurity.com/files/172718/Enrollment-System-Project-1.0-Authentication-Bypass-SQL-Injection.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Third Party Advisory" ,
"VDB Entry"
]
} ,
{
"url" : "https://github.com/sudovivek/My-CVE/blob/main/CVE-2023-33584_exploit.md" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://packetstormsecurity.com/files/cve/CVE-2023-33584" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
} ,
{
"url" : "https://www.exploit-db.com/exploits/51501" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://www.sourcecodester.com/php/14444/enrollment-system-project-source-code-using-phpmysql.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Product"
]
2023-06-21 14:00:31 +00:00
}
]
}