Deeply nested fragments in a GraphQL request may cause a stack overflow in the server.
This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.
mystic_light_sdk(9 total, 3 outdated, 1 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| async-graphql ⚠️ | ^4.0.1 | 7.0.17 | out of date |
| custom_error | ^1.9.2 | 1.9.2 | up to date |
| either | ^1.7.0 | 1.15.0 | up to date |
| libloading | ^0.7.3 | 0.9.0 | out of date |
| oaidl | ^0.2.1 | 0.2.1 | up to date |
| serde | ^1.0.137 | 1.0.228 | up to date |
| tracing | ^0.1.36 | 0.1.41 | up to date |
| widestring | ^0.4.3 | 1.2.1 | out of date |
| winapi | ^0.3.9 | 0.3.9 | up to date |
(2 total, 1 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| serde_json | ^1.0.81 | 1.0.145 | up to date |
| tracing-subscriber ⚠️ | ^0.3.15 | 0.3.20 | maybe insecure |
(1 total, all up-to-date)
| Crate | Required | Latest | Status |
|---|---|---|---|
| copy_dir | ^0.1.2 | 0.1.3 | up to date |
async-graphql: Denial of service on deeply nested fragment requestsDeeply nested fragments in a GraphQL request may cause a stack overflow in the server.
tracing-subscriber: Logging user input may result in poisoning logs with ANSI escape sequencesPrevious versions of tracing-subscriber were vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to:
In isolation, impact is minimal, however security issues have been found in terminal emulators that enabled an attacker to use ANSI escape sequences via logs to exploit vulnerabilities in the terminal emulator.
This was patched in PR #3368 to escape ANSI control characters from user input.