CVE-2026-41890

Source
https://cve.org/CVERecord?id=CVE-2026-41890
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41890.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-41890
Aliases
Published
2026-05-07T03:23:31.339Z
Modified
2026-07-08T08:02:11.792597420Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
CI4MS: Arbitrary Database Table Drop via Theme deleteProcess
Details

CI4MS is a CodeIgniter 4-based CMS skeleton that delivers a production-ready, modular architecture with RBAC authorization and theme support. From version 0.31.1.0 to before version 0.31.8.0, the deleteProcess() action accepts a POST parameter tables[] containing arbitrary table names. These are passed directly to $forge->dropTable() without validating that the tables belong to the theme being deleted. The deleteConfirm view correctly populates tables[] from the theme's own migration files, but the server-side deleteProcess does not verify the received values against those files. An authenticated admin can craft a POST request with arbitrary table names and drop any table in the database. This issue has been patched in version 0.31.8.0.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41890.json",
    "cwe_ids": [
        "CWE-20"
    ],
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/ci4-cms-erp/ci4ms

Affected ranges

Type
GIT
Repo
https://github.com/ci4-cms-erp/ci4ms
Events
Database specific
{
    "source": [
        "AFFECTED_FIELD",
        "DESCRIPTION",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0.31.1.0"
        },
        {
            "fixed": "0.31.8.0"
        },
        {
            "introduced": "0"
        }
    ]
}

Affected versions

0.*
0.31.1.0
0.31.2.0
0.31.3.0
0.31.4.0
0.31.5.0
0.31.6.0
0.31.7.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41890.json"