LiveActive security incident?Get immediate response
CVE Record

CVE-2021-44775: Cross-site scripting (XSS) issue in Website app of Odoo Community 15.0 and earlier and Odoo Enterprise 15.0...

Cross-site scripting (XSS) issue in Website app of Odoo Community 15.0 and earlier and Odoo Enterprise 15.0 and earlier, allows remote attackers to inject arbitrary web script in the browser of a victim, by posting crafted contents.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-44775 is a cross-site scripting issue in the Odoo Website app affecting Odoo Community and Enterprise 15.0 and earlier. An unauthenticated remote attacker could post crafted content that runs script in a victim’s browser. Business impact is mainly integrity risk, including page tampering or actions performed through a targeted user’s session.

Executive priority

Treat as a moderate-priority web application fix. It is not described as actively exploited in the supplied evidence, but public Odoo Website deployments should be patched promptly because the bug can affect content integrity and trusted user sessions.

Technical view

The CVE describes CWE-79 XSS in Odoo Website. CVSS 3.0 is 6.5: network reachable, low complexity, no privileges required, user interaction required, unchanged scope, high integrity impact, no confidentiality or availability impact. The supplied sources do not provide exploit details, confirmed active exploitation, or complete fixed-version metadata.

Likely exposure

Exposure is most likely where Odoo Community or Enterprise 15.0 or earlier runs the Website app and permits posted content from untrusted or semi-trusted users. Internet-facing public websites increase likelihood of attempted abuse.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires a victim to view or interact with attacker-posted content, so risk depends on content-posting workflows and user roles exposed through the Website app.

Researcher notes

The main evidence gap is fixed-version detail: the CVE description states 15.0 and earlier, while the structured affected data in the bundle is not useful for precise version scoping. Avoid assuming exploit availability or broader Odoo module impact beyond Website.

Mitigation direction

  • Identify Odoo Community and Enterprise instances running version 15.0 or earlier.
  • Check Odoo guidance and the referenced GitHub issue for fixed release details.
  • Apply relevant Odoo or Debian security updates where applicable.
  • Limit untrusted posting in the Website app until patched.
  • Prioritize public-facing Odoo websites over internal-only deployments.

Validation and detection

  • Inventory Odoo versions and confirm whether the Website app is enabled.
  • Review whether anonymous or untrusted users can post website content.
  • Confirm installed packages include fixes from Odoo or Debian advisories.
  • Check web logs for unusual content-posting activity around public pages.
  • Review stored website content for unexpected script-bearing markup.
Prepared
Confidence
medium
Sources
4

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-44775 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
3Source 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-44775Attack 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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OdooOdoo Community0unaffected
OdooOdoo Enterprise0unaffected
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.