Affects: Odoo 14.0 and earlier (Community and Enterprise Editions) CVE ID: CVE-2018-15634 Component: Framework Credits: Nathanael ROTA (Capgemini) and Alessandro Innocenti
Cross-site scripting (XSS) issue in attachment management in Odoo Community
14.0 and earlier and Odoo Enterprise 14.0 and earlier, allows remote
attackers to inject arbitrary web script in the browser of a victim via a
crafted link.
I. Background
The system supports attaching files directly on any database record.
II. Problem Description
The attributes of the attachments were not properly controlled.
This is a different vulnerability than CVE-2018-15633
A remote attacker could craft a special URL link and trick a user into
visiting it, in order to execute arbitrary web script in their browser.
This could lead to privilege escalation and execution of actions using the
session of the other victim.
Odoo S.A. is not aware of any use of this vulnerability in the wild.
IV. Workaround
There is no known workaround, applying the patches is strongly recommended.
Odoo Cloud servers have been patched as soon as the correction was available.
To apply the patch, change into the main directory of your Odoo
installation (the one containing "openerp" and "addons" directories),
then execute the patch command, typically:
patch -p0 -f < /path/to/the_patch_file.patch
This command assumes your installation layout corresponds to
the latest source code layout of the Odoo project on GitHub.
If your installation differs, please extract the various patch
hunks from the files and apply them in the appropriate locations.
VI. Correction details
The following list contains the revisions after which the vulnerability
is corrected:
Security Advisory - CVE-2018-15634
Affects: Odoo 14.0 and earlier (Community and Enterprise Editions)
CVE ID: CVE-2018-15634
Component: Framework
Credits: Nathanael ROTA (Capgemini) and Alessandro Innocenti
Cross-site scripting (XSS) issue in attachment management in Odoo Community
14.0 and earlier and Odoo Enterprise 14.0 and earlier, allows remote
attackers to inject arbitrary web script in the browser of a victim via a
crafted link.
I. Background
The system supports attaching files directly on any database record.
II. Problem Description
The attributes of the attachments were not properly controlled.
This is a different vulnerability than CVE-2018-15633
III. Impact
Attack Vector: Network exploitable
Authentication: No user account required
CVSS3 Score: High :: 7.1
CVSS3 Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N
A remote attacker could craft a special URL link and trick a user into
visiting it, in order to execute arbitrary web script in their browser.
This could lead to privilege escalation and execution of actions using the
session of the other victim.
Odoo S.A. is not aware of any use of this vulnerability in the wild.
IV. Workaround
There is no known workaround, applying the patches is strongly recommended.
Odoo Cloud servers have been patched as soon as the correction was available.
V. Solution
Apply the patches corresponding to your Odoo installation, or upgrade
to the latest revision, either via GitHub or by downloading the
latest version from https://www.odoo.com/page/download
or http://nightly.odoo.com
To apply the patch, change into the main directory of your Odoo
installation (the one containing "openerp" and "addons" directories),
then execute the patch command, typically:
This command assumes your installation layout corresponds to
the latest source code layout of the Odoo project on GitHub.
If your installation differs, please extract the various patch
hunks from the files and apply them in the appropriate locations.
VI. Correction details
The following list contains the revisions after which the vulnerability
is corrected:
12.0 and 11.0.
The text was updated successfully, but these errors were encountered: