CVE-2024-11137

NONE EPSS 40.5%
Published Mar 20, 20251y ago · Modified Jun 17, 20261w ago
Find Similar
Published Mar 20, 2025 1y ago
Last Modified Jun 17, 2026 1w ago

Description

An Insecure Direct Object Reference (IDOR) vulnerability exists in the `PATCH /v1/runs/:id/score` endpoint of lunary-ai/lunary version 1.6.0. This vulnerability allows an attacker to update the score data of any run by manipulating the id parameter in the request URL, which corresponds to the `runId_score` in the database. The endpoint does not sufficiently validate whether the authenticated user has permission to modify the specified runId, enabling an attacker with a valid account to modify other users' runId scores by specifying different id values. This issue was fixed in version 1.6.1.

Threat Intelligence

EPSS Exploit Probability
40.5% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-639

Affected Products 1

VendorProductVersionRange
lunarylunary* <1.6.1

References 2

  • github.com https://github.com/lunary-ai/lunary/commit/ded72a95c220904a151d27daf3c67e8644e386c6
    Patch
  • huntr.com https://huntr.com/bounties/0a399d86-0105-4f48-a77b-9fa7d7054be8
    ExploitThird Party Advisory

Remediation

  • github.com https://github.com/lunary-ai/lunary/commit/ded72a95c220904a151d27daf3c67e8644e386c6
    Patch