2024-10-08 18:03:23 +00:00
{
"id" : "CVE-2024-45231" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2024-10-08T16:15:11.997" ,
2025-03-17 19:03:50 +00:00
"lastModified" : "2025-03-17T18:15:17.730" ,
2024-10-30 19:03:22 +00:00
"vulnStatus" : "Modified" ,
2024-10-08 18:03:23 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue was discovered in Django v5.1.1, v5.0.9, and v4.2.16. The django.contrib.auth.forms.PasswordResetForm class, when used in a view implementing password reset flows, allows remote attackers to enumerate user e-mail addresses by sending password reset requests and observing the outcome (only when e-mail sending is consistently failing)."
2024-10-10 14:03:23 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se descubri\u00f3 un problema en Django v5.1.1, v5.0.9 y v4.2.16. La clase django.contrib.auth.forms.PasswordResetForm, cuando se utiliza en una vista que implementa flujos de restablecimiento de contrase\u00f1a, permite a atacantes remotos enumerar las direcciones de correo electr\u00f3nico de los usuarios mediante el env\u00edo de solicitudes de restablecimiento de contrase\u00f1a y la observaci\u00f3n del resultado (solo cuando el env\u00edo de correo electr\u00f3nico falla constantemente)."
2024-10-08 18:03:23 +00:00
}
] ,
2024-10-19 02:03:20 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 5.3 ,
"baseSeverity" : "MEDIUM" ,
2024-10-19 02:03:20 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2025-03-17 19:03:50 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 1.4
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" ,
"baseScore" : 5.3 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE"
2024-10-19 02:03:20 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 1.4
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-noinfo"
}
]
2024-10-30 19:03:22 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-203"
}
]
2024-10-19 02:03:20 +00:00
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.2.0" ,
"versionEndExcluding" : "4.2.16" ,
"matchCriteriaId" : "1F4E9063-064F-4C6E-9985-7A049D38D299"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.0" ,
"versionEndExcluding" : "5.0.9" ,
"matchCriteriaId" : "1B3803EA-9D53-4E0B-A8E2-CB90D9677E75"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:djangoproject:django:5.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "6A1AE023-D9C3-4D36-B17F-7F6F24E59EF2"
}
]
}
]
}
] ,
2024-10-08 18:03:23 +00:00
"references" : [
{
"url" : "https://docs.djangoproject.com/en/dev/releases/security/" ,
2024-10-19 02:03:20 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Vendor Advisory"
]
2024-10-08 18:03:23 +00:00
} ,
{
"url" : "https://groups.google.com/forum/#%21forum/django-announce" ,
2024-10-19 02:03:20 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Permissions Required"
]
2024-10-08 18:03:23 +00:00
} ,
{
"url" : "https://www.djangoproject.com/weblog/2024/sep/03/security-releases/" ,
2024-10-19 02:03:20 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Vendor Advisory"
]
2024-10-08 18:03:23 +00:00
}
]
}