Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
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.
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
Lifecycle Timeline
4DescriptionCVE.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 '&'.
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST
Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al
In Citrix Cloud through 2025-11-10, an account with read-only access can trigger the beginning of a workflow for write o
Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when
Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_
Arbitrary kernel memory read/write in Realtek rtl819x Jungle SDK Wi-Fi driver allows local unprivileged attackers to acc
Denial of service in GPAC's MP4Box/libgpac media importer (versions before 26.02.0) lets an attacker crash the tool by s
An issue in the parse_month function (/time/strptime.rs) of relibc commit ab6a2e allows attackers to cause a Denial of S
Denial of service in relibc (the Redox OS C standard library) at commit 61f42d allows attackers to crash a process by ge
An issue in the pthread_rwlockattr_setpshared() function of relibc commit 61f42d allows attackers to cause a Denial of S
Denial of service in relibc (the Redox OS C standard library implementation, commit 61f42d) lets attackers crash a proce
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36772
GHSA-mq35-3m5c-7282