GHSA-5GC2-7C65-8FQ8
Vulnerability from github – Published: 2024-10-03 18:27 – Updated: 2024-10-03 18:27
VLAI?
Summary
async-graphql Directive Overload
Details
Impact
- Service Disruption: The server may become unresponsive or extremely slow, potentially leading to downtime.
- Resource Exhaustion: Excessive use of server resources, such as CPU and memory, could negatively impact other services running on the same infrastructure.
- User Experience Degradation: Users may experience delays or failures when accessing the service, which could lead to frustration and loss of trust in the service.
Patches
- Upgrade to v7.0.10
- Use SchemaBuilder.limit_directives to limit the maximum number of directives for a single field.
Severity ?
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "async-graphql"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.0.10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2024-47614"
],
"database_specific": {
"cwe_ids": [
"CWE-770"
],
"github_reviewed": true,
"github_reviewed_at": "2024-10-03T18:27:11Z",
"nvd_published_at": "2024-10-03T15:15:14Z",
"severity": "HIGH"
},
"details": "### Impact\n\n- Service Disruption: The server may become unresponsive or extremely slow, potentially leading to downtime.\n- Resource Exhaustion: Excessive use of server resources, such as CPU and memory, could negatively impact other services running on the same infrastructure.\n- User Experience Degradation: Users may experience delays or failures when accessing the service, which could lead to frustration and loss of trust in the service.\n\n### Patches\n\n1. Upgrade to v7.0.10\n2. Use [SchemaBuilder.limit_directives](https://docs.rs/async-graphql/latest/async_graphql/struct.SchemaBuilder.html#method.limit_directives) to limit the maximum number of directives for a single field.\n",
"id": "GHSA-5gc2-7c65-8fq8",
"modified": "2024-10-03T18:27:11Z",
"published": "2024-10-03T18:27:11Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/async-graphql/async-graphql/security/advisories/GHSA-5gc2-7c65-8fq8"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47614"
},
{
"type": "WEB",
"url": "https://github.com/async-graphql/async-graphql/commit/7f1791488463d4e9c5adcd543962173e2f6cbd34"
},
{
"type": "PACKAGE",
"url": "https://github.com/async-graphql/async-graphql"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "async-graphql Directive Overload"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…