CWE•Variant•Draft•15 recent CVEs
CWE-350Reliance on Reverse DNS Resolution for a Security-Critical Action
Description
The product performs reverse DNS resolution on an IP address to obtain the hostname and make a security decision, but it does not properly ensure that the IP address is truly associated with the hostname.
[object Object]
Common consequences
- Access Control→Gain Privileges or Assume Identity,Bypass Protection MechanismMalicious users can fake authentication information by providing false DNS information.
Potential mitigations
- Architecture and DesignUse other means of identity verification that cannot be simply spoofed. Possibilities include a username/password or certificate.
- ImplementationPerform proper forward and reverse DNS lookups to detect DNS spoofing.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-615689.62026-09-15CVE-2026-537086.62026-09-14CVE-2026-571239.82026-09-14CVE-2026-555268.52026-08-25CVE-2026-567097.52026-08-25CVE-2026-755145.92026-08-20CVE-2026-631182026-07-29CVE-2026-553917.52026-07-28CVE-2026-466115.32026-06-25CVE-2026-126350.02026-06-25CVE-2026-366046.52026-06-03CVE-2026-425598.82026-05-14CVE-2026-68744.32026-04-23CVE-2026-242817.42026-03-07CVE-2025-80368.12025-07-22