Dart

Dart Software Development Kit

6 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.11%
  • Veröffentlicht 27.10.2022 16:15:09
  • Zuletzt bearbeitet 21.11.2024 07:18:49

The implementation of backslash parsing in the Dart URI class for versions prior to 2.18 and Flutter versions prior to 3.30 differs from the WhatWG URL standards. Dart uses the RFC 3986 syntax, which creates incompatibilities with the '\' characters ...

  • EPSS 0.12%
  • Veröffentlicht 18.02.2022 14:15:07
  • Zuletzt bearbeitet 21.11.2024 06:38:39

Dart SDK contains the HTTPClient in dart:io library whcih includes authorization headers when handling cross origin redirects. These headers may be explicitly set and contain sensitive information. By default, HttpClient handles redirection logic. If...

  • EPSS 0.23%
  • Veröffentlicht 05.01.2022 11:15:08
  • Zuletzt bearbeitet 21.11.2024 05:50:20

Bidirectional Unicode text can be interpreted and compiled differently than how it appears in editors which can be exploited to get nefarious code passed a code review by appearing benign. An attacker could embed a source that is invisible to a code ...

  • EPSS 0.33%
  • Veröffentlicht 09.12.2021 17:15:07
  • Zuletzt bearbeitet 21.11.2024 05:50:20

When using the dart pub publish command to publish a package to a third-party package server, the request would be authenticated with an oauth2 access_token that is valid for publishing on pub.dev. Using these obtained credentials, an attacker can im...

  • EPSS 0.36%
  • Veröffentlicht 22.04.2021 15:15:07
  • Zuletzt bearbeitet 21.11.2024 05:50:18

Bad validation logic in the Dart SDK versions prior to 2.12.3 allow an attacker to use an XSS attack via DOM clobbering. The validation logic in dart:html for creating DOM nodes from text did not sanitize properly when it came across template tags.

  • EPSS 0.09%
  • Veröffentlicht 26.03.2020 12:15:12
  • Zuletzt bearbeitet 21.11.2024 05:39:41

An improper HTML sanitization in Dart versions up to and including 2.7.1 and dev versions 2.8.0-dev.16.0, allows an attacker leveraging DOM Clobbering techniques to skip the sanitization and inject custom html/javascript (XSS). Mitigation: update you...