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:12:31.400Z
Modified
2025-12-05T06:42:08.757098Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Agent Dart missing certificate verification checks
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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/48xxx/CVE-2024-48915.json",
    "cwe_ids": [
        "CWE-295"
    ]
}
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