Vulnerability from drupal
Published
2025-04-02 17:02
Modified
2025-04-02 17:02
Summary
Details
This module enables users to log in using a short access code instead of providing a username/password combination.
The module doesn't sufficiently protect against brute force attacks to guess a user's access code.
This vulnerability is mitigated by the fact that access code based logins are off by default and only enabled for accounts that enable it. Sites could mitigate the issue without updating by:
- disabling the access code login method for critical accounts
- monitor and prevent brute force attacks in other ways (for example, with a Web Application Firewall)
Credits
Marcin Maruszewski (marcin maruszewski)
www.drupal.org/u/marcin-maruszewski
{
"affected": [
{
"database_specific": {
"affected_versions": "\u003c2.0.4"
},
"package": {
"ecosystem": "Packagist:https://packages.drupal.org/8",
"name": "drupal/access_code"
},
"ranges": [
{
"database_specific": {
"constraint": "\u003c2.0.4"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "2.0.4"
}
],
"type": "ECOSYSTEM"
}
],
"severity": []
}
],
"aliases": [
"CVE-2025-3129"
],
"credits": [
{
"contact": [
"https://www.drupal.org/u/marcin-maruszewski"
],
"name": "Marcin Maruszewski (marcin maruszewski)"
}
],
"details": "This module enables users to log in using a short access code instead of providing a username/password combination.\n\nThe module doesn\u0027t sufficiently protect against brute force attacks to guess a user\u0027s access code.\n\nThis vulnerability is mitigated by the fact that access code based logins are off by default and only enabled for accounts that enable it. Sites could mitigate the issue without updating by:\n\n1. disabling the access code login method for critical accounts\n2. monitor and prevent brute force attacks in other ways (for example, with a Web Application Firewall)",
"id": "DRUPAL-CONTRIB-2025-028",
"modified": "2025-04-02T17:02:32.000Z",
"published": "2025-04-02T17:02:32.000Z",
"references": [
{
"type": "WEB",
"url": "https://www.drupal.org/sa-contrib-2025-028"
}
],
"schema_version": "1.7.0"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…