---
id: CVE-2025-65835
title: >-
  The Cordova plugin cordova-plugin-x-socialsharing
  (SocialSharing-PhoneGap-Plugin) for Android 6.0.4, registers an exported
  broadcast receiver nl.xservices.plugins.ShareChooserPendingIntent with an
  android.intent.action.SEND intent filter…
summary: >-
  The Cordova plugin cordova-plugin-x-socialsharing
  (SocialSharing-PhoneGap-Plugin) for Android 6.0.4, registers an exported
  broadcast receiver nl.xservices.plugins.ShareChooserPendingIntent with an
  android.intent.action.SEND intent filter…
severity: medium
cvss: 6.2
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-476
vendor: eddyverbruggen
product: cordova-plugin-x-socialsharing
affected:
  - cordova-plugin-x-socialsharing = 6.0.4
published: '2025-12-15'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T20:17:58.250'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2025-65835'
references:
  - url: 'https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin'
    label: cve@mitre.org
  - url: >-
      https://medium.com/@lcrawfqrd/local-dos-via-exported-receivers-f6b1da10d3b7
    label: cve@mitre.org
  - url: 'https://www.npmjs.com/package/cordova-plugin-x-socialsharing'
    label: cve@mitre.org
tags:
  - nvd
epss: 0.00278
epssPercentile: 0.20525
ingestedAt: '2026-09-15T20:44:02.378Z'
---

## Overview

The Cordova plugin cordova-plugin-x-socialsharing (SocialSharing-PhoneGap-Plugin) for Android 6.0.4, registers an exported broadcast receiver nl.xservices.plugins.ShareChooserPendingIntent with an android.intent.action.SEND intent filter. The onReceive implementation accesses Intent.EXTRA_CHOSEN_COMPONENT without checking for null. If a broadcast is sent with extras present but without EXTRA_CHOSEN_COMPONENT, the code dereferences a null value and throws a NullPointerException. Because the receiver is exported and performs no permission or caller validation, any local application on the device can send crafted ACTION_SEND broadcasts to this component and repeatedly crash the host application, resulting in a local, unauthenticated application-level denial of service for any app that includes the plugin.

## Affected

- `cordova-plugin-x-socialsharing = 6.0.4`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
