CVE-2026-14495
wpdo5ea DoLogin Security 취약점
- 대응 우선순위
- 점검
- CVSS
- 8.8
- EPSS
- - 백분위 -
- CISA KEV
- 미등록
- 조치 기한
- -
- 공개일
- 2026.07.08
CVSS 위험도가 높아 영향 여부를 우선 점검할 취약점
The DoLogin Security plugin for WordPress is vulnerable to Authentication Bypass via Insufficient Randomness in all versions up to, and including, 4.3. The vulnerability exists because `dologin\s::rrand()` seeds the Mersenne Twister with `mt_srand((double) microtime() * 1000000)` — discarding the integer-seconds component of `microtime()` and constraining the seed to a range of approximately 10^6 values (~20 bits of entropy) — after which every character of the 32-character magic-link token is drawn sequentially with `mt_rand()`, making the entire token a deterministic function of that seed...
제품 wpdo5ea DoLogin Security
영향 버전 wpdo5ea DoLogin Security 0
수정 버전 wpdo5ea DoLogin Security · 수정 버전은 공급사 공식자료 확인 필요
확인방법, 조치방안, 조치 후 확인사항을 요약해 제공합니다.
wpdo5ea DoLogin Security의 현재 전체 버전이 공식 영향 범위(wpdo5ea DoLogin Security 0)에 포함되는지 확인합니다. OS를 선택하면 해당 OS의 제품·패키지·KB·APAR 확인 명령만 표시됩니다.
공급사 패치를 적용하고 인증이 필요한 모든 경로에서 서버측 인증·권한 검사가 수행되는지 확인합니다.
패치 후 같은 명령으로 전체 버전을 다시 확인해 wpdo5ea DoLogin Security · 수정 버전은 공급사 공식자료 확인 필요 기준을 충족하는지 확인합니다. 이어서 인증 우회 관련 오류·공격 흔적이 새로 발생하지 않는지 확인합니다.
CVSS 벡터 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE CWE-338