Intel

AIKIDO-2025-10724

@stefanobartoletti/nuxt-social-share is vulnerable to Improper Input Validation

Improper Input Validation Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Oct 21, 2025

40

Medium Risk

This Affects:

JS@stefanobartoletti/nuxt-social-share
1.0.0 - 2.0.0
Fixed in 2.1.0
Are you affected? Scan for Free

TL;DR

Affected versions of this package are vulnerable to URL Injection due to improper input sanitization. The vulnerability occurs because user-supplied values from argTitle, argUser, argHashtags, and argImage are directly concatenated into the URL string before encoding occurs. An attacker can exploit this by injecting malicious parameters or altering the URL structure through these unencoded inputs, potentially leading to open redirects, phishing attacks, or other client-side vulnerabilities. The security risk exists because the initial concatenation happens before any encoding, allowing special characters to modify the final URL construction.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

@stefanobartoletti/nuxt-social-share is vulnerable to Improper Input Validation in versions 1.0.0 - 2.0.0.

How to fix this

Upgrade the @stefanobartoletti/nuxt-social-share library to the patch version.