今天abc看了啥🤔

  1. #securityPintheft LPELinux RDS(Reliable Datagram Sockets) 模块存在重复释放问题导致攻击者可以利用 io_uring 模块去覆写具有 suid 的 Page cache 从而实现LPE

    Forwarded from bupt.moe
    #security
    Pintheft LPE
    Linux RDS(Reliable Datagram Sockets) 模块存在重复释放问题导致攻击者可以利用 io_uring 模块去覆写具有 suid 的 Page cache 从而实现LPE。
    缓解办法:拉黑 rds_tcp rds 模块
    # rmmod rds_tcp rds
    # printf 'install rds /bin/false\ninstall rds_tcp /bin/false\n' > /etc/modprobe.d/pintheft.conf

    https://github.com/v12-security/pocs/tree/main/pintheft

  2. 以前的人肯定想不到,2020年躺着上课的学生同样在2026年躺着写代码

    Forwarded from 奥托的摸鱼中心 (奥托)
    以前的人肯定想不到,2020年躺着上课的学生同样在2026年躺着写代码。

    https://openai.com/index/work-with-codex-from-anywhere/ Work with Codex from anywhere

  3. #前端 #供应链攻击 #npm #安全 #新动态想必大家都看麻了x早用 pnpm 早超生,俩周以内的依赖更新不装((Active Supply Chain Attack Compromises @antv Packages on npm:npm 上的 AntV 可视化库包被植入恶意代码,构成活跃的供应链攻击

    #前端 #供应链攻击 #npm #安全 #新动态
    想必大家都看麻了x
    早用 pnpm 早超生,俩周以内的依赖更新不装((
    Active Supply Chain Attack Compromises @antv Packages on npm:npm 上的 AntV 可视化库包被植入恶意代码,构成活跃的供应链攻击。

    AI 摘要:2026 年 5 月,Socket Research Team 发现 @antv 系列 npm 包遭到供应链攻击,攻击者发布恶意版本,通过 postinstall 脚本窃取环境变量和 npm token,影响 @antv/g6、@antv/util 等多个核心包,建议用户立即版本锁定并轮换密钥。

    [以下是方便搜索索引的大纲(AI 生成),请读原文]
    1. 攻击事件概览
    • 2026 年 5 月 11–19 日期间,大量 @antv 子包集中发布恶意版本,时间戳显示攻击窗口集中。
    • Socket 安全团队通过实时包监控(package monitoring)发现异常发布行为并发出警报。

    2. 攻击手法与技术细节
    • 恶意代码嵌入 postinstall 钩子,安装时自动执行,窃取系统环境变量、npm token 及敏感配置。
    • 攻击者利用泄露的维护者凭据或通过社会工程学获取 npm 发布权限。

    3. 受影响包范围
    • 涉及 @antv/scale、@antv/attr、@antv/component、@antv/g6 等数十个包的多个版本。
    • 所有在 2026-05-11 至 2026-05-19 时间窗口内发布的版本均为恶意版本。

    4. 紧急缓解措施
    • 锁定依赖版本,避免使用上述时间窗口内的版本。
    • 运行 npm audit 或使用 Socket 工具扫描项目并移除受影响包。
    • 立即轮换所有可能泄露的 npm token、环境变量及 API 密钥。
    • 关注 AntV 官方后续安全公告,升级到修复后的版本。
    Mini Shai-Hulud Hits @antv Ecosystem, 639 Compromised npm Package Versions

  4. Cloudflare 针对 Mythos 模型发布了评测报告,提出了他们自己的一些使用大模型进行安全审查的 Harness 思考,可以空闲的时候当阅读材料看一看:

    YCombinator News
    System Card: Claude Mythos Preview [pdf] 307 points by be7a ago | 185 comments https://news.ycombinator.com/item?id=47679258
    Cloudflare 针对 Mythos 模型发布了评测报告,提出了他们自己的一些使用大模型进行安全审查的 Harness 思考,可以空闲的时候当阅读材料看一看:
    https://blog.cloudflare.com/cyber-frontier-models/ Project Glasswing: what Mythos showed us

  5. 中国地震台网自动测定:05月18日21时44分在广西柳州市柳南区附近(北纬24.37度,东经109.26度)发生5.2级左右地震,最终结果以正式速报为准

    今天abc看了啥🤔
    中国地震台网正式测定:05月18日00时21分在广西柳州市柳南区(北纬24.38度,东经109.26度)发生5.2级地震,震源深度8千米。 https://weibo.com/2817059020/QFQcops28
    中国地震台网自动测定:05月18日21时44分在广西柳州市柳南区附近(北纬24.37度,东经109.26度)发生5.2级左右地震,最终结果以正式速报为准。
    https://weibo.com/1904228041/R016t3Cqb

    (你没看错,又来了一轮)

  6. #优质博文 #CSS #前端 #新动态Gap decorations: Now available in Chromium | Chrome for Developers:CSS 终于原生支持给 Flex/Grid 间隙加分割线了,再也不用手写各种伪元素和 Border Hack 啦!Chrome 149 正式引入 CSS Gap Decorations

    #优质博文 #CSS #前端 #新动态
    Gap decorations: Now available in Chromium | Chrome for Developers:CSS 终于原生支持给 Flex/Grid 间隙加分割线了,再也不用手写各种伪元素和 Border Hack 啦!Chrome 149 正式引入 CSS Gap Decorations。

    AI 摘要:Chrome 149 正式引入 CSS Gap Decorations,新增 row-rule 和 column-rule 属性。开发者现在可以像使用 column-rule 处理多列布局一样,直接为网格(Grid)和弹性盒(Flex)布局的间距添加分割线。该功能支持复杂的样式重复(repeat())、动画效果以及交叉点断开控制(rule-break),极大简化了 UI 分割线的实现逻辑。
    Gap decorations: Now available in Chromium  |  Blog  |  Chrome for Developers

  7. 中国地震台网正式测定:05月18日00时21分在广西柳州市柳南区(北纬24.38度,东经109.26度)发生5.2级地震,震源深度8千米

    中国地震台网正式测定:05月18日00时21分在广西柳州市柳南区(北纬24.38度,东经109.26度)发生5.2级地震,震源深度8千米。
    https://weibo.com/2817059020/QFQcops28

  8. 翻了翻 Steamworks 内部公告,才发现G胖在3月底上线了新的 Steam 定价计算器,可以按购买力进行金额换算

    翻了翻 Steamworks 内部公告,才发现G胖在3月底上线了新的 Steam 定价计算器,可以按购买力进行金额换算。
    以 5.99 美刀为例,Steam 按三种方式的转换价格分别为¥ 42.00、¥ 22.00、¥ 26.00 .

    https://partner.steamgames.com/pricing/explorer
    https://steamcommunity.com/groups/steamworks/announcements/detail/501722749836722406

  9. fragnesia-5db89c99566fcThis is a variant of our Fragnesia bug (CVE-2026-46300) that bypasses the merged fix (commit f84eca581739) by exploiting a separate path that remains unpatched in both mainline and the netdev net tree as of 2026-05-15 18:00 UTC.The bug is in skb_segment() in net/core/skbuff.c. When building GSO segments from an skb that has a frag_list, the function propagates SKBFL_SHARED_FRAG only from the head skb. If a frag_list member carries page-cache-backed frags with the flag set but the head does not, the resulting segment skbs lose the marker. This lets them pass the skip_cow guard in esp_input() and get decrypted in place over page-cache pages, same primitive as the original Dirty Frag and Fragnesia exploits.Triggering it requires three network namespaces connected by veth pairs. The sender does a normal send() followed by splice() on the same TCP connection. GRO on the forwarding hop coalesces the two into a single skb where the send() segment becomes the head (no flag) and the splice() segment goes into the frag_list (flag set). The forwarder has GSO disabled on its egress veth, so skb_segment() fires and strips the flag. The segments then reach an espintcp receiver that decrypts in place. The GRO coalescing step requires both segments to arrive in the same NAPI poll cycle, which is reliable with back-to-back sends but not fully deterministic, so the exploit retries on failure. The rest of the exploitation is identical to Fragnesia: AES-GCM keystream control gives a deterministic one-byte page-cache write per trigger, and the exploit iterates over a small ELF payload to overwrite a SUID binary.We have reported this to the relevant parties. There is a pending patch (not currently accepted or merged) on the netdev list that would incidentally help prevent this by propagating the flag earlier in the GRO path, though it was not written to address this bug specifically, and no patch currently proposed fixes the root cause in skb_segment() itself.

    Forwarded from 鸥 Billchan 鸥 🍟 大薯 | 去码头整点薯条 (billchenchina 🏳️‍⚧️ | 缩缩)
    fragnesia-5db89c99566fc
    This is a variant of our Fragnesia bug (CVE-2026-46300) that bypasses the merged fix (commit f84eca581739) by exploiting a separate path that remains unpatched in both mainline and the netdev net tree as of 2026-05-15 18:00 UTC.

    The bug is in skb_segment() in net/core/skbuff.c. When building GSO segments from an skb that has a frag_list, the function propagates SKBFL_SHARED_FRAG only from the head skb. If a frag_list member carries page-cache-backed frags with the flag set but the head does not, the resulting segment skbs lose the marker. This lets them pass the skip_cow guard in esp_input() and get decrypted in place over page-cache pages, same primitive as the original Dirty Frag and Fragnesia exploits.

    Triggering it requires three network namespaces connected by veth pairs. The sender does a normal send() followed by splice() on the same TCP connection. GRO on the forwarding hop coalesces the two into a single skb where the send() segment becomes the head (no flag) and the splice() segment goes into the frag_list (flag set). The forwarder has GSO disabled on its egress veth, so skb_segment() fires and strips the flag. The segments then reach an espintcp receiver that decrypts in place. The GRO coalescing step requires both segments to arrive in the same NAPI poll cycle, which is reliable with back-to-back sends but not fully deterministic, so the exploit retries on failure. The rest of the exploitation is identical to Fragnesia: AES-GCM keystream control gives a deterministic one-byte page-cache write per trigger, and the exploit iterates over a small ELF payload to overwrite a SUID binary.

    We have reported this to the relevant parties. There is a pending patch (not currently accepted or merged) on the netdev list that would incidentally help prevent this by propagating the flag earlier in the GRO path, though it was not written to address this bug specifically, and no patch currently proposed fixes the root cause in skb_segment() itself.

    https://github.com/v12-security/pocs/tree/main/fragnesia-5db89c99566fc pocs/fragnesia-5db89c99566fc at main · v12-security/pocs

  10. Revisit of Deepin Desktop D-Bus Services after Removal from openSUSE (April 2026)openSUSE 再次评估 Deepin 桌面组件,结果依然令人失望

    Forwarded from 鸥 Billchan 鸥 🍟 大薯 | 去码头整点薯条 (billchenchina 🏳️‍⚧️ | 缩缩)
    Revisit of Deepin Desktop D-Bus Services after Removal from openSUSE (April 2026)

    openSUSE 再次评估 Deepin 桌面组件,结果依然令人失望。虽然官方声称已修复,但审计发现 Backlight Helper 缺少 Polkit 认证,Accounts Service 更是漏洞百出:CreateGuestUser 存在竞态条件,SetHomeDir 可将家目录移至 /root,SetPassword 甚至泄露明文密码并存在 root 提权风险。openSUSE 表示 Deepin 安全文化堪忧,修复效率极低,建议用户谨慎使用,并已降低其审核优先级。

    https://security.opensuse.org/2026/04/20/winter-spotlight.html#section-deepin

    #aigc