Vulnerability Description
The Dart and Flutter SDKs provide software development kits for the Dart programming language. In versions of the Dart SDK prior to 3.11.0 and the Flutter SDK prior to version 3.41.0, when the pub client (`dart pub` and `flutter pub`) extracts a package in the pub cache, a malicious package archive can have files extracted outside the destination directory in the `PUB_CACHE`. A fix has been landed in commit 26c6985c742593d081f8b58450f463a584a4203a. By normalizing the file path before writing file, the attacker can no longer traverse up via a symlink. This patch is released in Dart 3.11.0 and Flutter 3.41.0.vAll packages on pub.dev have been vetted for this vulnerability. New packages are no longer allowed to contain symlinks. The pub client itself doesn't upload symlinks, but duplicates the linked entry, and has been doing this for years. Those whose dependencies are all from pub.dev, third-party repositories trusted to not contain malicious code, or git dependencies are not affected by this vulnerability.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Dart | Dart Software Development Kit | < 3.11.0 |
| Flutter | Flutter | < 3.41.0 |
Related Weaknesses (CWE)
References
- https://github.com/dart-lang/pub/commit/26c6985c742593d081f8b58450f463a584a4203aPatch
- https://github.com/dart-lang/sdk/security/advisories/GHSA-q739-79rh-vmvpPatchVendor Advisory
FAQ
What is CVE-2026-27704?
CVE-2026-27704 is a vulnerability with a CVSS score of 7.5 (HIGH). The Dart and Flutter SDKs provide software development kits for the Dart programming language. In versions of the Dart SDK prior to 3.11.0 and the Flutter SDK prior to version 3.41.0, when the pub cli...
How severe is CVE-2026-27704?
CVE-2026-27704 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-27704?
Check the references section above for vendor advisories and patch information. Affected products include: Dart Dart Software Development Kit, Flutter Flutter.