cvelist/2024/10xxx/CVE-2024-10524.json

96 lines
3.3 KiB
JSON
Raw Normal View History

2024-10-30 09:00:37 +00:00
{
2024-11-19 15:00:30 +00:00
"data_version": "4.0",
2024-10-30 09:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-10524",
2024-11-19 15:00:30 +00:00
"ASSIGNER": "security@jfrog.com",
"STATE": "PUBLIC"
2024-10-30 09:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-11-19 15:00:30 +00:00
"value": "Applications that use Wget to access a remote resource using shorthand URLs and pass arbitrary user credentials in the URL are vulnerable. In these cases attackers can enter crafted credentials which will cause Wget to access an arbitrary host."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-918 Server-Side Request Forgery (SSRF)",
"cweId": "CWE-918"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "gnu",
"product": {
"product_data": [
{
"product_name": "wget",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "1.25.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://seclists.org/oss-sec/2024/q4/107",
"refsource": "MISC",
"name": "https://seclists.org/oss-sec/2024/q4/107"
},
{
"url": "https://jfrog.com/blog/cve-2024-10524-wget-zero-day-vulnerability/",
"refsource": "MISC",
"name": "https://jfrog.com/blog/cve-2024-10524-wget-zero-day-vulnerability/"
},
{
"url": "https://git.savannah.gnu.org/cgit/wget.git/commit/?id=c419542d956a2607bbce5df64b9d378a8588d778",
"refsource": "MISC",
"name": "https://git.savannah.gnu.org/cgit/wget.git/commit/?id=c419542d956a2607bbce5df64b9d378a8588d778"
}
]
},
"source": {
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
2024-10-30 09:00:37 +00:00
}
]
}
}