Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N
Network-delivered via a malicious page, no auth needed, but requires user interaction to trigger autofill; credentials cross origin (S:C) with confidentiality-only impact.
Primary rating from Vendor (GEN).
CVSS VectorVendor: GEN
Lifecycle Timeline
2DescriptionCVE.org
Information disclosure vulnerability in Avira Password Manager when used with Mozilla Firefox may allow a remote attacker operating a cross-origin iframe to obtain credentials autofilled for the parent web page via incorrect autofill field selection.
This issue affects Avira Password Manager when used with Mozilla Firefox on Windows, macOS, and Linux.
AnalysisAI
Cross-origin credential disclosure in Avira Password Manager's Firefox extension allows a malicious site embedding the targeted page in an iframe to harvest credentials that the extension autofills into the parent context. The flaw stems from incorrect autofill field selection and affects Windows, macOS, and Linux installations; no public exploit identified at time of analysis but the CVSS 7.4 (S:C/C:H) score reflects the cross-origin trust boundary violation.
Technical ContextAI
Avira Password Manager is a browser-integrated credential manager distributed by Gen Digital that uses a Firefox WebExtension to detect login forms and autofill stored credentials. The CWE-669 (Incorrect Resource Transfer Between Spheres) root cause indicates the extension's form-detection logic crosses the same-origin boundary, treating fields inside attacker-controlled cross-origin iframes as legitimate autofill targets for the parent page's credentials. Mozilla enforces same-origin policy at the DOM level, but extensions running with elevated privileges can inadvertently bridge origins if their field-selection heuristics walk across iframe boundaries without re-validating origin - a well-documented class of password manager weakness.
RemediationAI
Patch available per vendor advisory - update Avira Password Manager to the version published in Gen Digital's security advisories at https://www.gendigital.com/us/en/contact-us/security-advisories/; an exact fixed version is not specified in the supplied data and should be confirmed against that advisory. As a compensating control until updates propagate, disable the autofill-on-page-load behavior in Avira Password Manager and require manual click-to-fill, which prevents silent cross-origin leakage at the cost of user friction. Organizations can also enforce browser policies that block third-party iframes for sensitive domains (Content-Security-Policy frame-ancestors on managed properties), though this only protects sites you control. Temporarily switching to Firefox's built-in password manager or disabling the Avira extension entirely eliminates the exposure but loses centralized credential management.
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36632
GHSA-h53c-vv76-w4w5