← Scan another repo

github.com/ehang-io/nps

@ ab648d6f0c61

Submitted 8/4/2026, 10:28:00 AM · Status: ok

Risk grade
F
100 / 100
Findings
497
9 critical56 high165 medium3 low264 info3 on CISA KEV0ATT&CK
Showing 497 of 497 findings

Findings

  • golang.org/x/crypto doesn't drop invoking agent constraints when forwarding keys
    grypeCVE-2026-39832EPSS 0.6%
  • golang.org/x/crypto doesn't enforce invoking key constraints
    grypeCVE-2026-39833EPSS 0.4%
  • golang.org/x/crypto vulnerable to auth bypass via unenforced @revoked status
    grypeCVE-2026-42508EPSS 0.6%
  • golang.org/x/crypto vulnerable to infinite loop on large channel writes
    grypeCVE-2026-39834EPSS 0.5%
  • golang.org/x/crypto: FIDO/U2F security key physical presence check can be bypassed
    grypeCVE-2026-39831EPSS 0.4%
  • golang.org/x/crypto: Invoking client can cause server deadlock on unexpected responses
    grypeCVE-2026-39830EPSS 0.6%
  • golang.org/x/crypto: Invoking VerifiedPublicKeyCallback permissions skip enforcement
    grypeCVE-2026-46595EPSS 0.5%
  • Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto
    grypeCVE-2024-45337EPSS 3.1%
  • google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation
    gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omi…
    trivyCVE-2026-33186
  • Detected private-key: Identified a Private Key, which may compromise cryptographic security and sensitive data encryption
    Identified a Private Key, which may compromise cryptographic security and sensitive data encryption.
    gitleaks
  • An attacker can cause unbounded memory growth in servers accepting HTTP/2 requests.
    grypeCVE-2021-44716EPSS 4.0%
  • golang.org/x/crypto Vulnerable to Denial of Service (DoS) via Slow or Incomplete Key Exchange
    grypeCVE-2025-22869EPSS 0.9%
  • golang.org/x/crypto: Invoking byte arithmetic causes underflow and panic
    grypeCVE-2026-46597EPSS 0.5%
  • golang.org/x/crypto: Invoking pathological RSA/DSA parameters may cause DoS
    grypeCVE-2026-39829EPSS 0.5%
  • golang.org/x/crypto/ssh Denial of service via crafted Signer
    grypeCVE-2022-27191EPSS 3.9%
  • golang.org/x/net vulnerable to Uncontrolled Resource Consumption
    grypeCVE-2022-41723EPSS 4.6%
  • golang.org/x/net/html Infinite Loop vulnerability
    grypeCVE-2021-33194EPSS 7.5%
  • golang.org/x/net/http2 Denial of Service vulnerability
    grypeCVE-2022-27664EPSS 2.6%
  • HTTP/2 rapid reset can cause excessive work in net/http
    grypeCVE-2023-39325EPSS 3.8%
  • httpTokenCacheKey uses path.Base to extract the expected HTTP-01 token value to lookup in the DirCache implementation. On Windows, path.Base acts differently to filepath.Base, since Windows uses a dif
    httpTokenCacheKey uses path.Base to extract the expected HTTP-01 token value to lookup in the DirCache implementation. On Windows, path.Base acts differently to filepath.Base, since Windows uses a different path separator (\ vs. /), allowing a user to provide a relative path, i.e…
    grypeCVE-2022-30636EPSS 0.6%
  • Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer.
    grypeCVE-2026-46600EPSS 0.3%
  • SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.
    grypeCVE-2025-47913EPSS 0.6%
  • The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com"
    The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in progra…
    grypeCVE-2026-39821EPSS 0.7%
  • When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.
    grypeCVE-2026-33814EPSS 0.8%
  • x/crypto/ssh vulnerable to panic via malformed packets
    grypeCVE-2021-43565EPSS 1.0%
  • Command injection: exec.Command/exec.CommandContext is invoked with a shell (sh/bash -c) plus an interpolated string, or with argv[0] AND its args spread from the same parsed slice (osArgs[0], osArgs[
    Command injection: exec.Command/exec.CommandContext is invoked with a shell (sh/bash -c) plus an interpolated string, or with argv[0] AND its args spread from the same parsed slice (osArgs[0], osArgs[1:]...) — i.e. a command string split into an argv and executed, which lets inpu…
    semgreplib/daemon/daemon.go:91
  • Committed PEM private-key material (a "-----BEGIN ... PRIVATE KEY-----" block). Anyone with repo read access holds the key: rotate it, remove it from history, and load keys at runtime from a secret st
    Committed PEM private-key material (a "-----BEGIN ... PRIVATE KEY-----" block). Anyone with repo read access holds the key: rotate it, remove it from history, and load keys at runtime from a secret store / mounted volume instead. (First-party socbox rule; Apache-2.0.)
    semgrepconf/server.key:1
  • A norm.Iter can enter an infinite loop when handling input containing ...
    A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.
    trivyCVE-2026-56852
  • gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation
    An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarshal.go lacks certain index validation, aka the "skippy peanut butter" issue.
    trivyCVE-2021-3121
  • golang-gopkg-yaml: crash when attempting to deserialize invalid input
    An issue in the Unmarshal function in Go-Yaml v3 causes the program to crash when attempting to deserialize invalid input.
    trivyCVE-2022-28948
  • golang: crash in a golang.org/x/crypto/ssh server
    The golang.org/x/crypto/ssh package before 0.0.0-20220314234659-1baeb1ce4c0b for Go allows an attacker to crash a server in certain circumstances involving AddHostKey.
    trivyCVE-2022-27191
  • golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags
    An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.
    trivyCVE-2022-32149
  • golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487)
    A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attack…
    trivyCVE-2023-39325
  • golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS
    An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed Ma…
    trivyCVE-2023-45288
  • golang: net/http: handle server errors after sending GOAWAY
    In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.
    trivyCVE-2022-27664
  • golang: net/http: limit growth of header canonicalization cache
    net/http in Go before 1.16.12 and 1.17.x before 1.17.5 allows uncontrolled memory consumption in the header canonicalization cache via HTTP/2 requests.
    trivyCVE-2021-44716
  • golang: out-of-bounds read in golang.org/x/text/language leads to DoS
    golang.org/x/text/language in golang.org/x/text before 0.3.7 can panic with an out-of-bounds read during BCP 47 language tag parsing. Index calculation is mishandled. If parsing untrusted user input, this can be used as a vector for a denial-of-service attack.
    trivyCVE-2021-38561
  • golang: x/net/html: infinite loop in ParseFragment
    golang.org/x/net before v0.0.0-20210520170846-37e1c6afe023 allows attackers to cause a denial of service (infinite loop) via crafted ParseFragment input.
    trivyCVE-2021-33194
  • golang.org/x/crypto: empty plaintext packet causes panic
    The x/crypto/ssh package before 0.0.0-20211202192323-5770296d904e of golang.org/x/crypto allows an attacker to panic an SSH server.
    trivyCVE-2021-43565
  • golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh
    SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.
    trivyCVE-2025-22869
  • golang.org/x/crypto/ssh: golang: golang.org/x/crypto/ssh: Denial of Service via crafted SSH certificate
    SSH servers which use CertChecker as a public key callback without setting IsUserAuthority or IsHostAuthority could be caused to panic by a client presenting a certificate. CertChecker now returns an error instead of panicking when these callbacks are nil.
    trivyCVE-2026-39835
  • golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Authorization bypass due to skipped source-address validation
    Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of callback is passed other than public key, then the source-address validation would be skipped.
    trivyCVE-2026-46595
  • golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs
    An incorrectly placed cast from bytes to int allowed for server-side panic in the AES-GCM packet decoder for well-crafted inputs.
    trivyCVE-2026-46597
  • golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters
    The RSA and DSA public key parsers did not enforce size limits on key parameters. A crafted public key with an excessively large modulus or DSA parameter could cause several minutes of CPU consumption during signature verification. This could be triggered by unauthenticated clien…
    trivyCVE-2026-39829
  • golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses
    A malicious SSH peer could send unsolicited global request responses to fill an internal buffer, blocking the connection's read loop. The blocked goroutine could not be released by calling Close(), resulting in a resource leak per connection. Unsolicited global responses are now …
    trivyCVE-2026-39830
  • golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check
    The Verify() method for FIDO/U2F security key types (sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com) did not check the User Presence flag. Signatures generated without physical touch were accepted, allowing unattended use of a hardware security key. To restore the…
    trivyCVE-2026-39831
  • golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Unauthorized command execution via discarded SSH permissions
    When an SSH server authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were silently discarded, potentially dropping certificate restrictions such as force-command after a second factor succeeded. Returning non-nil Permissions with Par…
    trivyCVE-2026-39828
  • golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto
    Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that "A call to this function does not guarantee that…
    trivyCVE-2024-45337
  • golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: Security bypass due to improper handling of key restrictions
    When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on the remote host. The client now…
    trivyCVE-2026-39832
  • golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS
    SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.
    trivyCVE-2025-47913
  • golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey
    Previously, a revoked 'SignatureKey' belonging to a CA was not correctly checked for revocation. Now, both the 'key' and 'key.SignatureKey' are checked for @revoked.
    trivyCVE-2026-42508
  • golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass
    Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
    trivyCVE-2026-27136
  • golang.org/x/net/html: golang.org/x/net/html: Arbitrary code execution via Cross-Site Scripting
    Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering.
    trivyCVE-2026-25681
  • golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html
    An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.
    trivyCVE-2024-45338
  • golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding
    A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.
    trivyCVE-2022-41723
  • golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing
    The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in program…
    trivyCVE-2026-39821
  • golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws
    An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.
    trivyCVE-2025-22868
  • gRPC-Go HTTP/2 Rapid Reset vulnerability
    ### Impact In affected releases of gRPC-Go, it is possible for an attacker to send HTTP/2 requests, cancel them, and send subsequent requests, which is valid by the HTTP/2 protocol, but would cause the gRPC-Go server to launch more concurrent method handlers than the configured m…
    trivy
  • gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities
    Multiple security vulnerabilities have been identified and addressed in grpc-go affecting the xDS RBAC authorization engine (internal/xds/rbac) and the HTTP/2 transport server implementation (internal/transport). These vulnerabilities could result in: - Authorization Bypass (Fai…
    trivy
  • Image user should not be 'root'
    Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.
    trivyDockerfile.npc:0
  • Image user should not be 'root'
    Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.
    trivyDockerfile.nps:0
  • net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame
    When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.
    trivyCVE-2026-33814
  • The TIFF decoder can panic when decoding an invalid image with an out- ...
    The TIFF decoder can panic when decoding an invalid image with an out-of-bounds strip offset.
    trivyCVE-2026-46604
  • The TIFF decoder does not set a limit on the size of tiles in tiled im ...
    The TIFF decoder does not set a limit on the size of tiles in tiled images, permitting a malicious or corrupt image containing a very large tile to cause unbounded memory consumption.
    trivyCVE-2026-46602
  • ulikunitz/xz: Infinite loop in readUvarint allows for denial of service
    xz is a compression and decompression library focusing on the xz format completely written in Go. The function readUvarint used to read the xz container format may not terminate a loop provide malicous input. The problem has been fixed in release v0.5.8. As a workaround users can…
    trivyCVE-2021-29482

This report is public.