cvelist/2025/3xxx/CVE-2025-3635.json

92 lines
2.9 KiB
JSON
Raw Normal View History

2025-04-15 11:00:34 +00:00
{
2025-04-25 15:00:33 +00:00
"data_version": "4.0",
2025-04-15 11:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2025-3635",
2025-04-25 15:00:33 +00:00
"ASSIGNER": "patrick@puiterwijk.org",
"STATE": "PUBLIC"
2025-04-15 11:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-04-25 15:00:33 +00:00
"value": "A security vulnerability was discovered in Moodle that allows anyone to duplicate existing tours without needing to log in due to a lack of protection against cross-site request forgery (CSRF) attacks."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-Site Request Forgery (CSRF)",
"cweId": "CWE-352"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://access.redhat.com/security/cve/CVE-2025-3635",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/CVE-2025-3635"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359709",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2359709"
}
]
},
"credits": [
{
"lang": "en",
"value": "Red Hat would like to thank Vincent Schneider for reporting this issue."
}
],
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.5,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
2025-04-15 11:00:34 +00:00
}
]
}
}