LiveActive security incident?Get immediate response
CVE Record

CVE-2021-44461: Cross-site scripting (XSS) issue in Accounting app of Odoo Enterprise 13.0 through 15.0, allows remote atta...

Cross-site scripting (XSS) issue in Accounting app of Odoo Enterprise 13.0 through 15.0, allows remote attackers who are able to control the contents of accounting journal entries to inject arbitrary web script in the browser of a victim.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6.5Medium
CVSS 3.0 vector shape for CVE-2021-44461Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OdooOdoo Enterprise13.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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.