cvelist/2023/29xxx/CVE-2023-29005.json

91 lines
3.1 KiB
JSON
Raw Normal View History

2023-03-29 18:00:36 +00:00
{
2023-04-10 21:00:36 +00:00
"data_version": "4.0",
2023-03-29 18:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-29005",
2023-04-10 21:00:36 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-03-29 18:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-04-10 21:00:36 +00:00
"value": "Flask-AppBuilder versions before 4.3.0 lack rate limiting which can allow an attacker to brute-force user credentials. Version 4.3.0 includes the ability to enable rate limiting using `AUTH_RATE_LIMITED = True`, `RATELIMIT_ENABLED = True`, and setting an `AUTH_RATE_LIMIT`."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-307: Improper Restriction of Excessive Authentication Attempts",
"cweId": "CWE-307"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "dpgaspar",
"product": {
"product_data": [
{
"product_name": "Flask-AppBuilder",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 4.3.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-9hcr-9hcv-x6pv",
"refsource": "MISC",
"name": "https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-9hcr-9hcv-x6pv"
},
{
"url": "https://flask-limiter.readthedocs.io/en/stable/configuration.html",
"refsource": "MISC",
"name": "https://flask-limiter.readthedocs.io/en/stable/configuration.html"
}
]
},
"source": {
"advisory": "GHSA-9hcr-9hcv-x6pv",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
2023-03-29 18:00:36 +00:00
}
]
}
}