AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-35167

MEDIUM · CVSS 5 EPSS 0.55% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2023-06-23 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.0. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2023-35167
Severity
MEDIUM
CVSS
5
EPSS
0.55%

Original NVD Description

Remult is a CRUD framework for full-stack TypeScript. If you used the apiPrefilter option of the `@Entity` decorator, by setting it to a function that returns a filter that prevents unauthorized access to data, an attacker who knows the `id` of an entity instance is not authorized to access, can gain read, update and delete access to it. The issue is fixed in version 0.20.6. As a workaround, set the `apiPrefilter` option to a filter object instead of a function.