CVE-2024-48915

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-48915
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-48915.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-48915
Aliases
Published
2024-10-15T17:15:11Z
Modified
2024-10-16T18:57:57.964870Z
Summary
[none]
Details

Agent Dart is an agent library built for Internet Computer for Dart and Flutter apps. Prior to version 1.0.0-dev.29, certificate verification in lib/agent/certificate.dart does not occur properly. During the delegation verification in the _checkDelegation function, the canisterranges aren't verified. The impact of not checking the canisterranges is that a subnet can sign canister responses in behalf of another subnet. The certificate’s timestamp, i.e /time path, is also not verified, meaning that the certificate effectively has no expiration time. Version 1.0.0-dev.29 implements appropriate certificate verification.

References

Affected packages

Git / github.com/astroxnetwork/agent_dart

Affected ranges

Type
GIT
Repo
https://github.com/astroxnetwork/agent_dart
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

v1.*

v1.0.0-dev.26
v1.0.0-dev.27
v1.0.0-dev.28