CVE-2026-34203
Nautobot: Management of users via REST API does not apply configured password validators
描述
### Impact In Nautobot versions prior to 2.4.30 or prior to 3.0.10, user creation and editing via the REST API fails to apply the password validation rules defined by Django's `AUTH_PASSWORD_VALIDATORS` setting (which defaults to an empty list, i.e., no specific rules, but can be configured in Nautobot's `nautobot_config.py` to apply various rules if desired). This can potentially allow for the creation or modification of users to have passwords that are weak or otherwise do not comply with configured standards. Management of users via the Nautobot admin UI does correctly enforce configured password validation at this time. ### Patches The issue is resolved in Nautobot versions 2.4.30 and 3.0.10 and later. - https://github.com/nautobot/nautobot/pull/8778 - https://github.com/nautobot/nautobot/pull/8779 ### Workarounds Review which users have been granted object permissions to create and modify user accounts as well as having access tokens for the REST API, and restrict access as appropriate. It may be appropriate furthermore to rotate passwords for any user accounts suspected to have been given weak passwords. ### References - https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-AUTH_PASSWORD_VALIDATORS - http://docs.djangoproject.com/en/4.2/topics/auth/passwords/#password-validation
如何修補 CVE-2026-34203
要修補 CVE-2026-34203,請將受影響套件升級到下列已修補版本。
- —升級至 2.4.30 或更新版本
- —升級至 2.4.30 或更新版本
CVE-2026-34203 正在被利用嗎?
低 — EPSS 為 0.2%,目前沒有觀察到大規模利用活動。
受影響套件(2)
- from 0, < 2.4.30
- from 0, < 2.4.30, >= 3.0.0, < 3.0.10