Aggregator
More employees get AI tools, fewer rely on them at work
People across many organizations now have access to AI tools, and usage keeps spreading. Some groups rely on AI during regular work, others treat it as an occasional helper. That gap between access and routine use sits at the center of new research from Deloitte on enterprise AI adoption. The research draws on a global survey of more than 3,200 business and IT leaders conducted in late 2025. Respondents come from large organizations across industries … More →
The post More employees get AI tools, fewer rely on them at work appeared first on Help Net Security.
Логин, пробел, дефис, root. Баг в telnet позволяет захватить компьютер без пароля
Agentic AI edges closer to everyday production use
Many security and operations teams now spend less time asking whether agentic AI belongs in production and more time working out how to run it safely at scale. A new Dynatrace research report looks at how large organizations are moving agentic AI from pilots into live environments and where those efforts are stalling. The report shows agentic AI already embedded in core operational functions, including IT operations, cybersecurity, data processing, and customer support. 70% of … More →
The post Agentic AI edges closer to everyday production use appeared first on Help Net Security.
Microsoft introduces winapp, an open-source CLI for building Windows apps
Microsoft has released winapp, a new command line interface aimed at simplifying the process of building Windows applications. The open-source tool targets developers who rely on terminal based workflows and want a consistent way to create, configure, and manage Windows apps across projects. Bringing Windows app tasks into one CLI “Windows development often involves managing multiple SDKs, creating and editing multiple manifests, generating certificates and navigating intricate packaging requirements. The goal of this project is … More →
The post Microsoft introduces winapp, an open-source CLI for building Windows apps appeared first on Help Net Security.
507 миллионов долларов в обход санкций. Новая схема Ирана по созданию «цифрового дублера» валютных резервов
New infosec products of the week: January 23, 2026
Here’s a look at the most interesting products from the past week, featuring releases from cside, Obsidian Security, Rubrik, SEON, and Vectra AI. cside targets hidden website privacy violations with Privacy Watch cside announced the launch of Privacy Watch. The platform prevents website privacy violations on the client-side, a risk surface that is traditionally unmonitored. To help organizations automate compliance with regulations like GDPR, CPRA, and HIPAA, Privacy Watch deploys AI for continuous website risk … More →
The post New infosec products of the week: January 23, 2026 appeared first on Help Net Security.
Guard Your AI: Tencent Unveils A.I.G for MCP and Infrastructure Security
A.I.G (AI-Infra-Guard) integrates capabilities such as AI infra vulnerability scan, MCP Server risk scan, and Jailbreak Evaluation, aiming to
The post Guard Your AI: Tencent Unveils A.I.G for MCP and Infrastructure Security appeared first on Penetration Testing Tools.
Бессонница, травмы и разрыв с семьёй. Против создателей ChatGPT подали иск из-за вреда психическому здоровью
Седьмая форма жизни, стертая из истории. Prototaxites оказались не грибами и не растениями, а отдельным царством
PolarDB,如何率先赢得通往 AI 时代的半张门票?
【安全圈】Microsoft 365发生故障 影响全球用户
JVN: binary-parserライブラリにおけるコードインジェクションの脆弱性
JVN: Forcepoint One DLPクライアントで使用されているPythonランタイムに関する問題
漏洞预警 | GNU InetUtils telnetd 远程认证绕过漏洞(CVE-2026-24061)
一、漏洞概述
漏洞类型
远程认证绕过
漏洞等级
严重
漏洞编号
CVE-2026-24061
漏洞评分
9.8
利用复杂度
低
影响版本
1.9.3 <= GNU Inetutils <= 2.7利用方式
远程
POC/EXP
已公开
近日,网上披露了一个telnet严重漏洞,攻击者可以利用该漏洞直接获取root权限。为避免您的业务受影响,建议您及时开展安全风险自查。GNU InetUtils 是 GNU 项目提供的一个网络工具集合,包含:telnet、telnetd、ftp、ftpd、ping、hostname、ifconfig(旧版)、rlogin, rsh, rcp 等。其目标是提供符合 POSIX 和 GNU 标准的网络工具。telnetd 是一个 inetd/xinetd 超级服务托管的守护进程,通常不独立运行。支持基本的 Telnet 协议(RFC 854)、终端类型协商(TTYPE)、窗口大小协商(NAWS)等选项、调用/usr/bin/login 进行用户认证(依赖 PAM 或传统 /etc/passwd)。
据描述,由于GNU InetUtils telnetd认证调用/usr/bin/login时,未对输入的环境变量校验,导致攻击者可以绕过密码验证,获取到root权限,进而控制整个服务器。漏洞影响的产品和版本:
二、漏洞复现
三、资产测绘
四、解决方案
1、将GNU Inetutils升级到最新版及2.7以上版本
2、禁用telnet3、自定义login工具、禁用-f参数五、参考链接