CVE-2026-30283: An arbitrary file overwrite vulnerability in PEAKSEL D.O.O.
An arbitrary file overwrite vulnerability in PEAKSEL D.O.O. NIS Animal Sounds and Ringtones v1.3.0 allows attackers to overwrite critical internal files via the file import process, leading to arbitrary code execution or information exposure.
Security readout for executives and security teams
Plain-English summary
A flaw in the consumer app "NIS Animal Sounds and Ringtones" (v1.3.0) by PEAKSEL D.O.O. lets an attacker overwrite the app's internal files during a file import, which can lead to code running on the device or data being exposed. The advisory carries a critical CVSS score, but the app is a consumer novelty tool with limited enterprise footprint.
Executive priority
Low priority for most enterprises. This is a consumer Android-style app with limited business relevance; prioritize only if the app is present on managed mobile devices.
Technical view
CVE-2026-30283 is a CWE-22 path traversal issue in PEAKSEL D.O.O. NIS Animal Sounds and Ringtones v1.3.0. The file import handler does not properly canonicalize destination paths, letting a crafted archive or import payload overwrite internal application files. Successful overwrite can enable arbitrary code execution or information disclosure within the app's context. NVD assigns CVSS 3.1 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), though real-world exploitation requires the user to import an attacker-controlled file.
Likely exposure
Exposure is narrow and consumer-focused. The affected product is a novelty sounds and ringtones app from PEAKSEL D.O.O., not typical enterprise software. Organizations are only exposed if employees have installed this specific app version on managed mobile devices, and even then the attack requires the user to import a malicious file.
Exploitation context
No public exploit code, proof of concept, or in-the-wild activity is cited in the source bundle. The CVE is not listed in CISA KEV. The disclosure originates from an academic research group tracking arbitrary file overwrite issues, suggesting this was found through automated analysis rather than active exploitation.
Researcher notes
CWE-22 path traversal in the file import routine allows arbitrary overwrite of internal application files. The CVSS 9.8 vector (AV:N/AC:L/PR:N/UI:N) appears aggressive given that "file import" typically implies user interaction; the vector may not reflect real-world preconditions. Affected product metadata in the CVE record is "n/a", which limits scoping. Reference disclosure lives at github.com/Secsys-FDU/AF_CVEs (Fudan University Secsys group). No fixed version, patch, or KEV entry is cited.
Mitigation direction
Inventory managed mobile devices for NIS Animal Sounds and Ringtones v1.3.0 installations.
Remove the app from corporate devices or MDM allow-lists where present.
Monitor vendor (peaksel.com) channels for a patched release addressing CWE-22.
Advise users to avoid importing files from untrusted sources into the app.
Validation and detection
Check MDM and endpoint inventory for the package identifier associated with NIS Animal Sounds and Ringtones v1.3.0.
Confirm installed version against PEAKSEL advisories once published.
Review mobile app allow-list policies to catch reinstallation.
Watch CISA KEV and NVD for updates that add fixed versions or exploitation evidence.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.