GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

OPENSUSE-SU-2026:21849-1

Vulnerability from csaf_opensuse - Published: 2026-09-14 13:20 - Updated: 2026-09-15 16:13
Summary
Security update for kimi-code
Severity
Moderate
Notes
Title of the patch: Security update for kimi-code
Description of the patch: This update for kimi-code fixes the following issues: Changes in kimi-code: Update to version 0.42.0: * Add an experimental Updates panel with paginated progress messages from the main agent and subagents, enabled with KIMI_CODE_EXPERIMENTAL_NOTIFY_USER=1 * Turn the subagent model pool, Remote Control and the minidb session-index read model with the global search worker always on; their experimental flags and opt-out variables are gone, search persistence is now tuned via the [database] section * Give tower worker and reviewer briefings the full mission context, follow the subagent timeout for tower agents, and show each background agent's model in /tasks * Retrieve file search matches beyond the first 100 results, accept HEIC, HEIF and BMP images with Kimi-served models, and warn in kimi -p when project MCP servers are skipped in an untrusted folder * Read files with configurable character limits and resumable long-line reads, decode malformed UTF-16 with a warning, and preserve image and video filenames in session history * Rework the dashboard: deletable sessions, reorderable media rail, collapsed tool calls revealed with Ctrl-O, and less jank on long conversations and session reloads Update to version 0.41.0: * Add experimental tower mode for multi-agent orchestration and Remote Control for reaching a local web session remotely * Add the WaitFor tool so the agent can wait for a background task inside the current turn, and an optional fork parameter that starts a subagent from a snapshot of the caller's history * Support two OAuth login methods, kimi.ai and kimi.com, and activate several skills in one prompt * Enable the subagent model pool in every launch mode by default and make turn-level file history unconditional * Add a dangerous-command guard that always asks before shutdown, reboot or rm -rf in manual and YOLO permission modes, disabled with [permission] dangerous_command_guard; auto mode never blocks * Remove kimi web --allow-remote-terminals; PTY terminal routes are served on loopback binds only * Require Edit and Write to read a file first, and reject a write when the file changed on disk since that read * Rework the bundled web dashboard: multi-tab right sidebar, Open/Done/Workspaces session tabs, a plugin marketplace panel and mobile bottom sheets * ... see upstream's release notes for the full list - Vendor the runtime dependencies upstream stopped inlining in 0.39.0: * Add ws, qrcode and qrcode's own pngjs and dijkstrajs as sources, installed into the package's private node_modules * Unpack the npm tarball directly instead of running npm install, which would resolve the new dependencies against the registry and pull in qrcode's CLI-only yargs tree * Declare the vendored trees with Provides: bundled(...) - CVE-2026-48779: ws denial of service from a high volume of tiny WebSocket fragments; the ws inlined in the old bundle predated the 8.21.0 fix, the vendored ws is 8.21.3 (boo#1268927) - CVE-2026-45736: ws uninitialized memory disclosure via websocket.close() with a TypedArray, fixed by the same ws version (boo#1269951) - Load the compiled node-pty addon during the build check as well
Patchnames: openSUSE-Leap-16.0-packagehub-588
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.aarch64
Vendor Fix
Unresolved product id: openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.x86_64
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 2 products, the same list as for CVE-2026-45736
Threats
Impact moderate

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for kimi-code",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for kimi-code fixes the following issues:\n\nChanges in kimi-code:\n\nUpdate to version 0.42.0:\n\n  * Add an experimental Updates panel with paginated progress\n    messages from the main agent and subagents, enabled with\n    KIMI_CODE_EXPERIMENTAL_NOTIFY_USER=1\n  * Turn the subagent model pool, Remote Control and the minidb\n    session-index read model with the global search worker always\n    on; their experimental flags and opt-out variables are gone,\n    search persistence is now tuned via the [database] section\n  * Give tower worker and reviewer briefings the full mission\n    context, follow the subagent timeout for tower agents, and\n    show each background agent\u0027s model in /tasks\n  * Retrieve file search matches beyond the first 100 results,\n    accept HEIC, HEIF and BMP images with Kimi-served models,\n    and warn in kimi -p when project MCP servers are skipped in\n    an untrusted folder\n  * Read files with configurable character limits and resumable\n    long-line reads, decode malformed UTF-16 with a warning, and\n    preserve image and video filenames in session history\n  * Rework the dashboard: deletable sessions, reorderable media\n    rail, collapsed tool calls revealed with Ctrl-O, and less\n    jank on long conversations and session reloads\n\nUpdate to version 0.41.0:\n\n  * Add experimental tower mode for multi-agent orchestration and\n    Remote Control for reaching a local web session remotely\n  * Add the WaitFor tool so the agent can wait for a background\n    task inside the current turn, and an optional fork parameter\n    that starts a subagent from a snapshot of the caller\u0027s history\n  * Support two OAuth login methods, kimi.ai and kimi.com, and\n    activate several skills in one prompt\n  * Enable the subagent model pool in every launch mode by default\n    and make turn-level file history unconditional\n  * Add a dangerous-command guard that always asks before shutdown,\n    reboot or rm -rf in manual and YOLO permission modes, disabled\n    with [permission] dangerous_command_guard; auto mode never\n    blocks\n  * Remove kimi web --allow-remote-terminals; PTY terminal routes\n    are served on loopback binds only\n  * Require Edit and Write to read a file first, and reject a write\n    when the file changed on disk since that read\n  * Rework the bundled web dashboard: multi-tab right sidebar,\n    Open/Done/Workspaces session tabs, a plugin marketplace panel\n    and mobile bottom sheets\n  * ... see upstream\u0027s release notes for the full list\n- Vendor the runtime dependencies upstream stopped inlining in\n  0.39.0:\n  * Add ws, qrcode and qrcode\u0027s own pngjs and dijkstrajs as\n    sources, installed into the package\u0027s private node_modules\n  * Unpack the npm tarball directly instead of running npm install,\n    which would resolve the new dependencies against the registry\n    and pull in qrcode\u0027s CLI-only yargs tree\n  * Declare the vendored trees with Provides: bundled(...)\n- CVE-2026-48779: ws denial of service from a high volume of tiny\n  WebSocket fragments; the ws inlined in the old bundle predated\n  the 8.21.0 fix, the vendored ws is 8.21.3 (boo#1268927)\n- CVE-2026-45736: ws uninitialized memory disclosure via\n  websocket.close() with a TypedArray, fixed by the same ws version\n  (boo#1269951)\n- Load the compiled node-pty addon during the build check as well\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-Leap-16.0-packagehub-588",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_21849-1.json"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1268927",
        "url": "https://bugzilla.suse.com/1268927"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1269951",
        "url": "https://bugzilla.suse.com/1269951"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2026-45736 page",
        "url": "https://www.suse.com/security/cve/CVE-2026-45736/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2026-48779 page",
        "url": "https://www.suse.com/security/cve/CVE-2026-48779/"
      }
    ],
    "title": "Security update for kimi-code",
    "tracking": {
      "current_release_date": "2026-09-15T16:13:54Z",
      "generator": {
        "date": "2026-09-14T13:20:22Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2026:21849-1",
      "initial_release_date": "2026-09-14T13:20:22Z",
      "revision_history": [
        {
          "date": "2026-09-14T13:20:22Z",
          "number": "1",
          "summary": "Current version"
        },
        {
          "date": "2026-09-15T16:13:54Z",
          "number": "2",
          "summary": "unknown changes"
        }
      ],
      "status": "final",
      "version": "2"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kimi-code-0.42.0-bp160.1.1.aarch64",
                "product": {
                  "name": "kimi-code-0.42.0-bp160.1.1.aarch64",
                  "product_id": "kimi-code-0.42.0-bp160.1.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kimi-code-0.42.0-bp160.1.1.x86_64",
                "product": {
                  "name": "kimi-code-0.42.0-bp160.1.1.x86_64",
                  "product_id": "kimi-code-0.42.0-bp160.1.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "openSUSE Leap 16.0",
                "product": {
                  "name": "openSUSE Leap 16.0",
                  "product_id": "openSUSE Leap 16.0"
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kimi-code-0.42.0-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
          "product_id": "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.aarch64"
        },
        "product_reference": "kimi-code-0.42.0-bp160.1.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 16.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kimi-code-0.42.0-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
          "product_id": "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.x86_64"
        },
        "product_reference": "kimi-code-0.42.0-bp160.1.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 16.0"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2026-45736",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2026-45736"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "ws is an open source WebSocket client and server for Node.js. Prior to 8.20.1, the websocket.close() implementation is vulnerable to uninitialized memory disclosure when a TypedArray is passed as the reason argument. This vulnerability is fixed in 8.20.1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.aarch64",
          "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2026-45736",
          "url": "https://www.suse.com/security/cve/CVE-2026-45736"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1269951 for CVE-2026-45736",
          "url": "https://bugzilla.suse.com/1269951"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.aarch64",
            "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.aarch64",
            "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2026-09-14T13:20:22Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2026-45736"
    },
    {
      "cve": "CVE-2026-48779",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2026-48779"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "ws is an open source WebSocket client and server for Node.js. All versions from 1.1.0 up to (but not including) 5.2.5, from 6.0.0 up to 6.2.4, from 7.0.0 up to 7.5.11, and from 8.0.0 up to 8.21.0 are affected by a memory exhaustion DoS vulnerability. A peer can send a high volume of exceptionally small fragments and data chunks, with modest network traffic, to force the remote peer into allocating and holding structural wrappers that consume far more memory than the default documented message-size limit, leading to process termination due to OOM. This issue has been fixed in versions 5.2.5, 6.2.4, 7.5.11, and 8.21.0.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.aarch64",
          "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2026-48779",
          "url": "https://www.suse.com/security/cve/CVE-2026-48779"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1268904 for CVE-2026-48779",
          "url": "https://bugzilla.suse.com/1268904"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.aarch64",
            "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.aarch64",
            "openSUSE Leap 16.0:kimi-code-0.42.0-bp160.1.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2026-09-14T13:20:22Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2026-48779"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

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…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…