CVE Catalog

CVE-2026-71460

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Summary

The /api/v2/config/ endpoint is protected only by IsAuthenticated, meaning any authenticated user receives license_info, including account numbers, subscription IDs, pool_id, SKU, support level, and instance counts. The superuser/auditor gate only covers other fields, not license_info.

Risk Assessment

Disclosure of license data enables environment size reconnaissance and can be used for social engineering against Red Hat support.

Recommendation

Restrict access to license_info to authorized roles, e.g., superuser or auditor.

Other vulnerabilities in AWX

See all
Original NVD description (English source)

/api/v2/config/ is protected only by IsAuthenticated. license_info (account_number, subscription_id, pool_id, sku, support_level, instance counts) returned to any authenticated user. The superuser/auditor gate only covers project_base_dir/project_local_paths/custom_virtualenvs, not license_info. Enables social engineering against Red Hat support and estate sizing reconnaissance.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS