VYPR
High severity7.3NVD Advisory· Published Nov 13, 2025· Updated Apr 29, 2026

CVE-2025-13121

CVE-2025-13121

Description

A security vulnerability has been detected in cameasy Liketea 1.0.0. Impacted is the function list of the file laravel/app/Http/Controllers/Front/StoreController.php of the component API Endpoint. Such manipulation of the argument lng/lat leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

SQL injection in cameasy Liketea 1.0.0 allows unauthenticated attackers to execute arbitrary SQL via lng/lat parameters in the store listing API.

Vulnerability

Description

In cameasy Liketea version 1.0.0, the list method in laravel/app/Http/Controllers/Front/StoreController.php suffers from a SQL injection vulnerability. The lng and lat parameters, received via a POST request, are directly interpolated into a raw SQL query using selectRaw without any sanitization or parameterization [1]. This allows an attacker to inject malicious SQL code.

Exploitation

The vulnerable endpoint is /api/v1/front/store/list and requires no authentication. An attacker can send a crafted JSON payload with malicious values for lng or lat to achieve SQL injection. The public proof-of-concept demonstrates using sqlmap to extract database information such as the version, table names, and user credentials [1].

Impact

Successful exploitation grants the attacker the ability to execute arbitrary SQL commands against the backend database. This can lead to exfiltration of sensitive data (e.g., user emails and types), modification of data, or potential full database compromise [1].

Mitigation

No official patch has been released. The recommended remediation is to validate and sanitize inputs using floatval() or similar functions, and to use parameterized queries to prevent SQL injection [1].

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.