cvelist/2023/48xxx/CVE-2023-48708.json

96 lines
3.6 KiB
JSON
Raw Normal View History

2023-11-17 20:00:34 +00:00
{
2023-11-24 18:00:31 +00:00
"data_version": "4.0",
2023-11-17 20:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-48708",
2023-11-24 18:00:31 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-11-17 20:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-11-24 18:00:31 +00:00
"value": "CodeIgniter Shield is an authentication and authorization provider for CodeIgniter 4. In affected versions successful login attempts are recorded with the raw tokens stored in the log table. If a malicious person somehow views the data in the log table they can obtain a raw token which can then be used to send a request with that user's authority. This issue has been addressed in version 1.0.0-beta.8. Users are advised to upgrade. Users unable to upgrade should disable logging for successful login attempts by the configuration files."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-532: Insertion of Sensitive Information into Log File",
"cweId": "CWE-532"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "codeigniter4",
"product": {
"product_data": [
{
"product_name": "shield",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.0.0-beta.8"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/codeigniter4/shield/security/advisories/GHSA-j72f-h752-mx4w",
"refsource": "MISC",
"name": "https://github.com/codeigniter4/shield/security/advisories/GHSA-j72f-h752-mx4w"
},
{
"url": "https://github.com/codeigniter4/shield/commit/7e84c3fb3411294f70890819bfe51781bb9dc8e4",
"refsource": "MISC",
"name": "https://github.com/codeigniter4/shield/commit/7e84c3fb3411294f70890819bfe51781bb9dc8e4"
},
{
"url": "https://codeigniter4.github.io/shield/getting_started/authenticators/",
"refsource": "MISC",
"name": "https://codeigniter4.github.io/shield/getting_started/authenticators/"
}
]
},
"source": {
"advisory": "GHSA-j72f-h752-mx4w",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
2023-11-17 20:00:34 +00:00
}
]
}
}