Skip to content

[Security] Vulnerability:SQL injection vulnerability in the import functionality #332

@Huu1j

Description

@Huu1j

Description

Vvveb CMS version 1.0.7.3 contains a critical SQL injection
vulnerability in the import functionality
An authenticated administrator can upload a .sql file, leading to SQL injection

Poc

1.Login to the admin panel.
2.Go to Tools -> Import.

3.Create a file named test.sql with the following content:

SELECT EXTRACTVALUE(1, CONCAT('~', (SELECT password FROM admin LIMIT 1)));


4.Upload the file to trigger an error-based SQL injection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions