Skip to main content

Reminiscence EUVDEUVD-2026-36772

| CVE-2026-50874 HIGH
OS Command Injection (CWE-78)
2026-06-15 mitre GHSA-mq35-3m5c-7282
8.1
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
8.1 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
vuln.today AI
8.8 HIGH

Network-reachable web endpoint (AV:N), single crafted request (AC:L), authenticated /manage/ path (PR:L), no user interaction; arbitrary OS command execution yields full C/I/A impact, so A:H rather than NVD's A:N.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

4
Analysis Generated
Jun 16, 2026 - 19:23 vuln.today
CVSS changed
Jun 16, 2026 - 19:22 NVD
8.1 (HIGH)
CVE Published
Jun 15, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jun 15, 2026 - 00:00 cve.org
HIGH 8.1

DescriptionCVE.org

An OS command injection vulnerability in the /manage/features/media component of kanishka-linux Reminiscence v0.3.0 allows attackers to execute arbitrary commands via supplying a crafted input.

AnalysisAI

Authenticated command injection in kanishka-linux Reminiscence v0.3.0 lets remote attackers execute arbitrary OS commands by submitting crafted input to the /manage/features/media endpoint. The flaw maps to CWE-78 with CVSS 8.1 (PR:L), and publicly available exploit code exists in a referenced gist; EPSS is modest at 0.66% (47th percentile) and the issue is not on CISA KEV.

Technical ContextAI

Reminiscence is an open-source self-hosted bookmark/archive web application written in Python (Django) by kanishka-linux. The vulnerable /manage/features/media handler invokes an underlying OS-level command (typical for media-processing features such as wget, youtube-dl, ffmpeg, or pdf/image converters) and incorporates user-supplied input into that command without proper neutralization, the canonical CWE-78 'Improper Neutralization of Special Elements used in an OS Command' pattern. Because no shell metacharacter filtering or argument-list execution is enforced, supplying input containing characters like ';', '|', '$()' or backticks breaks out of the intended command and runs attacker-chosen processes under the privileges of the Reminiscence service account.

RemediationAI

No vendor-released patch identified at time of analysis - the project has no published advisory and CPE/EUVD list no fixed version, so operators should monitor the upstream repository https://github.com/kanishka-linux/reminiscence for a release succeeding 0.3.0 and apply it once available. In the interim, restrict /manage/features/media to trusted administrators only by enforcing strong authentication and IP-allowlisting at a reverse proxy (nginx/Caddy) in front of Reminiscence, disable or remove the media-import feature if not required, run the application as an unprivileged user inside a container or systemd sandbox with NoNewPrivileges and a read-only filesystem to contain the blast radius of any successful injection, and audit existing low-privilege accounts since CVSS PR:L means any authenticated user can exploit it. Consult https://nvd.nist.gov/vuln/detail/CVE-2026-50874 and the PoC at https://gist.github.com/pyuysig/7df16c08213f809592bbc7053c079aba to build detection rules for shell metacharacters in POST bodies to that endpoint; note that aggressive metacharacter filtering at the proxy may break legitimate media URLs containing '?' or '&'.

More in N A

View all
CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

CVE-2026-36356 CRITICAL POC
9.1 May 05

Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST

CVE-2026-31071 CRITICAL POC
9.1 May 19

Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al

CVE-2025-66391 HIGH POC
8.8 Jun 17

In Citrix Cloud through 2025-11-10, an account with read-only access can trigger the beginning of a workflow for write o

CVE-2026-26740 HIGH POC
8.2 Mar 18

Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when

CVE-2025-60464 HIGH POC
7.8 Jun 25

Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_

CVE-2026-36355 HIGH POC
7.7 May 05

Arbitrary kernel memory read/write in Realtek rtl819x Jungle SDK Wi-Fi driver allows local unprivileged attackers to acc

CVE-2025-60474 HIGH POC
7.5 Jun 24

Denial of service in GPAC's MP4Box/libgpac media importer (versions before 26.02.0) lets an attacker crash the tool by s

CVE-2026-38639 HIGH POC
7.5 Jun 26

An issue in the parse_month function (/time/strptime.rs) of relibc commit ab6a2e allows attackers to cause a Denial of S

CVE-2026-38641 HIGH POC
7.5 Jun 26

Denial of service in relibc (the Redox OS C standard library) at commit 61f42d allows attackers to crash a process by ge

CVE-2026-38637 HIGH POC
7.5 Jun 25

An issue in the pthread_rwlockattr_setpshared() function of relibc commit 61f42d allows attackers to cause a Denial of S

CVE-2026-38640 HIGH POC
7.5 Jun 25

Denial of service in relibc (the Redox OS C standard library implementation, commit 61f42d) lets attackers crash a proce

Share

EUVD-2026-36772 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy