CVE-2019-25577
Received Received - Intake
Local File Inclusion in SeoToaster Ecommerce Backend Themes

Publication date: 2026-03-21

Last updated on: 2026-04-15

Assigner: VulnCheck

Description
SeoToaster Ecommerce 3.0.0 contains a local file inclusion vulnerability that allows authenticated attackers to read arbitrary files by manipulating path parameters in backend theme endpoints. Attackers can send POST requests to /backend/backend_theme/editcss/ or /backend/backend_theme/editjs/ with directory traversal sequences in the getcss or getjs parameters to retrieve file contents.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-21
Last Modified
2026-04-15
Generated
2026-06-16
AI Q&A
2026-03-21
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
seotoaster seotoaster to 3.0.0 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2019-25577 is a Local File Inclusion (LFI) vulnerability in SeoToaster Ecommerce version 3.0.0. It allows authenticated attackers to read arbitrary files on the server by exploiting insufficient validation of path parameters in backend theme endpoints. Attackers can send specially crafted POST requests to the endpoints /backend/backend_theme/editcss/ or /backend/backend_theme/editjs/ with directory traversal sequences in the getcss or getjs parameters, which causes the application to include and disclose the contents of local files.

This vulnerability arises because the backend theme editing functionality does not properly sanitize input, allowing directory traversal (e.g., ../) to access files outside the intended directories.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive files on the server, such as configuration files, source code, or other data that should not be accessible. Attackers with authenticated access can exploit this flaw to read arbitrary files, potentially gaining information that could be used for further attacks or to compromise the system.

Since the vulnerability requires low privileges and no user interaction, it increases the risk of information leakage within the system.

Compliance Impact

I don't know

Detection Guidance

This vulnerability can be detected by sending crafted POST requests to the SeoToaster Ecommerce backend theme endpoints and observing if arbitrary local files can be retrieved.

Specifically, you can test the endpoints `/backend/backend_theme/editcss/` and `/backend/backend_theme/editjs/` by sending POST requests with directory traversal sequences in the parameters `getcss` or `getjs`.

  • Send a POST request to `/backend/backend_theme/editcss/` with the body `getcss=../index.php`.
  • Send a POST request to `/backend/backend_theme/editjs/` with the body `getjs=../index.php`.

If the server responds with HTTP 200 OK and returns the contents of the requested file (e.g., index.php) in the response, the vulnerability is present.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable backend endpoints to trusted users only, as the vulnerability requires authenticated access.

Additionally, ensure proper input validation and sanitization on the parameters `getcss` and `getjs` to prevent directory traversal sequences.

If possible, update SeoToaster Ecommerce to a version where this vulnerability is fixed or apply patches provided by the vendor.

As a temporary measure, monitor and block suspicious POST requests targeting `/backend/backend_theme/editcss/` and `/backend/backend_theme/editjs/` endpoints that contain directory traversal patterns.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2019-25577. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart