CVE-2026-18853
Received Received - Intake

Path Traversal in ZomboDroid Meme Generator App

Vulnerability report for CVE-2026-18853, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: VulDB

Description

A security vulnerability has been detected in ZomboDroid Meme Generator App 4.6830 on Android. This issue affects the function t5.l.c of the component com.zombodroid.MemeGenerator. Such manipulation leads to path traversal. Local access is required to approach this attack. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
zombodroid meme_generator 4.6830
zombodroid meme_generator 4.6825

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a path traversal vulnerability in the ZomboDroid Meme Generator app for Android. It allows an attacker to write files to arbitrary locations within the app's private storage by exploiting exported share receivers that accept image URIs. The app copies files without properly sanitizing the filenames, enabling path traversal sequences like ../ to escape the intended directory.

Detection Guidance

Since this is a local Android app vulnerability, detection involves checking for the presence of the vulnerable ZomboDroid Meme Generator app version 4.6830. Inspect installed apps on Android devices using adb shell pm list packages | grep zombodroid or manually in system settings. Verify app version via adb shell dumpsys package com.zombodroid.MemeGenerator | grep versionName.

Impact Analysis

An attacker with local access could exploit this to overwrite sensitive files within the app's private storage, potentially leading to data corruption, unauthorized file creation, or even execution of malicious code if the overwritten files are later used by the app. This requires local access but no additional permissions.

Mitigation Strategies

Uninstall the ZomboDroid Meme Generator app immediately. If removal is not possible, restrict app permissions to minimum required. Avoid using the app to share files until an official patch is released. Monitor for unusual file writes in app-private directories.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-18853. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart