Skip to content

Latest commit

Β 

History

History
40 lines (27 loc) Β· 1.33 KB

File metadata and controls

40 lines (27 loc) Β· 1.33 KB

🚨 Insecure Addon (For Testing Only)

This Odoo module is intentionally insecure and must never be used in production.
It is designed exclusively for testing security scanners and audit tools in a safe, local development environment.


❗ Disclaimer

This module contains serious security vulnerabilities introduced on purpose.
DO NOT deploy this on any production or internet-facing instance.

By using this module, you agree that:

  • You are responsible for where and how you install it.
  • It is intended for educational and QA purposes only.
  • The authors and distributors are not liable for any misuse or consequences.

βœ… Included Vulnerabilities (for scanner coverage)

Vulnerability Type Description
Missing ACLs No ir.model.access.csv file
Permissive Record Rule Grants full access without domain
Unsafe SQL Manual SQL with string interpolation
Use of eval() With potentially unsanitized input
QWeb XSS Risk Uses t-raw with unescaped content

πŸ“¦ Installation

This module requires no dependencies beyond base. To install:

# Copy to your Odoo addons path
# Then upgrade or install manually:
./odoo-bin -u insecure_addon -d your_database