cvelist/2022/42xxx/CVE-2022-42923.json

98 lines
3.3 KiB
JSON
Raw Normal View History

2022-10-14 12:00:34 +00:00
{
"CVE_data_meta": {
2022-10-31 20:00:40 +00:00
"ASSIGNER": "cve-coordination@incibe.es",
"DATE_PUBLIC": "2022-10-25T10:00:00.000Z",
2022-10-14 12:00:34 +00:00
"ID": "CVE-2022-42923",
2022-10-31 20:00:40 +00:00
"STATE": "PUBLIC",
"TITLE": "SQL injection in Forma LMS"
2022-10-14 12:00:34 +00:00
},
2022-10-31 20:00:40 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Forma LMS",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "3.0.1",
"version_value": "3.1.0"
}
]
}
}
]
},
"vendor_name": "Forma"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Tin Pham aka 'TF1T'"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-10-14 12:00:34 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-10-31 20:00:40 +00:00
"value": "Forma LMS on its 3.1.0 version and earlier is vulnerable to a SQL injection vulnerability. The exploitation of this vulnerability could allow an authenticated attacker (with the role of student) to perform a SQL injection on the 'id' parameter in the 'appCore/index.php?r=adm/mediagallery/delete' function in order to dump the entire database or delete all contents from the 'core_user_file' table."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89: improper neutralization of special elements used in an SQL command (SQL injection)"
}
]
2022-10-14 12:00:34 +00:00
}
]
2022-10-31 20:00:40 +00:00
},
"references": {
"reference_data": [
{
"name": "https://www.incibe-cert.es/en/early-warning/security-advisories/multiple-vulnerabilities-forma-lms",
"refsource": "CONFIRM",
"url": "https://www.incibe-cert.es/en/early-warning/security-advisories/multiple-vulnerabilities-forma-lms"
}
]
},
"source": {
"advisory": "INCIBE-2022-0982",
"defect": [
"INC-2022-00051"
],
"discovery": "EXTERNAL"
2022-10-14 12:00:34 +00:00
}
}