cvelist/2024/28xxx/CVE-2024-28862.json

90 lines
3.0 KiB
JSON
Raw Normal View History

2024-04-01 20:41:45 +00:00
{
2024-04-02 15:06:34 +00:00
"data_version": "4.0",
2024-04-01 20:41:45 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-28862",
2024-04-02 15:06:34 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-04-01 20:41:45 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-04-02 15:06:34 +00:00
"value": "The Ruby One Time Password library (ROTP) is an open source library for generating and validating one time passwords. Affected versions had overly permissive default permissions. Users should patch to version 6.3.0. Users unable to patch may correct file permissions after installation."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-276: Incorrect Default Permissions",
"cweId": "CWE-276"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "mdp",
"product": {
"product_data": [
{
"product_name": "rotp",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "= 6.2.2"
},
{
"version_affected": "=",
"version_value": "= 6.2.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/mdp/rotp/security/advisories/GHSA-x2h8-qmj4-g62f",
"refsource": "MISC",
"name": "https://github.com/mdp/rotp/security/advisories/GHSA-x2h8-qmj4-g62f"
}
]
},
"source": {
"advisory": "GHSA-x2h8-qmj4-g62f",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
2024-04-01 20:41:45 +00:00
}
]
}
}