mermaid-cli
Version: 11.17.0Command line tool for the Mermaid library
What is "mermaid-cli"?
Command line tool for the Mermaid library
How to use this package
Quick install
Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.
min add mermaid-cliDeclare as a task dependency in minimal.toml
Listing the package under tasks.<name>.packages makes it available inside that task’s sandbox.
[tasks.dev]
packages = ["mermaid-cli"]Build-time vs runtime
Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.
min add --build mermaid-cli
min add --runtime mermaid-cliDependencies (5)
Dependency changes
Loading diff…
Could not load the dependency diff for one of the selected versions. Try again.
No dependency changes
The two selected versions have identical direct dependencies.
| Name | Version | Kind |
|---|
No dependants
No other packages in the registry depend on this one.
- Lines:+1Deps:5Released:
- Lines:+28 / -96Deps:5(+1 / -34)Released:
- Lines:+1 / -1Deps:38Released:
- Lines:+194Deps:38(+38)Released:
No direct advisories
This package inherits 50 transitive advisories from its dependencies.
Showing 50 transitive advisories via mermaid-cli's dependencies
No advisories match the current filters.
| Critical (2) | ||||||
| Status | IDs | Package | Severity | |||
|---|---|---|---|---|---|---|
Affected: 3.6.3 | openssl | Critical: 9.1 | ||||
SummaryAEAD Forgeries with Empty Ciphertext When Using EVP_Cipher() Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N References
| ||||||
Affected: 3.6.3 | openssl | Critical: 9.8 | ||||
SummaryUntrusted Sender DN Used as Format String in CMP Response Validation Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H References
| ||||||
| High (15) | ||||||
| Status | IDs | Package | Severity | |||
Under investigation | pcre2 | High: 8.2 | ||||
SummaryNo summary published for this advisory. Affected ranges10.46 – 10.47 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L References
| ||||||
Under investigation | libxml2 | High: 8.0 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L References | ||||||
Affected: 3.6.3 | openssl | High: 7.5 | ||||
SummaryInvalid Pointer Dereference in CMP Server via Crafted protectionAlg Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Affected: 3.6.3 | openssl | High: 7.5 | ||||
SummaryQUIC ACK-only Packet Retention Can Cause Memory Exhaustion Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Affected: 3.6.3 | openssl | High: 7.5 | ||||
SummaryHeap Buffer Overflow in CMS Key Unwrapping Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Affected: 3.6.3 | openssl | High: 7.5 | ||||
SummaryExcessive Memory Use Buffering DTLS Records for a Future Epoch Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Affected: 3.6.3 | openssl | High: 7.5 | ||||
SummaryQUIC Server May Trigger Double Free When Processing INITIAL Packet Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Affected: 3.6.3 | openssl | High: 7.5 | ||||
SummaryRPK Server Signature Algorithm Selection Can Dereference a Missing Certificate Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Under investigation | expat | High | ||||
SummaryExpat Denial of Service via storeAtts() Quadratic Complexity Affected ranges2.8.2 – 2.8.3 References
| ||||||
Affected: 3.6.3 | openssl | High: 7.5 | ||||
SummaryUnbounded Memory Growth in QUIC Server Incoming Channel Queue Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Affected: 3.6.3 | openssl | High: 7.5 | ||||
SummaryClient-Side Memory Leak in OCSP Response Checking Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Under investigation | gzip | High: 7.5 | ||||
SummaryGNU gzip contains a global buffer overflow vulnerability in the LZH decompression logic caused by improper reuse of shared global state between different decompression formats within a single execution. GNU gzip maintains a global array that is shared across the LZ77, LZW, and LZH decompression routines and is not reinitialized between files processed in the same invocation. By decompressing a specially crafted LZW file followed by a specially crafted LZH file in a single gzip -d command, an attacker can poison the shared global state and subsequently trigger an out‑of‑bounds read in the LZH decoder. The LZH decompression logic follows stale values left in the shared array, causing reads past the end of the allocated global buffer. This issue has been fixed in commits 63dbf6b3b9e6e781df1a6a64e609b10e23969681 and e7378c2d421be6a286922374425680bbe9ad8b7d. Affected ranges1.14 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N | ||||||
Under investigation | glibc | High: 7.3 | ||||
SummaryThe deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.2 and newer fail to enforce the caller-supplied buffer length, and can result in an out-of-bounds write when printing TSIG records. Affected ranges2.42 – 2.44 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L | ||||||
Under investigation | pcre2 | High | ||||
SummaryHeap-buffer-overflow in pcre2_compile_32 Affected ranges10.46 – 10.47 References | ||||||
Affected: 2.15.3 | libxml2 | High: 8.8 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H References
| ||||||
| Medium (20) | ||||||
| Status | IDs | Package | Severity | |||
Under investigation | cups | Medium: 4.3 | ||||
SummaryThe cupsUTF32ToUTF8() function in CUPS's cups/transcode.c lacks a source-length bound and can read past the end of the source buffer, resulting in a heap out-of-bounds read. This is reachable via SNMP supply-description parsing in backend/snmp-supplies.c with attacker-controlled content. Affected ranges2.4.17 – 2.4.19 CVSS vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N | ||||||
Under investigation | libxml2 | Medium: 5.6 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L References | ||||||
Under investigation | libxml2 | Medium: 6.9 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L References
| ||||||
Under investigation | libxml2 | Medium: 6.9 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L References
| ||||||
Under investigation | libxml2 | Medium: 6.9 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L References | ||||||
Under investigation | libxml2 | Medium: 6.9 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L References | ||||||
Under investigation | pcre2 | Medium: 6.5 | ||||
SummaryPCRE2: integer overflow in pcre2_compile_32() causes out-of-bounds write on 32-bit systems Affected ranges10.46 – 10.47 CVSS vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L | ||||||
Under investigation | pcre2 | Medium: 5.7 | ||||
SummaryPCRE2: out-of-bounds write in pcre2_pattern_convert() with large patterns on 32-bit systems Affected ranges10.46 – 10.47 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L | ||||||
Affected: 3.6.3 | openssl | Medium: 5.9 | ||||
SummaryCMP Indefinite Cache Growth of ExtraCerts Affected ranges3.6.0 – 3.6.3 CVSS vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H References
| ||||||
Under investigation | expat | Medium: 4.9 | ||||
SummaryNo summary published for this advisory. Affected ranges2.8.2 – 2.8.3 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L | ||||||
Under investigation | expat | Medium: 5.9 | ||||
SummaryNo summary published for this advisory. Affected ranges2.8.2 – 2.8.3 CVSS vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H | ||||||
Under investigation | tar | Medium: 4.4 | ||||
SummaryA TOCTOU (Time-of-Check Time-of-Use) vulnerability in GNU tar's incremental dumpdir 'X' rename handling allows a local attacker with write access to a directory being backed up to influence the restore process if the attacker has access to the system where the restore is being performed. During restoration, files or directories may be created, renamed or overwritten outside the intended extraction directory. This could lead to unauthorized file modification or, in some cases, privilege escalation. Exploitation does not require the attacker to modify or craft the archive, and standard backup and restore workflows—including extracting into a newly created directory without using the -P option do not mitigate the issue. Affected ranges1.35 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N | ||||||
Under investigation | tar | Medium: 4.4 | ||||
SummaryA flaw was found in GNU tar. When extracting an archive with the --one-top-level option, hardlink targets are not confined to the designated top-level directory and may resolve relative to the extraction working directory. A crafted archive can create hardlinks that escape the intended boundary and, when combined with a preexisting symbolic link under the working directory, may allow writing outside that boundary during a single extraction. Affected ranges1.35 CVSS vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N | ||||||
Under investigation | coreutils | Medium | ||||
SummaryOut‑of‑bounds Read in GNU coreutils Affected ranges9.9 – 9.11 References
| ||||||
Under investigation | cups | Medium: 5.3 | ||||
Summaryroot-side banner file disclosure Affected ranges2.4.17 – 2.4.19 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N | ||||||
Under investigation | gzip | Medium: 4.7 | ||||
SummaryGNU gzip contains a vulnerability in the gzexe utility related to insecure temporary file handling. When the mktemp utility is not available in the user’s PATH, gzexe falls back to constructing a temporary file path based solely on the process ID (PID). This predictable filename is created without exclusive access or existence checks. A local attacker can pre‑create the predicted temporary file path as a symbolic link pointing to an arbitrary file writable by the victim. When gzexe runs, it follows the symlink and overwrites the target file, resulting in a time‑of‑check to time‑of‑use (TOCTOU) condition that allows arbitrary file overwrite. This issue has been fixed in the commit 4e6f8b24ab823146ab8776f0b7fe486ab34d4269 Affected ranges1.14 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N | ||||||
Under investigation | harfbuzz | Medium | ||||
SummaryUse-of-uninitialized-value in iup_delta_optimize Affected ranges14.3.0 – 14.3.1 References | ||||||
Under investigation | cups | Medium: 5.7 | ||||
SummaryCUPS copy_model() creates a predictable PPD tempfile without O_EXCL/O_NOFOLLOW (symlink TOCTOU, lp → root) Affected ranges2.4.17 – 2.4.19 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:H | ||||||
Under investigation | libpng | Medium: 5.4 | ||||
SummaryLIBPNG: Chunk smuggling in push-mode APNG parser via unconsumed chunk body Affected ranges1.6.50 – 1.6.58 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L References
| ||||||
Under investigation | glibc | Medium: 6.5 | ||||
SummaryThe deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.0.1 to version 2.43 fail to validate the RDATA content against the RDATA length in a DNS response when processing A6, CERT, LOC, TKEY or TSIG records, which may allow an attacker to craft a DNS response, causing a target application to crash or read uninitialized memory. These functions are for application debugging only and hence not in the path of code executed by the DNS resolver. Further, they have been deprecated since version 2.34 and should not be used by any new applications. Applications should consider porting away from these interfaces since they may be removed in future versions. Affected ranges2.42 – 2.44 CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L | ||||||
| Low (11) | ||||||
| Status | IDs | Package | Severity | |||
Under investigation | cups | Low: 3.0 | ||||
SummaryTwo case-insensitive comparisons on request-derived usernames outside the main authorization path in CUPS's scheduler (printer ACL validation and private-attribute filtering) could allow bypass of username-based access controls in certain configurations. Affected ranges2.4.17 – 2.4.19 CVSS vectorCVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N | ||||||
Under investigation | libxml2 | Low: 2.9 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L References
| ||||||
Under investigation | libxml2 | Low: 2.9 | ||||
SummaryNo summary published for this advisory. Affected ranges2.15.1 – 2.15.3 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L References
| ||||||
Under investigation | pcre2 | Low: 3.7 | ||||
SummaryPCRE2: out-of-bounds reads in pcre2_match() when matching invalid UTF subjects with PCRE2_MATCH_INVALID_UTF Affected ranges10.46 – 10.47 CVSS vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L | ||||||
Under investigation | pcre2 | Low: 2.9 | ||||
SummaryPCRE2: out-of-bounds read in pcre2_match() after JIT fallback with invalid UTF Affected ranges10.46 – 10.47 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L | ||||||
Under investigation | coreutils | Low | ||||
SummaryHeap-based Buffer Overflow in GNU coreutils Affected ranges9.9 – 9.11 References
| ||||||
Under investigation | lief | Low: 3.3 | ||||
SummaryUncontrolled memory allocation in LIEF ELF Note parser (`Note::create`) Affected ranges0.17.5 – 0.17.6 CVSS vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L | ||||||
Under investigation | libxml2 | Low | ||||
SummaryStack-Based Buffer Overflow in libxml2 Affected ranges2.15.1 – 2.15.3 References
| ||||||
Under investigation | cups | Low: 2.5 | ||||
SummaryCUPS fax option values bypass the CVE-2026-34980 control-character sanitizer (incomplete fix) Affected ranges2.4.17 – 2.4.19 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L | ||||||
Under investigation | cups | Low: 3.3 | ||||
SummaryCUPS ipp backend status-line injection can update queue PPD and lead to conditional RCE as lp via foomatic-rip Affected ranges2.4.17 – 2.4.19 CVSS vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L | ||||||
Under investigation | pcre2 | Low: 2.9 | ||||
SummaryPCRE2: uninitialized memory disclosure in pcre2_serialize_encode() Affected ranges10.46 – 10.47 CVSS vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N | ||||||
| Unknown (2) | ||||||
| Status | IDs | Package | Severity | |||
Under investigation | xz | Unknown | ||||
SummaryXZ Utils: Invalid write if a decoder is reinitialized after allocation failure Affected ranges5.8.2 – 5.8.3 | ||||||
Under investigation | harfbuzz | Unknown | ||||
SummaryNull Pointer Dereference in `hb-shape-fuzzer` via `hb_ft_get_glyph_h_advances` Affected ranges14.3.0 – 14.3.1 | ||||||
113 components
No components match your filter.