Description
A security flaw has been discovered in achorein expo-share-intent up to 8.0.0. This affects the function getDataColumn of the file ExpoShareIntentModule.kt of the component Android File Copy Routine. The manipulation of the argument _display_name results in path traversal. The attack requires a local approach. Upgrading to version 8.0.1 is able to mitigate this issue. The patch is identified as c6900b1ed06fcc3ca4b09651348974ac5b95e4e6. The affected component should be upgraded.
Published: 2026-08-24
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability emerges from the ExpoShareIntentModule.kt file copy routine of the achorein expo-share-intent library, where inadequate handling of the _display_name argument permits an attacker to traverse directories and read files beyond the intended scope. This path traversal flaw exposes sensitive data stored on the device and can lead to confidentiality breaches. The impact is local, requiring an attacker to have control over input provided to the getDataColumn function.

Affected Systems

The flaw affects the achorein expo-share-intent library, specifically versions up to and including 8.0.0. Any project using these versions without upgrading to 8.0.1 or later remains vulnerable. No other vendors or product variants are listed.

Risk and Exploitability

The publicly published CVSS score of 4.8 indicates moderate severity, and no EPSS score is available, suggesting limited or undocumented exploitation activity. The attack requires a local approach—an attacker must interact with the target device or application to supply malicious input. Although the flaw is not listed in the CISA KEV catalog, it still presents a real risk to installations that have not applied the forthcoming patch.

Generated by OpenCVE AI on August 24, 2026 at 06:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the expo-share-intent library to version 8.0.1 or later to apply the fixed file path handling logic.
  • If the application injects custom _display_name values, add validation to reject or sanitize path traversal sequences such as '..', '/', and '\'.
  • Configure the application to limit file copy destinations to a dedicated, sandboxed directory, preventing the use of potentially unsafe paths during runtime.

Generated by OpenCVE AI on August 24, 2026 at 06:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 05:00:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in achorein expo-share-intent up to 8.0.0. This affects the function getDataColumn of the file ExpoShareIntentModule.kt of the component Android File Copy Routine. The manipulation of the argument _display_name results in path traversal. The attack requires a local approach. Upgrading to version 8.0.1 is able to mitigate this issue. The patch is identified as c6900b1ed06fcc3ca4b09651348974ac5b95e4e6. The affected component should be upgraded.
Title achorein expo-share-intent Android File Copy Routine ExpoShareIntentModule.kt getDataColumn path traversal
First Time appeared Achorein
Achorein expo-share-intent
Weaknesses CWE-22
CPEs cpe:2.3:a:achorein:expo-share-intent:*:*:*:*:*:*:*:*
Vendors & Products Achorein
Achorein expo-share-intent
References
Metrics cvssV2_0

{'score': 3.2, 'vector': 'AV:L/AC:L/Au:S/C:N/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 4.4, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Achorein Expo-share-intent
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-24T04:45:10.579Z

Reserved: 2026-08-23T22:23:37.368Z

Link: CVE-2026-78196

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-24T05:16:55.713

Modified: 2026-08-24T05:16:55.713

Link: CVE-2026-78196

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T06:30:13Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')