LiveActive security incident?Get immediate response
CVE Record

CVE-2018-15635: Cross-site scripting vulnerability in the Discuss App of Odoo Community 12.0 and earlier, and Odoo Enterpri...

Cross-site scripting vulnerability in the Discuss App of Odoo Community 12.0 and earlier, and Odoo Enterprise 12.0 and earlier allows remote attackers to inject arbitrary web script in the browser of an internal user of the system by tricking them into inviting a follower on a document with a crafted name.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-15635 is a cross-site scripting flaw in Odoo's Discuss App. An attacker could trick an internal user into inviting a follower with a maliciously crafted name, causing script to run in that user's browser. The main concern is exposure of sensitive data in the affected Odoo session.

Executive priority

Treat this as a medium-priority application security issue. It is not described as wormable or actively exploited, but it can expose internal Odoo session data if a user is tricked into the affected workflow.

Technical view

The issue is CWE-79 XSS affecting Odoo Community 12.0 and earlier and Odoo Enterprise 12.0 and earlier. The CVSS 3.0 score is 5.9 with network reachability, high attack complexity, required user interaction, high confidentiality impact, low integrity impact, and no availability impact.

Likely exposure

Organizations running Odoo Community or Enterprise 12.0 or earlier with the Discuss App and document follower workflows are the relevant exposure set. Evidence provided does not identify specific fixed builds, deployment prerequisites, or whether all modules are equally affected.

Exploitation context

The provided CVE data does not show CISA KEV listing or active exploitation evidence. Exploitation requires social engineering or workflow manipulation that causes an internal user to invite a crafted follower on a document.

Researcher notes

Do not assume unauthenticated direct execution. The source description centers on a crafted follower name and internal user interaction. The source bundle lacks patch commit, fixed version, proof-of-concept detail, or operational workaround, so validation should focus on version, module use, and vendor guidance.

Mitigation direction

  • Check Odoo issue and vendor guidance for fixed versions or backports.
  • Prioritize upgrading affected Odoo 12.0 and earlier deployments.
  • Limit follower invitation workflows to trusted users until remediation is confirmed.
  • Review customizations that display follower names in Discuss-related views.
  • Monitor Odoo security advisories for version-specific remediation details.

Validation and detection

  • Inventory Odoo Community and Enterprise instances and record exact versions.
  • Confirm whether affected deployments use the Discuss App.
  • Identify workflows allowing follower invitations on documents.
  • Review logs or audit trails for suspicious follower invitation activity.
  • Verify remediation against Odoo vendor guidance after updates are applied.
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-2018-15635 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
5.9 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/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
5.9CVSS 3.0MediumCVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:N1.64.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

5.9Medium
CVSS 3.0 vector shape for CVE-2018-15635Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/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 CommunityunspecifiedListed
OdooOdoo EnterpriseunspecifiedListed
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.