SecLens 情报中心

网安资讯,一网打尽。汇集权威漏洞通告与行业要闻,结合分组浏览、智能过滤、RSS订阅 和 Webhook 推送,多通道拓展您的安全情报视野。

厂商发布

厂商对产品安全、配置或策略的更新说明。

  • CVE-2026-31399

    发布时间 2026-05-29 15:15 (UTC+08:00) 抓取时间 2026-05-29 16:10 (UTC+08:00)

    In the Linux kernel, the following vulnerability has been resolved: nvdimm/bus: Fix potential use after free in asynchronous initialization Dingisoul with KASAN reports a use after free if device_add() fails in nd_async_device_register(). Commit b6eae0f61db2 ("libnvdimm: Hold reference on parent while scheduling async init") correctly added a reference on th

    扩展字段
    {
      "cve_id": "CVE-2026-31399",
      "raw_pub_date": "Fri, 29 May 2026 15:15:14 +0800"
    }
    阿里云 Linux CVE 通知 cve:cve-2026-31399 type:cve vendor:alibaba cve vendor-update
  • CVE-2026-31402

    发布时间 2026-05-29 15:15 (UTC+08:00) 抓取时间 2026-05-29 16:10 (UTC+08:00)

    In the Linux kernel, the following vulnerability has been resolved: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache The NFSv4.0 replay cache uses a fixed 112-byte inline buffer (rp_ibuf[NFSD4_REPLAY_ISIZE]) to store encoded operation responses. This size was calculated based on OPEN responses and does not account for LOCK denied responses, which include

    扩展字段
    {
      "cve_id": "CVE-2026-31402",
      "raw_pub_date": "Fri, 29 May 2026 15:15:14 +0800"
    }
    阿里云 Linux CVE 通知 cve:cve-2026-31402 type:cve vendor:alibaba cve vendor-update
  • CVE-2026-23457

    发布时间 2026-05-29 15:15 (UTC+08:00) 抓取时间 2026-05-29 16:10 (UTC+08:00)

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp() sip_help_tcp() parses the SIP Content-Length header with simple_strtoul(), which returns unsigned long, but stores the result in unsigned int clen. On 64-bit systems, values exceeding UINT_MAX are silently trun

    扩展字段
    {
      "cve_id": "CVE-2026-23457",
      "raw_pub_date": "Fri, 29 May 2026 15:15:13 +0800"
    }
    阿里云 Linux CVE 通知 cve:cve-2026-23457 type:cve vendor:alibaba cve vendor-update
  • CVE-2026-23455

    发布时间 2026-05-29 15:15 (UTC+08:00) 抓取时间 2026-05-29 16:10 (UTC+08:00)

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: check for zero length in DecodeQ931() In DecodeQ931(), the UserUserIE code path reads a 16-bit length from the packet, then decrements it by 1 to skip the protocol discriminator byte before passing it to DecodeH323_UserInformation(). If the encoded length is 0,

    扩展字段
    {
      "cve_id": "CVE-2026-23455",
      "raw_pub_date": "Fri, 29 May 2026 15:15:12 +0800"
    }
    阿里云 Linux CVE 通知 cve:cve-2026-23455 type:cve vendor:alibaba cve vendor-update
  • CVE-2026-23456

    发布时间 2026-05-29 15:15 (UTC+08:00) 抓取时间 2026-05-29 16:10 (UTC+08:00)

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case In decode_int(), the CONS case calls get_bits(bs, 2) to read a length value, then calls get_uint(bs, len) without checking that len bytes remain in the buffer. The existing boundary check only validates the 2 bits for get_b

    扩展字段
    {
      "cve_id": "CVE-2026-23456",
      "raw_pub_date": "Fri, 29 May 2026 15:15:12 +0800"
    }
    阿里云 Linux CVE 通知 cve:cve-2026-23456 type:cve vendor:alibaba cve vendor-update
  • CVE-2026-23452

    发布时间 2026-05-29 15:15 (UTC+08:00) 抓取时间 2026-05-29 16:10 (UTC+08:00)

    In the Linux kernel, the following vulnerability has been resolved: PM: runtime: Fix a race condition related to device removal The following code in pm_runtime_work() may dereference the dev->parent pointer after the parent device has been freed: /* Maybe the parent is now able to suspend. */ if (parent && !parent->power.ignore_children) { spin_unlock(&dev-

    扩展字段
    {
      "cve_id": "CVE-2026-23452",
      "raw_pub_date": "Fri, 29 May 2026 15:15:11 +0800"
    }
    阿里云 Linux CVE 通知 cve:cve-2026-23452 type:cve vendor:alibaba cve vendor-update
  • CVE-2026-23450

    发布时间 2026-05-29 15:15 (UTC+08:00) 抓取时间 2026-05-29 16:10 (UTC+08:00)

    In the Linux kernel, the following vulnerability has been resolved: net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock() Syzkaller reported a panic in smc_tcp_syn_recv_sock() [1]. smc_tcp_syn_recv_sock() is called in the TCP receive path (softirq) via icsk_af_ops->syn_recv_sock on the clcsock (TCP listening socket). It reads sk_user_data to get t

    扩展字段
    {
      "cve_id": "CVE-2026-23450",
      "raw_pub_date": "Fri, 29 May 2026 15:15:10 +0800"
    }
    阿里云 Linux CVE 通知 cve:cve-2026-23450 type:cve vendor:alibaba cve vendor-update
  • CVE-2026-23420

    发布时间 2026-05-29 15:15 (UTC+08:00) 抓取时间 2026-05-29 16:10 (UTC+08:00)

    In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl->mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer.

    扩展字段
    {
      "cve_id": "CVE-2026-23420",
      "raw_pub_date": "Fri, 29 May 2026 15:15:09 +0800"
    }
    阿里云 Linux CVE 通知 cve:cve-2026-23420 type:cve vendor:alibaba cve vendor-update