Affected versions of this crate did not properly check for recursion while deserializing aliases.
This allows an attacker to make a YAML file with an alias referring to itself causing an abort.
The flaw was corrected by checking the recursion depth.
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.
clippy-wrapperNo external dependencies! 🙌
micromux(11 total, all up-to-date)
| Crate | Required | Latest | Status |
|---|---|---|---|
| shlex | ^2.0.1 | 2.0.1 | up to date |
| nix | ^0.31.3 | 0.31.3 | up to date |
| filedescriptor | ^0.8.3 | 0.8.3 | up to date |
| alacritty_terminal | ^0.26.0 | 0.26.0 | up to date |
| portable-pty | ^0.9 | 0.9.0 | up to date |
| petgraph | ^0 | 0.8.3 | up to date |
| directories | ^6 | 6.0.0 | up to date |
| humantime | ^2 | 2.4.0 | up to date |
| shellexpand | ^3 | 3.1.2 | up to date |
| unindent | ^0 | 0.2.4 | up to date |
| yaml-spanned | ^0 | 0.0.3 | up to date |
(3 total, 1 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| jsonschema | ^0 | 0.48.2 | up to date |
| serde_json | ^1 | 1.0.151 | up to date |
| serde_yaml ⚠️ | ^0 | 0.9.34+deprecated | maybe insecure |
micromux-tui(5 total, all up-to-date)
| Crate | Required | Latest | Status |
|---|---|---|---|
| ratatui | =0.30.2 | 0.30.2 | up to date |
| ansi-to-tui | ^8 | 8.0.1 | up to date |
| strip-ansi-escapes | ^0 | 0.2.1 | up to date |
| crossterm | ^0.29 | 0.29.0 | up to date |
| tokio-stream | ^0 | 0.1.18 | up to date |
micromux-cli(4 total, 1 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| tracing-subscriber ⚠️ | ^0 | 0.3.23 | maybe insecure |
| tracing-appender | ^0 | 0.2.5 | up to date |
| termcolor | ^1 | 1.4.1 | up to date |
| clap | ^4 | 4.6.3 | up to date |
micromux-screenshot(2 total, all up-to-date)
| Crate | Required | Latest | Status |
|---|---|---|---|
| portable-pty | ^0.9 | 0.9.0 | up to date |
| vt100 | ^0 | 0.16.2 | up to date |
serde_yaml: Uncontrolled recursion leads to abort in deserializationAffected versions of this crate did not properly check for recursion while deserializing aliases.
This allows an attacker to make a YAML file with an alias referring to itself causing an abort.
The flaw was corrected by checking the recursion depth.
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.