VYPR
Unrated severityNVD Advisory· Published Jun 28, 2019· Updated Aug 5, 2024

CVE-2018-14868

CVE-2018-14868

Description

Incorrect access control in the Password Encryption module in Odoo Community 9.0 and Odoo Enterprise 9.0 allows authenticated users to change the password of other users without knowing their current password via a crafted RPC call.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Authenticated users in Odoo 9.0 can change arbitrary user passwords via crafted RPC calls due to missing access control in the auth_crypt module.

Vulnerability

The Password Encryption module (auth_crypt) in Odoo Community 9.0 and Odoo Enterprise 9.0 suffers from improper access control [1][2]. Authenticated users (including portal users) can change the password of any other user without knowing that user's current password. This is achieved by crafting a malicious RPC call to the affected module. The vulnerability affects only Odoo version 9.0 (both Community and Enterprise editions) [1].

Exploitation

An attacker needs a valid user account (any role, including portal) and network access to the Odoo instance. No additional privileges or user interaction are required. The attacker crafts a specific RPC request targeting the auth_crypt module's password change functionality, bypassing the check that normally requires knowledge of the current password [1]. The exploit is remote and can be executed with low complexity [1].

Impact

Successful exploitation allows the attacker to force a chosen password onto any user account, including administrators [1]. This leads to a complete compromise of confidentiality and integrity — the attacker can log in as the victim, access their data, and perform actions with the victim's privileges. The attack does not directly affect availability [1]. CVSSv3 base score is 8.1 (High).

Mitigation

Odoo S.A. has released patches; users should apply the corresponding patch or update to the latest revision of the affected version from GitHub or the official download page [1]. There is no known workaround other than restricting remote access to trusted IPs, or uninstalling the auth_crypt module (which will lock out all users currently authenticated with hashed passwords). Odoo Online servers were patched as soon as the correction was available [1].

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.