Security readout for executives and security teams
Plain-English summary
This is a stored XSS risk in Odoo Enterprise Accounting. If an attacker can control accounting journal entry content, they may cause script to run in another user’s browser when that content is viewed. The documented impact is integrity-focused, not data theft or outage.
Executive priority
Treat as a medium-priority business application integrity issue. Prioritize systems where accounting users handle externally influenced journal data or where many privileged finance users view journal entries.
Technical view
CVE-2021-44461 is CWE-79 in the Odoo Enterprise Accounting app, described for versions 13.0 through 15.0. The CVSS 3.0 score is 6.5 with network attack vector, low complexity, required user interaction, and high integrity impact. Source metadata does not name fixed versions.
Likely exposure
Exposure is most relevant where Odoo Enterprise Accounting is deployed and journal entry content can be influenced by users, integrations, imports, or external workflows. The affected-version data is inconsistent: the title says 13.0 through 15.0, while the affected entry lists 13.0.
Exploitation context
The bundle does not cite active exploitation, and KEV is false. Exploitation requires a victim to view affected accounting content after attacker-controlled journal entry data is present. No public exploit procedure is included in the provided sources.
Researcher notes
Evidence is limited to CVE metadata and an Odoo GitHub issue reference. The version scope conflict should be resolved against Odoo’s latest advisory or support response before closing exposure. Do not assume a fix version from this bundle.
Mitigation direction
- Check Odoo guidance or support channels for fixed versions and official remediation.
- Inventory Odoo Enterprise Accounting deployments and versions 13.0 through 15.0.
- Restrict who can create, edit, or import accounting journal entries.
- Review integrations that populate accounting journal entries from less-trusted sources.
- Remove suspicious journal-entry content using vendor-approved cleanup guidance.
Validation and detection
- Confirm whether Odoo Enterprise Accounting is installed and enabled.
- Identify deployed Odoo Enterprise versions and compare against source version ranges.
- Review who or what can control accounting journal entry contents.
- Check vendor issue and CVE records for updated fix information.
- Look for unexpected script-like content in journal entry fields.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2021-44461 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.5 (3.0)
- Known Exploited
- No
- Published
Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N2.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
6.5MediumVector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/odoo/odoo/issues/107686CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
