<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="/rss-style.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
<title><![CDATA[tsecurity.de - News Radar & Live Feeds]]></title>
<link><![CDATA[https://tsecurity.de/export/rss/alle-kategorien.xml]]></link>
<description><![CDATA[Aktuelle Nachrichten und Updates auf tsecurity.de]]></description>
<language>de-DE</language>
<lastBuildDate>Sun, 30 Aug 2026 07:40:58 +0200</lastBuildDate>
<pubDate>Sun, 30 Aug 2026 07:40:58 +0200</pubDate>
<ttl>15</ttl>
<copyright>2026 tsecurity.de - News Radar &amp; Live Feeds</copyright>
<managingEditor>tsecurity.de (tsecurity.de)</managingEditor>
<webMaster>tsecurity.de (tsecurity.de)</webMaster>
<image>
<url>https://tsecurity.de/templates/mydraft-basis-isharestuff-com/media/logo.png</url>
<title><![CDATA[tsecurity.de - News Radar & Live Feeds]]></title>
<link><![CDATA[https://tsecurity.de/export/rss/alle-kategorien.xml]]></link>
</image>
<atom:link href="https://tsecurity.de/export/rss/alle-kategorien.xml" rel="self" type="application/rss+xml" />
<item>
<title><![CDATA[From Private Notes to Open Library: Building Curiosity Vault with Astro]]></title>
<description><![CDATA[I recently open-sourced a project called Curiosity Vault — a small static site built with Astro that turns personal notes into a public, structured library of guides and curated collections (books, movies). Why I had scattered notes on things like studying methods, building an MVP, job-hunting, a...]]></description>
<link>https://tsecurity.de/de/3860906/programmierung/from-private-notes-to-open-library-building-curiosity-vault-with-astro/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860906/programmierung/from-private-notes-to-open-library-building-curiosity-vault-with-astro/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:51 +0200</pubDate>
<content:encoded><![CDATA[<p>I recently open-sourced a project called Curiosity Vault — a small static site built with Astro that turns personal notes into a public, structured library of guides and curated collections (books, movies). Why I had scattered notes on things like studying methods, building an MVP, job-hunting, and public speaking. Instead of keeping them private,... <a href="https://dev.to/romel_anteguanochanga_e4/from-private-notes-to-open-library-building-curiosity-vault-with-astro-18i0" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Critical cPanel Flaw Could Let One Hosting Customer Take Root Control of a Whole Server]]></title>
<description><![CDATA[cPanel has released patches for a security flaw affecting domain parking and addon domain functionality in cPanel and WebHost Manager (WHM), which could allow code execution as the root user. The vulnerability, assigned the CVE identifier CVE-2026-65643, impacts all supported versions of cPanel &...]]></description>
<link>https://tsecurity.de/de/3860905/sicherheitsluecken/critical-cpanel-flaw-could-let-one-hosting-customer-take-root-control-of-a-whole-server/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860905/sicherheitsluecken/critical-cpanel-flaw-could-let-one-hosting-customer-take-root-control-of-a-whole-server/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:48 +0200</pubDate>
<content:encoded><![CDATA[<p>cPanel has released patches for a security flaw affecting domain parking and addon domain functionality in cPanel and WebHost Manager (WHM), which could allow code execution as the root user. The vulnerability, assigned the CVE identifier CVE-2026-65643, impacts all supported versions of cPanel &amp;amp; WHM. cPanel described the issue as a critical... <a href="https://thehackernews.com/2026/08/critical-cpanel-flaw-could-let-one.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bugs Are Innocent Until Reproduced: Building Verdict, an Evidence-First Agent Harness]]></title>
<description><![CDATA[Most flaky bug reports end in one of two places: "cannot reproduce" or a patch nobody can prove fixed the problem. I built Verdict around a stricter idea: Bugs are innocent until reproduced. Verdict turns a GitHub issue into a bounded investigation. It runs an approved command repeatedly under ap...]]></description>
<link>https://tsecurity.de/de/3860904/programmierung/bugs-are-innocent-until-reproduced-building-verdict-an-evidence-first-agent-harness/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860904/programmierung/bugs-are-innocent-until-reproduced-building-verdict-an-evidence-first-agent-harness/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:21 +0200</pubDate>
<content:encoded><![CDATA[<p>Most flaky bug reports end in one of two places: &quot;cannot reproduce&quot; or a patch nobody can prove fixed the problem. I built Verdict around a stricter idea: Bugs are innocent until reproduced. Verdict turns a GitHub issue into a bounded investigation. It runs an approved command repeatedly under approved conditions, keeps every observation and... <a href="https://dev.to/himanshu_748/bugs-are-innocent-until-reproduced-building-verdict-an-evidence-first-agent-harness-50lf" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Your MCP Server Says It Is Read-Only. Who Checked?]]></title>
<description><![CDATA[MCP servers describe their own tools. A tool can publish readOnlyHint: true, and an agent harness may use that annotation to decide whether a human approval card is needed. That creates an uncomfortable trust boundary: the server being evaluated is also the server describing how dangerous it is. ...]]></description>
<link>https://tsecurity.de/de/3860903/programmierung/your-mcp-server-says-it-is-read-only-who-checked/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860903/programmierung/your-mcp-server-says-it-is-read-only-who-checked/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:21 +0200</pubDate>
<content:encoded><![CDATA[<p>MCP servers describe their own tools. A tool can publish readOnlyHint: true, and an agent harness may use that annotation to decide whether a human approval card is needed. That creates an uncomfortable trust boundary: the server being evaluated is also the server describing how dangerous it is. I built Airlock to test the declaration against... <a href="https://dev.to/himanshu_748/your-mcp-server-says-it-is-read-only-who-checked-2mjk" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Building an Agentic RAG AI Agent with FAISS, BM25 and Qwen]]></title>
<description><![CDATA[I recently completed a project as part of my AI Engineering learning journey: an Agentic RAG AI Agent that answers user questions based on a provided knowledge base. The main goal of this project was to build an AI assistant that does not simply rely on its general knowledge. Instead, it first se...]]></description>
<link>https://tsecurity.de/de/3860902/programmierung/building-an-agentic-rag-ai-agent-with-faiss-bm25-and-qwen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860902/programmierung/building-an-agentic-rag-ai-agent-with-faiss-bm25-and-qwen/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:20 +0200</pubDate>
<content:encoded><![CDATA[<p>I recently completed a project as part of my AI Engineering learning journey: an Agentic RAG AI Agent that answers user questions based on a provided knowledge base. The main goal of this project was to build an AI assistant that does not simply rely on its general knowledge. Instead, it first searches a knowledge base, retrieves relevant... <a href="https://dev.to/sachin_sajukumar_04/building-an-agentic-rag-ai-agent-with-faiss-bm25-and-qwen-13ed" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Building a Closed-Domain Agentic AI Knowledge Assistant with Hybrid RAG]]></title>
<description><![CDATA[I recently built an "Agentic AI Knowledge Assistant" that combines "Retrieval-Augmented Generation (RAG), hybrid search, and an LLM agent" to answer questions strictly from a predefined knowledge base. One of the main goals of this project was to address a common problem with LLM applications: th...]]></description>
<link>https://tsecurity.de/de/3860901/ai-nachrichten/building-a-closed-domain-agentic-ai-knowledge-assistant-with-hybrid-rag/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860901/ai-nachrichten/building-a-closed-domain-agentic-ai-knowledge-assistant-with-hybrid-rag/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:18 +0200</pubDate>
<content:encoded><![CDATA[<p>I recently built an &quot;Agentic AI Knowledge Assistant&quot; that combines &quot;Retrieval-Augmented Generation (RAG), hybrid search, and an LLM agent&quot; to answer questions strictly from a predefined knowledge base. One of the main goals of this project was to address a common problem with LLM applications: the model should not answer questions using its... <a href="https://dev.to/sanjay_sajukumar_04/building-a-closed-domain-agentic-ai-knowledge-assistant-with-hybrid-rag-2416" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[China-Made ZBT Routers Ship With Two Implants Giving Unauthenticated Attackers Root Access]]></title>
<description><![CDATA[VulnCheck has disclosed two previously undocumented factory implants in firmware for routers built by Shenzhen Zhibotong Electronics (ZBT), each of which gives an unauthenticated remote attacker the ability to run commands as root on affected devices. The implants, named SPEAKINGSTONE and DARKLAN...]]></description>
<link>https://tsecurity.de/de/3860900/sicherheitsluecken/china-made-zbt-routers-ship-with-two-implants-giving-unauthenticated-attackers-root-access/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860900/sicherheitsluecken/china-made-zbt-routers-ship-with-two-implants-giving-unauthenticated-attackers-root-access/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:17 +0200</pubDate>
<content:encoded><![CDATA[<p>VulnCheck has disclosed two previously undocumented factory implants in firmware for routers built by Shenzhen Zhibotong Electronics (ZBT), each of which gives an unauthenticated remote attacker the ability to run commands as root on affected devices. The implants, named SPEAKINGSTONE and DARKLANTERN by the company&#039;s zero-day research team, are... <a href="https://thehackernews.com/2026/08/china-made-zbt-routers-ship-with-two.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How My Own Script Killed Instagram Sessions Every Night: pkill and a Shared Chrome Profile]]></title>
<description><![CDATA[I built a fleet of 171 automation jobs to grow my business — and one of them was quietly murdering another one's login session every single night for days before I figured out why. Here's the arc: I made ¥100k/month as a university student, stacked side jobs up to ¥600k/month, got laid off and we...]]></description>
<link>https://tsecurity.de/de/3860899/programmierung/how-my-own-script-killed-instagram-sessions-every-night-pkill-and-a-shared-chrome-profile/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860899/programmierung/how-my-own-script-killed-instagram-sessions-every-night-pkill-and-a-shared-chrome-profile/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:17 +0200</pubDate>
<content:encoded><![CDATA[<p>I built a fleet of 171 automation jobs to grow my business — and one of them was quietly murdering another one&#039;s login session every single night for days before I figured out why. Here&#039;s the arc: I made ¥100k/month as a university student, stacked side jobs up to ¥600k/month, got laid off and went back to zero, then spent six months building an... <a href="https://dev.to/bokuwalily/how-my-own-script-killed-instagram-sessions-every-night-pkill-and-a-shared-chrome-profile-3df5" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Three CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL]]></title>
<description><![CDATA[ServiceNow has released patches for four security flaws impacting the ServiceNow AI Platform, three of them rated 10.0 on the CVSS scoring system and exploitable, in certain circumstances, by an unauthenticated attacker. The company said it deployed a security update to hosted instances and provi...]]></description>
<link>https://tsecurity.de/de/3860898/sicherheitsluecken/three-cvss-100-servicenow-flaws-could-let-unauthenticated-attackers-execute-code-and-sql/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860898/sicherheitsluecken/three-cvss-100-servicenow-flaws-could-let-unauthenticated-attackers-execute-code-and-sql/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:17 +0200</pubDate>
<content:encoded><![CDATA[<p>ServiceNow has released patches for four security flaws impacting the ServiceNow AI Platform, three of them rated 10.0 on the CVSS scoring system and exploitable, in certain circumstances, by an unauthenticated attacker. The company said it deployed a security update to hosted instances and provided the update to its partners and self-hosted... <a href="https://thehackernews.com/2026/08/three-cvss-100-servicenow-flaws-could.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Effortless UI Context for AI Coding: Inside ViteLens for React & Vite]]></title>
<description><![CDATA[When prompting AI coding tools like OpenAI Codex, Cursor, Claude Code, or GitHub Copilot to refactor a frontend component, providing accurate visual context (DOM hierarchy, CSS classes, container dimensions) is often a bottleneck. ViteLens solves this by letting you Ctrl + Click multiple UI eleme...]]></description>
<link>https://tsecurity.de/de/3860897/ai-nachrichten/effortless-ui-context-for-ai-coding-inside-vitelens-for-react-vite/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860897/ai-nachrichten/effortless-ui-context-for-ai-coding-inside-vitelens-for-react-vite/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:17 +0200</pubDate>
<content:encoded><![CDATA[<p>When prompting AI coding tools like OpenAI Codex, Cursor, Claude Code, or GitHub Copilot to refactor a frontend component, providing accurate visual context (DOM hierarchy, CSS classes, container dimensions) is often a bottleneck. ViteLens solves this by letting you Ctrl + Click multiple UI elements on localhost and 1-click copy structured... <a href="https://dev.to/mdsohail99/effortless-ui-context-for-ai-coding-inside-vitelens-for-react-vite-5ac" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Two Unitree G1 EDU Humanoid Robot Flaws Enable Root RCE, One Starts Over Bluetooth]]></title>
<description><![CDATA[Security researcher Olivier Laflamme has disclosed two independent root remote code execution (RCE) chains affecting the Unitree G1 EDU, including a Bluetooth Low Energy (BLE) path that can reach root on the robot's Locomotion PC. The flaws are tracked as CVE-2026-76639 and CVE-2026-76640, with t...]]></description>
<link>https://tsecurity.de/de/3860896/sicherheitsluecken/two-unitree-g1-edu-humanoid-robot-flaws-enable-root-rce-one-starts-over-bluetooth/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860896/sicherheitsluecken/two-unitree-g1-edu-humanoid-robot-flaws-enable-root-rce-one-starts-over-bluetooth/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:16 +0200</pubDate>
<content:encoded><![CDATA[<p>Security researcher Olivier Laflamme has disclosed two independent root remote code execution (RCE) chains affecting the Unitree G1 EDU, including a Bluetooth Low Energy (BLE) path that can reach root on the robot&#039;s Locomotion PC. The flaws are tracked as CVE-2026-76639 and CVE-2026-76640, with the first involving a network-adjacent path through... <a href="https://thehackernews.com/2026/08/two-unitree-g1-edu-humanoid-robot-flaws.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[I stopped typing: a hands-on guide to voice-first client work with Wispr Flow (and an open-source Skills kit)]]></title>
<description><![CDATA[5,410 dictations in the last few months, 1,616 of them straight into a terminal. This is not a post about a tool. It is a guide to the rail you build after it. What is here: Three real examples of a spoken sentence turning into work Ten minutes of settings inside Wispr Flow, MCP included The rail...]]></description>
<link>https://tsecurity.de/de/3860895/programmierung/i-stopped-typing-a-hands-on-guide-to-voice-first-client-work-with-wispr-flow-and-an-open-source-skills-kit/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860895/programmierung/i-stopped-typing-a-hands-on-guide-to-voice-first-client-work-with-wispr-flow-and-an-open-source-skills-kit/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:16 +0200</pubDate>
<content:encoded><![CDATA[<p>5,410 dictations in the last few months, 1,616 of them straight into a terminal. This is not a post about a tool. It is a guide to the rail you build after it. What is here: Three real examples of a spoken sentence turning into work Ten minutes of settings inside Wispr Flow, MCP included The rail in three connections, and a one-week task list Four... <a href="https://dev.to/yonyonai/i-stopped-typing-a-hands-on-guide-to-voice-first-client-work-with-wispr-flow-and-an-open-source-ch5" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ownCloud Flaw Exploited to Steal Nuclear Records From Philippine Research Body]]></title>
<description><![CDATA[The U.S. Cybersecurity and Infrastructure Security Agency (CISA) on Thursday added a critical security flaw impacting ownCloud to its Known Exploited Vulnerabilities (KEV) catalog following reports that a Chinese-speaking threat actor weaponized the vulnerability to target a nuclear research body...]]></description>
<link>https://tsecurity.de/de/3860894/sicherheitsluecken/owncloud-flaw-exploited-to-steal-nuclear-records-from-philippine-research-body/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860894/sicherheitsluecken/owncloud-flaw-exploited-to-steal-nuclear-records-from-philippine-research-body/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:12 +0200</pubDate>
<content:encoded><![CDATA[<p>The U.S. Cybersecurity and Infrastructure Security Agency (CISA) on Thursday added a critical security flaw impacting ownCloud to its Known Exploited Vulnerabilities (KEV) catalog following reports that a Chinese-speaking threat actor weaponized the vulnerability to target a nuclear research body in the Philippines. The vulnerability, tracked as... <a href="https://thehackernews.com/2026/08/snowflake-github-actions-flaw-lets.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Software Bill of Materials in Percona Server for MongoDB]]></title>
<description><![CDATA[Introduction A software bill of materials (SBOM) offers end users enhanced supply chain visibility, thereby facilitating license compliance and timely vulnerability detection. An SBOM of an application, library, or framework (collectively referred to as a “component”) is a machine-readable docume...]]></description>
<link>https://tsecurity.de/de/3860893/sicherheitsluecken/software-bill-of-materials-in-percona-server-for-mongodb/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860893/sicherheitsluecken/software-bill-of-materials-in-percona-server-for-mongodb/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:11 +0200</pubDate>
<content:encoded><![CDATA[<p>Introduction A software bill of materials (SBOM) offers end users enhanced supply chain visibility, thereby facilitating license compliance and timely vulnerability detection. An SBOM of an application, library, or framework (collectively referred to as a “component”) is a machine-readable document that enumerates all other components it... <a href="https://www.percona.com/blog/software-bill-of-materials-in-percona-server-for-mongodb/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Attackers Chain Two PaperCut Flaws to Execute Code Without Authentication]]></title>
<description><![CDATA[Malicious actors are exploiting a newly patched security flaw in PaperCut NG and MF to execute arbitrary code on susceptible instances, as the company released a fresh emergency fix with additional hardening. "This vulnerability gives an unauthenticated attacker remote control over PaperCut's tru...]]></description>
<link>https://tsecurity.de/de/3860892/sicherheitsluecken/attackers-chain-two-papercut-flaws-to-execute-code-without-authentication/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860892/sicherheitsluecken/attackers-chain-two-papercut-flaws-to-execute-code-without-authentication/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:11 +0200</pubDate>
<content:encoded><![CDATA[<p>Malicious actors are exploiting a newly patched security flaw in PaperCut NG and MF to execute arbitrary code on susceptible instances, as the company released a fresh emergency fix with additional hardening. &quot;This vulnerability gives an unauthenticated attacker remote control over PaperCut&#039;s trusted configuration, which could be used to execute... <a href="https://thehackernews.com/2026/08/attackers-chain-two-papercut-flaws-to.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cosmos EVM Flaw Exploited After Cosmos Labs Knew Every Blockchain Running It Was Vulnerable]]></title>
<description><![CDATA[Cosmos Labs has warned that a critical balance-handling flaw in the shared Cosmos EVM module was exploited to drain funds from six blockchains between August 20 and August 25, 2026. The vulnerability, designated GHSA-7g4w-cg88-2cq2, is rated Critical by Cosmos Labs and was published without a CVE...]]></description>
<link>https://tsecurity.de/de/3860891/sicherheitsluecken/cosmos-evm-flaw-exploited-after-cosmos-labs-knew-every-blockchain-running-it-was-vulnerable/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860891/sicherheitsluecken/cosmos-evm-flaw-exploited-after-cosmos-labs-knew-every-blockchain-running-it-was-vulnerable/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:10 +0200</pubDate>
<content:encoded><![CDATA[<p>Cosmos Labs has warned that a critical balance-handling flaw in the shared Cosmos EVM module was exploited to drain funds from six blockchains between August 20 and August 25, 2026. The vulnerability, designated GHSA-7g4w-cg88-2cq2, is rated Critical by Cosmos Labs and was published without a CVE identifier, a weakness classification, or a CVSS... <a href="https://thehackernews.com/2026/08/cosmos-evm-flaw-exploited-after-cosmos.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Five Critical WordPress Plugin and Theme Flaws Enable Site Takeover or RCE]]></title>
<description><![CDATA[Multiple critical security flaws have been disclosed in WordPress plugins and themes, including WPMU DEV Dashboard, Avada, TranslatePress, Pods, and GiveWP, that could lead to authentication bypass, account takeover, and arbitrary code execution. The vulnerabilities, according to Wordfence and Pa...]]></description>
<link>https://tsecurity.de/de/3860890/sicherheitsluecken/five-critical-wordpress-plugin-and-theme-flaws-enable-site-takeover-or-rce/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860890/sicherheitsluecken/five-critical-wordpress-plugin-and-theme-flaws-enable-site-takeover-or-rce/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:09 +0200</pubDate>
<content:encoded><![CDATA[<p>Multiple critical security flaws have been disclosed in WordPress plugins and themes, including WPMU DEV Dashboard, Avada, TranslatePress, Pods, and GiveWP, that could lead to authentication bypass, account takeover, and arbitrary code execution. The vulnerabilities, according to Wordfence and Patchstack, are listed below - CVE-2026-76581 (CVSS... <a href="https://thehackernews.com/2026/08/five-critical-wordpress-plugin-and.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The State of Ransomware in Education 2026]]></title>
<description><![CDATA[Insights from 226 IT and cybersecurity leaders across the education sector in 17 countries whose organizations were hit by ransomware in the past year. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860889/malware-trojaner-viren/the-state-of-ransomware-in-education-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860889/malware-trojaner-viren/the-state-of-ransomware-in-education-2026/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:08 +0200</pubDate>
<content:encoded><![CDATA[<p>Insights from 226 IT and cybersecurity leaders across the education sector in 17 countries whose organizations were hit by ransomware in the past year. <a href="https://www.sophos.com/en-us/blog/state-of-ransomware-in-education-2026" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ChatGPT for Teens Adds New Safeguards — but Safety Gaps Remain]]></title>
<description><![CDATA[ChatGPT for Teens adds stronger protections for users ages 13 to 17, but parents still face limits around monitoring, age prediction, and AI safety. The post ChatGPT for Teens Adds New Safeguards — but Safety Gaps Remain appeared first on TechRepublic. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860888/ai-nachrichten/chatgpt-for-teens-adds-new-safeguards-but-safety-gaps-remain/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860888/ai-nachrichten/chatgpt-for-teens-adds-new-safeguards-but-safety-gaps-remain/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:08 +0200</pubDate>
<content:encoded><![CDATA[<p>ChatGPT for Teens adds stronger protections for users ages 13 to 17, but parents still face limits around monitoring, age prediction, and AI safety. The post ChatGPT for Teens Adds New Safeguards — but Safety Gaps Remain appeared first on TechRepublic. <a href="https://www.techrepublic.com/article/news-chatgpt-teens-safety-gaps/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI Bans Russian ChatGPT Accounts Used in Covert Influence Campaign]]></title>
<description><![CDATA[OpenAI banned Russian ChatGPT accounts tied to a covert influence campaign involving copied research, fake attribution and coordinated social posts. The post OpenAI Bans Russian ChatGPT Accounts Used in Covert Influence Campaign appeared first on TechRepublic. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860887/ai-nachrichten/openai-bans-russian-chatgpt-accounts-used-in-covert-influence-campaign/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860887/ai-nachrichten/openai-bans-russian-chatgpt-accounts-used-in-covert-influence-campaign/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:06 +0200</pubDate>
<content:encoded><![CDATA[<p>OpenAI banned Russian ChatGPT accounts tied to a covert influence campaign involving copied research, fake attribution and coordinated social posts. The post OpenAI Bans Russian ChatGPT Accounts Used in Covert Influence Campaign appeared first on TechRepublic. <a href="https://www.techrepublic.com/article/news-openai-russian-chatgpt-influence-campaign-emea/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fake GTA 6 Demo Spreads Malware: How to Spot the Scam]]></title>
<description><![CDATA[There is no legitimate GTA 6 demo. Fake Rockstar sites are distributing Vidar malware that targets passwords, cookies, and logged-in browser sessions. The post Fake GTA 6 Demo Spreads Malware: How to Spot the Scam appeared first on TechRepublic. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860886/malware-trojaner-viren/fake-gta-6-demo-spreads-malware-how-to-spot-the-scam/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860886/malware-trojaner-viren/fake-gta-6-demo-spreads-malware-how-to-spot-the-scam/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:05 +0200</pubDate>
<content:encoded><![CDATA[<p>There is no legitimate GTA 6 demo. Fake Rockstar sites are distributing Vidar malware that targets passwords, cookies, and logged-in browser sessions. The post Fake GTA 6 Demo Spreads Malware: How to Spot the Scam appeared first on TechRepublic. <a href="https://www.techrepublic.com/article/news-fake-gta-6-demo-malware-scam/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Gunra ransomware: what you need to know]]></title>
<description><![CDATA[The ransomware gang Gunra has been creating havoc - exploiting unpatched VPNs and firewalls to steal data, encrypt systems, and extort victims across healthcare, finance, manufacturing, and more. Read more in my article on the Fortra blog. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860885/malware-trojaner-viren/gunra-ransomware-what-you-need-to-know/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860885/malware-trojaner-viren/gunra-ransomware-what-you-need-to-know/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:05 +0200</pubDate>
<content:encoded><![CDATA[<p>The ransomware gang Gunra has been creating havoc - exploiting unpatched VPNs and firewalls to steal data, encrypt systems, and extort victims across healthcare, finance, manufacturing, and more. Read more in my article on the Fortra blog. <a href="https://www.fortra.com/blog/gunra-ransomware-what-you-need-know" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Smashing Security podcast #482: This hacker leaked GTA 6 – and launched their own cryptocurrency]]></title>
<description><![CDATA[A hacker calling themselves "CYBERLEEK" has been leaking gameplay footage from GTA 6 ahead of its official reveal this week - but they're not asking Rockstar Games for a ransom. Instead, they've launched their own cryptocurrency, promising to release ever more juicy clips from a virtual strip clu...]]></description>
<link>https://tsecurity.de/de/3860884/podcasts/smashing-security-podcast-482-this-hacker-leaked-gta-6-and-launched-their-own-cryptocurrency/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860884/podcasts/smashing-security-podcast-482-this-hacker-leaked-gta-6-and-launched-their-own-cryptocurrency/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:04 +0200</pubDate>
<content:encoded><![CDATA[<p>A hacker calling themselves &quot;CYBERLEEK&quot; has been leaking gameplay footage from GTA 6 ahead of its official reveal this week - but they&#039;re not asking Rockstar Games for a ransom. Instead, they&#039;ve launched their own cryptocurrency, promising to release ever more juicy clips from a virtual strip club... Meanwhile, your smart TV might be doing more... <a href="https://grahamcluley.com/smashing-security-podcast-482/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Shai-Hulud hackers: two men charged over TeamPCP’s global supply chain crime spree that hit OpenAI, and thousands more]]></title>
<description><![CDATA[More than 1,000 organisations, 500,000 stolen credentials, and one self-propagating worm named after a Dune sandworm - two men now face charges over TeamPCP's global hacking spree. Read more in my article on the Hot for Security blog. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860883/ai-nachrichten/shai-hulud-hackers-two-men-charged-over-teampcps-global-supply-chain-crime-spree-that-hit-openai-and-thousands-more/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860883/ai-nachrichten/shai-hulud-hackers-two-men-charged-over-teampcps-global-supply-chain-crime-spree-that-hit-openai-and-thousands-more/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:03 +0200</pubDate>
<content:encoded><![CDATA[<p>More than 1,000 organisations, 500,000 stolen credentials, and one self-propagating worm named after a Dune sandworm - two men now face charges over TeamPCP&#039;s global hacking spree. Read more in my article on the Hot for Security blog. <a href="https://www.bitdefender.com/en-us/blog/hotforsecurity/shai-hulud-hackers-charged-teampcps" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Android-Malware blockiert Google Play per VPN-Trick]]></title>
<description><![CDATA[Die Android-Malware ToxicPanda wird immer gefährlicher: Sie blockiert Google Play, kapert Sicherheitsfunktionen und späht Banking-Apps aus. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860882/malware-trojaner-viren/android-malware-blockiert-google-play-per-vpn-trick/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860882/malware-trojaner-viren/android-malware-blockiert-google-play-per-vpn-trick/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:02 +0200</pubDate>
<content:encoded><![CDATA[<p>Die Android-Malware ToxicPanda wird immer gefährlicher: Sie blockiert Google Play, kapert Sicherheitsfunktionen und späht Banking-Apps aus. <a href="https://www.computerbild.de/artikel/News-Sicherheit-Android-Malware-blockiert-Google-Play-per-VPN-Trick-41167869.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mehrere Probleme in postgresql16-anonymizer (Fedora)]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860881/linux-tipps/mehrere-probleme-in-postgresql16-anonymizer-fedora/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860881/linux-tipps/mehrere-probleme-in-postgresql16-anonymizer-fedora/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:01 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://www.pro-linux.de/sicherheit/2/108376/mehrere-probleme-in-postgresql16-anonymizer.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zwei Probleme in perl-Imager (Fedora)]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860880/linux-tipps/zwei-probleme-in-perl-imager-fedora/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860880/linux-tipps/zwei-probleme-in-perl-imager-fedora/</guid>
<pubDate>Sun, 30 Aug 2026 07:26:00 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://www.pro-linux.de/sicherheit/2/108375/zwei-probleme-in-perl-imager.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Denial of Service in rust-h2 (Fedora)]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860879/linux-tipps/denial-of-service-in-rust-h2-fedora/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860879/linux-tipps/denial-of-service-in-rust-h2-fedora/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:59 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://www.pro-linux.de/sicherheit/2/108377/denial-of-service-in-rust-h2.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zwei Probleme in bluez (Fedora)]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860878/linux-tipps/zwei-probleme-in-bluez-fedora/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860878/linux-tipps/zwei-probleme-in-bluez-fedora/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:59 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://www.pro-linux.de/sicherheit/2/108381/zwei-probleme-in-bluez.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Preisgabe von Informationen in python-pynitrokey (Fedora)]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860877/linux-tipps/preisgabe-von-informationen-in-python-pynitrokey-fedora/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860877/linux-tipps/preisgabe-von-informationen-in-python-pynitrokey-fedora/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:58 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://www.pro-linux.de/sicherheit/2/108380/preisgabe-von-informationen-in-python-pynitrokey.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Preisgabe von Informationen in pyOpenSSL (Fedora)]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860876/linux-tipps/preisgabe-von-informationen-in-pyopenssl-fedora/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860876/linux-tipps/preisgabe-von-informationen-in-pyopenssl-fedora/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:57 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://www.pro-linux.de/sicherheit/2/108379/preisgabe-von-informationen-in-pyopenssl.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Preisgabe von Informationen in python-cryptography (Fedora)]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860875/linux-tipps/preisgabe-von-informationen-in-python-cryptography-fedora/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860875/linux-tipps/preisgabe-von-informationen-in-python-cryptography-fedora/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:53 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://www.pro-linux.de/sicherheit/2/108378/preisgabe-von-informationen-in-python-cryptography.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cross-Site Scripting in Freenet (Gentoo)]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860874/sicherheitsluecken/cross-site-scripting-in-freenet-gentoo/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860874/sicherheitsluecken/cross-site-scripting-in-freenet-gentoo/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:52 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://www.pro-linux.de/sicherheit/2/108395/cross-site-scripting-in-freenet.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Evaluate Live & Voice Agents in ADK]]></title>
<description><![CDATA[Moving live voice agents from demo to production requires rigorous, automated testing to handle the unpredictability of real multi-turn conversations. ADK now provides native live evaluation, allowing developers to test graph-based agent workflows against LLM-driven simulated users that generate ...]]></description>
<link>https://tsecurity.de/de/3860873/ai-nachrichten/how-to-evaluate-live-voice-agents-in-adk/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860873/ai-nachrichten/how-to-evaluate-live-voice-agents-in-adk/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:52 +0200</pubDate>
<content:encoded><![CDATA[<p>Moving live voice agents from demo to production requires rigorous, automated testing to handle the unpredictability of real multi-turn conversations. ADK now provides native live evaluation, allowing developers to test graph-based agent workflows against LLM-driven simulated users that generate actual audio via Gemini TTS. By defining evaluation... <a href="https://developers.googleblog.com/how-to-evaluate-live-voice-agents-in-adk/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Delete Printer Driver In Windows 11]]></title>
<description><![CDATA[Key TakeawaysIf your printer isn't working correctly on Windows 11, removing and reinstalling the printer driver might help resolve the issue, which can often be more effective than fixing hardware problems.You can delete the printer driver in Windows 11 by going to the Settings app, accessing 'B...]]></description>
<link>https://tsecurity.de/de/3860872/windows-tipps/how-to-delete-printer-driver-in-windows-11/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860872/windows-tipps/how-to-delete-printer-driver-in-windows-11/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:44 +0200</pubDate>
<content:encoded><![CDATA[<p>Key TakeawaysIf your printer isn&#039;t working correctly on Windows 11, removing and reinstalling the printer driver might help resolve the issue, which can often be more effective than fixing hardware problems.You can delete the printer driver in Windows 11 by going to the Settings app, accessing &#039;Bluetooth &amp;amp; devices,&#039; then &#039;Printers &amp;amp;... <a href="https://itechhacks.com/delete-printer-driver-in-windows-11/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Connect and Pair Airpods to Windows 11 PC Laptop]]></title>
<description><![CDATA[Key TakeawaysApple's AirPods, known for ease of connection within Apple devices, can also be paired with Windows 11 PCs via Bluetooth, providing limited functionality compared to Apple ecosystem.To pair AirPods with a Windows 11 PC, ensure the Bluetooth driver is updated, access settings, turn on...]]></description>
<link>https://tsecurity.de/de/3860871/windows-tipps/how-to-connect-and-pair-airpods-to-windows-11-pc-laptop/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860871/windows-tipps/how-to-connect-and-pair-airpods-to-windows-11-pc-laptop/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:39 +0200</pubDate>
<content:encoded><![CDATA[<p>Key TakeawaysApple&#039;s AirPods, known for ease of connection within Apple devices, can also be paired with Windows 11 PCs via Bluetooth, providing limited functionality compared to Apple ecosystem.To pair AirPods with a Windows 11 PC, ensure the Bluetooth driver is updated, access settings, turn on Bluetooth, and follow the steps to put AirPods in... <a href="https://itechhacks.com/connect-airpods-to-windows-11/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Change Cursor Size, Theme and Color in Windows 11]]></title>
<description><![CDATA[Key TakeawaysWindows 11 offers customization options for changing cursor size and color, allowing users to personalize their PC experience.Two methods are available to customize the cursor: Settings app and Control Panel, each providing step-by-step instructions.By following the outlined steps in...]]></description>
<link>https://tsecurity.de/de/3860870/windows-tipps/how-to-change-cursor-size-theme-and-color-in-windows-11/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860870/windows-tipps/how-to-change-cursor-size-theme-and-color-in-windows-11/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:38 +0200</pubDate>
<content:encoded><![CDATA[<p>Key TakeawaysWindows 11 offers customization options for changing cursor size and color, allowing users to personalize their PC experience.Two methods are available to customize the cursor: Settings app and Control Panel, each providing step-by-step instructions.By following the outlined steps in either Settings or Control Panel, users can easily... <a href="https://itechhacks.com/change-cursor-size-color-in-windows-11/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Change Size Of Taskbar in Windows 11]]></title>
<description><![CDATA[Key TakeawaysWindows 11 introduces a new taskbar design, which some users may find too large and want to resize.To change the taskbar size in Windows 11, users can make adjustments in the Registry Editor.By following a step-by-step guide, users can enable a smaller taskbar in Windows 11 and rever...]]></description>
<link>https://tsecurity.de/de/3860869/windows-tipps/how-to-change-size-of-taskbar-in-windows-11/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860869/windows-tipps/how-to-change-size-of-taskbar-in-windows-11/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:38 +0200</pubDate>
<content:encoded><![CDATA[<p>Key TakeawaysWindows 11 introduces a new taskbar design, which some users may find too large and want to resize.To change the taskbar size in Windows 11, users can make adjustments in the Registry Editor.By following a step-by-step guide, users can enable a smaller taskbar in Windows 11 and revert to the default size if needed.Windows […] The post... <a href="https://itechhacks.com/change-taskbar-size-windows-11/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Rust language adds algebraic floating-point methods]]></title>
<description><![CDATA[The Rust team has released Rust 1.98.0, an update to the language that introduces algebraic methods for floating-point operations. Developers who have a previous version of Rust installed via rustup can update to Rust 1.98.0 by running rustup update stable. Introduced August 20, Rust 1.98.0 bring...]]></description>
<link>https://tsecurity.de/de/3860868/programmierung/rust-language-adds-algebraic-floating-point-methods/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860868/programmierung/rust-language-adds-algebraic-floating-point-methods/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:32 +0200</pubDate>
<content:encoded><![CDATA[<p>The Rust team has released Rust 1.98.0, an update to the language that introduces algebraic methods for floating-point operations. Developers who have a previous version of Rust installed via rustup can update to Rust 1.98.0 by running rustup update stable. Introduced August 20, Rust 1.98.0 brings algebraic methods for addition, subtraction,... <a href="https://www.infoworld.com/article/4215422/rust-language-adds-algebraic-floating-point-methods.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Everyone hates datacentres. Do we really need them? – podcast]]></title>
<description><![CDATA[AI companies have promised us world-shifting technology. But there’s a cost: loud, unsightly datacentres that drain environmental resources. As the government pushes their rapid growth, can local communities do anything to push back? Madeleine Finlay speaks to the Guardian’s global technology rep...]]></description>
<link>https://tsecurity.de/de/3860866/podcasts/everyone-hates-datacentres-do-we-really-need-them-podcast/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860866/podcasts/everyone-hates-datacentres-do-we-really-need-them-podcast/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:30 +0200</pubDate>
<content:encoded><![CDATA[<p>AI companies have promised us world-shifting technology. But there’s a cost: loud, unsightly datacentres that drain environmental resources. As the government pushes their rapid growth, can local communities do anything to push back? Madeleine Finlay speaks to the Guardian’s global technology reporter Aisha Down about the backlash to datacentres... <a href="https://www.theguardian.com/science/audio/2026/aug/27/everyone-hates-datacentres-do-we-really-need-them-podcast" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Who actually benefits from new datacentres in Australia? - podcast]]></title>
<description><![CDATA[National cabinet met on Wednesday to discuss the federal government’s plan for new AI datacentre development. Queensland and the Northern Territory have won a carve-out so that theirs can be powered by coal and gas – rather than renewables.Meanwhile, the fight between the West Australian premier ...]]></description>
<link>https://tsecurity.de/de/3860864/podcasts/who-actually-benefits-from-new-datacentres-in-australia-podcast/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860864/podcasts/who-actually-benefits-from-new-datacentres-in-australia-podcast/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:29 +0200</pubDate>
<content:encoded><![CDATA[<p>National cabinet met on Wednesday to discuss the federal government’s plan for new AI datacentre development. Queensland and the Northern Territory have won a carve-out so that theirs can be powered by coal and gas – rather than renewables.Meanwhile, the fight between the West Australian premier Roger Cook and the Productivity Commission over his... <a href="https://www.theguardian.com/australia-news/audio/2026/aug/28/who-actually-benefits-from-new-datacentres-in-australia-australian-politics-podcast" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The tussle over Australian datacentres is just beginning – and it’s been far from easy so far | Tom McIlroy]]></title>
<description><![CDATA[As he negotiates Australia’s AI future, the prime minister is under pressure from leaders of conservative states and territoriesAustralian Politics podcast: Who actually benefits from new datacentres in Australia?Get our breaking news email, free app or daily news podcastTucked away at the end of...]]></description>
<link>https://tsecurity.de/de/3860863/podcasts/the-tussle-over-australian-datacentres-is-just-beginning-and-its-been-far-from-easy-so-far-tom-mcilroy/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860863/podcasts/the-tussle-over-australian-datacentres-is-just-beginning-and-its-been-far-from-easy-so-far-tom-mcilroy/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:28 +0200</pubDate>
<content:encoded><![CDATA[<p>As he negotiates Australia’s AI future, the prime minister is under pressure from leaders of conservative states and territoriesAustralian Politics podcast: Who actually benefits from new datacentres in Australia?Get our breaking news email, free app or daily news podcastTucked away at the end of a media release from the Australian Energy Market... <a href="https://www.theguardian.com/australia-news/commentisfree/2026/aug/28/ai-datacentres-energy-planning-australia-anthony-albanese-chris-bowen" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Claude, Codex, and Hermes installed unowned code inside corporate networks]]></title>
<description><![CDATA[Documentation files on more than 100 websites are referencing potentially dangerous executable content that gets installed automatically when visited by many AI agents. A few dozen companies, some of them Fortune 500s, are among those that executed proof-of-concept code. At least one misconfigure...]]></description>
<link>https://tsecurity.de/de/3860862/poc/claude-codex-and-hermes-installed-unowned-code-inside-corporate-networks/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860862/poc/claude-codex-and-hermes-installed-unowned-code-inside-corporate-networks/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:27 +0200</pubDate>
<content:encoded><![CDATA[<p>Documentation files on more than 100 websites are referencing potentially dangerous executable content that gets installed automatically when visited by many AI agents. A few dozen companies, some of them Fortune 500s, are among those that executed proof-of-concept code. At least one misconfigured site is directing visitors, human or AI, to live... <a href="https://arstechnica.com/security/2026/08/claude-codex-and-hermes-installed-unowned-code-inside-corporate-networks/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Python Data Classes Beyond the Boilerplate]]></title>
<description><![CDATA[Learn how Python dataclasses go beyond reducing boilerplate with custom fields, validation, computed attributes, immutability, and memory optimization techniques. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860861/programmierung/python-data-classes-beyond-the-boilerplate/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860861/programmierung/python-data-classes-beyond-the-boilerplate/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:24 +0200</pubDate>
<content:encoded><![CDATA[<p>Learn how Python dataclasses go beyond reducing boilerplate with custom fields, validation, computed attributes, immutability, and memory optimization techniques. <a href="https://www.kdnuggets.com/python-dataclasses-beyond-the-boilerplate" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Post-DEF CON phishing campaign delivered AMOS and NetSupport malware]]></title>
<description><![CDATA[A phishing campaign targeting attendees of Black Hat and DEF CON conferences involved distributing information-stealing malware and remote access malware via a malicious Google Doc and fake DocSend installers for macOS and Windows. The Huntress team learned about the phishing attack after one of ...]]></description>
<link>https://tsecurity.de/de/3860860/malware-trojaner-viren/post-def-con-phishing-campaign-delivered-amos-and-netsupport-malware/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860860/malware-trojaner-viren/post-def-con-phishing-campaign-delivered-amos-and-netsupport-malware/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:13 +0200</pubDate>
<content:encoded><![CDATA[<p>A phishing campaign targeting attendees of Black Hat and DEF CON conferences involved distributing information-stealing malware and remote access malware via a malicious Google Doc and fake DocSend installers for macOS and Windows. The Huntress team learned about the phishing attack after one of its researchers received a direct message on X on... <a href="https://informationsecuritybuzz.com/post-def-con-phishing-campaign-delivered/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vercel AI Open-Sources vgpu: A TypeScript WebGPU Library for AI Agent Shaders]]></title>
<description><![CDATA[Shaders are still the hardest thing to ship on a normal web team. WebGPU gives you the hardware, then hands you adapters, bind group layouts, and pipeline descriptors before a single pixel moves. Vercel spent that cost internally building the shaders on vercel.com, and has now open-sourced the re...]]></description>
<link>https://tsecurity.de/de/3860859/programmierung/vercel-ai-open-sources-vgpu-a-typescript-webgpu-library-for-ai-agent-shaders/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860859/programmierung/vercel-ai-open-sources-vgpu-a-typescript-webgpu-library-for-ai-agent-shaders/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:08 +0200</pubDate>
<content:encoded><![CDATA[<p>Shaders are still the hardest thing to ship on a normal web team. WebGPU gives you the hardware, then hands you adapters, bind group layouts, and pipeline descriptors before a single pixel moves. Vercel spent that cost internally building the shaders on vercel.com, and has now open-sourced the result. vgpu is a TypeScript library that treats .wgsl... <a href="https://www.marktechpost.com/2026/08/28/vercel-vgpu-webgpu-library-open-source/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Meet ‘Code-as-World’: An Agentic Loop That Rewrites Real Videos Into Executable MuJoCo Physics Programs]]></title>
<description><![CDATA[MirroS released Code-as-World: a paradigm that represents physical worlds through executable world representations. The argument is narrow and testable: pixels are evidence of a physical scene, not its ontology. A video model can predict plausible frames without ever representing mass, contact, o...]]></description>
<link>https://tsecurity.de/de/3860858/ai-nachrichten/meet-code-as-world-an-agentic-loop-that-rewrites-real-videos-into-executable-mujoco-physics-programs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860858/ai-nachrichten/meet-code-as-world-an-agentic-loop-that-rewrites-real-videos-into-executable-mujoco-physics-programs/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:07 +0200</pubDate>
<content:encoded><![CDATA[<p>MirroS released Code-as-World: a paradigm that represents physical worlds through executable world representations. The argument is narrow and testable: pixels are evidence of a physical scene, not its ontology. A video model can predict plausible frames without ever representing mass, contact, or gravity. So instead of pixels, latents, or... <a href="https://www.marktechpost.com/2026/08/29/mirros-code-as-world-executable-world-representations/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vulnerability Management: Process, Tools and Best Practices for Enterprise (2026)]]></title>
<description><![CDATA[By HOC Team  |  Last updated: August 2026  |  Read time: ~24 min In December 2021, the Apache Log4Shell vulnerability (CVE-2021-44228) was published. Within 12 hours, scanning for vulnerable systems had begun at scale. Within 72 hours, exploitation attempts numbered in the millions. Organisations...]]></description>
<link>https://tsecurity.de/de/3860855/sicherheitsluecken/vulnerability-management-process-tools-and-best-practices-for-enterprise-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860855/sicherheitsluecken/vulnerability-management-process-tools-and-best-practices-for-enterprise-2026/</guid>
<pubDate>Sun, 30 Aug 2026 07:25:02 +0200</pubDate>
<content:encoded><![CDATA[<p>By HOC Team  |  Last updated: August 2026  |  Read time: ~24 min In December 2021, the Apache Log4Shell vulnerability (CVE-2021-44228) was published. Within 12 hours, scanning for vulnerable systems had begun at scale. Within 72 hours, exploitation attempts numbered in the millions. Organisations with a mature vulnerability management programme... <a href="https://hackersonlineclub.com/vulnerability-management-guide/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Agentic Resource Discovery (ARD): An open specification for agent discovery]]></title>
<description><![CDATA[How AWS Agent Registry and the Agentic Resource Discovery (ARD) specification enable cross-environment discovery for your agents As organizations scale their use of artificial intelligence (AI) agents and tools, finding the right resource becomes the hard part. Teams build Model Context Protocol ...]]></description>
<link>https://tsecurity.de/de/3860857/windows-tipps/agentic-resource-discovery-ard-an-open-specification-for-agent-discovery/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860857/windows-tipps/agentic-resource-discovery-ard-an-open-specification-for-agent-discovery/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:58 +0200</pubDate>
<content:encoded><![CDATA[<p>How AWS Agent Registry and the Agentic Resource Discovery (ARD) specification enable cross-environment discovery for your agents As organizations scale their use of artificial intelligence (AI) agents and tools, finding the right resource becomes the hard part. Teams build Model Context Protocol (MCP) servers, deploy agents, and create specialized... <a href="https://aws.amazon.com/blogs/machine-learning/agentic-resource-discovery-ard-an-open-specification-for-agent-discovery/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Introducing new Ray capabilities on SageMaker HyperPod]]></title>
<description><![CDATA[Today, we are announcing new Ray capabilities on Amazon SageMaker HyperPod that integrate Ray with the HyperPod purpose-built infrastructure for foundation model training and serving. Ray is an open-source framework that data scientists use to scale distributed Python workloads across clusters of...]]></description>
<link>https://tsecurity.de/de/3860856/programmierung/introducing-new-ray-capabilities-on-sagemaker-hyperpod/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860856/programmierung/introducing-new-ray-capabilities-on-sagemaker-hyperpod/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:57 +0200</pubDate>
<content:encoded><![CDATA[<p>Today, we are announcing new Ray capabilities on Amazon SageMaker HyperPod that integrate Ray with the HyperPod purpose-built infrastructure for foundation model training and serving. Ray is an open-source framework that data scientists use to scale distributed Python workloads across clusters of GPUs, from distributed training with Ray Train to... <a href="https://aws.amazon.com/blogs/machine-learning/introducing-new-ray-capabilities-on-sagemaker-hyperpod/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[7 Async Patterns for Running Agents Concurrently in Python]]></title>
<description><![CDATA[In this article, you will learn seven async patterns for running AI agents concurrently in Python, what each pattern is suited for, and the production-level... Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860854/programmierung/7-async-patterns-for-running-agents-concurrently-in-python/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860854/programmierung/7-async-patterns-for-running-agents-concurrently-in-python/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:55 +0200</pubDate>
<content:encoded><![CDATA[<p>In this article, you will learn seven async patterns for running AI agents concurrently in Python, what each pattern is suited for, and the production-level... <a href="https://machinelearningmastery.com/7-async-patterns-for-running-agents-concurrently-in-python/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Managing Small Context Windows in Language Models]]></title>
<description><![CDATA[In this article, you will learn three practical strategies for managing small context windows in large language models, along with working Python examples that demonstrate... Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860853/programmierung/managing-small-context-windows-in-language-models/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860853/programmierung/managing-small-context-windows-in-language-models/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:54 +0200</pubDate>
<content:encoded><![CDATA[<p>In this article, you will learn three practical strategies for managing small context windows in large language models, along with working Python examples that demonstrate... <a href="https://machinelearningmastery.com/managing-small-context-windows-in-language-models/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Learn Vectorized Thinking in Python Through Examples]]></title>
<description><![CDATA[In this article, you will learn how to think in terms of vectorized operations using NumPy, replacing slow Python loops with efficient array-level computations. Topics... Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860852/programmierung/learn-vectorized-thinking-in-python-through-examples/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860852/programmierung/learn-vectorized-thinking-in-python-through-examples/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:53 +0200</pubDate>
<content:encoded><![CDATA[<p>In this article, you will learn how to think in terms of vectorized operations using NumPy, replacing slow Python loops with efficient array-level computations. Topics... <a href="https://machinelearningmastery.com/learn-vectorized-thinking-in-python-through-examples/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[JavaScript obfuscation: From party trick to phishing kit]]></title>
<description><![CDATA[We open a JavaScript artifact hoping for code, and instead get string arrays, strangely named functions, encoded URLs, runtime decoders, and eval statements. That is the point where “reading the script” stops being enough. Obfuscated JavaScript is still code, but it is code with the useful contex...]]></description>
<link>https://tsecurity.de/de/3860851/programmierung/javascript-obfuscation-from-party-trick-to-phishing-kit/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860851/programmierung/javascript-obfuscation-from-party-trick-to-phishing-kit/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:51 +0200</pubDate>
<content:encoded><![CDATA[<p>We open a JavaScript artifact hoping for code, and instead get string arrays, strangely named functions, encoded URLs, runtime decoders, and eval statements. That is the point where “reading the script” stops being enough. Obfuscated JavaScript is still code, but it is code with the useful context stripped out, the names ruined, the strings... <a href="https://blog.talosintelligence.com/javascript-obfuscation-from-party-trick-to-phishing-kit/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Exploits and vulnerabilities in Q2 2026]]></title>
<description><![CDATA[The vulnerability landscape shifted significantly in Q2 2026. First, the number of registered CVEs reached an unprecedented level. This is driven primarily by the widespread adoption of AI, both for application development and search for security flaws. This resulted in entire new classes of vuln...]]></description>
<link>https://tsecurity.de/de/3860850/sicherheitsluecken/exploits-and-vulnerabilities-in-q2-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860850/sicherheitsluecken/exploits-and-vulnerabilities-in-q2-2026/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:48 +0200</pubDate>
<content:encoded><![CDATA[<p>The vulnerability landscape shifted significantly in Q2 2026. First, the number of registered CVEs reached an unprecedented level. This is driven primarily by the widespread adoption of AI, both for application development and search for security flaws. This resulted in entire new classes of vulnerabilities emerging, particularly in the Linux... <a href="https://securelist.com/vulnerabilities-and-exploits-in-q2-2026/121091/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The State of AI-Enabled Malware August 2026: From Brand Abuse to Agentic Execution]]></title>
<description><![CDATA[Explore Unit 42 research on AI-enabled malware. Learn how existing behavioral detection and endpoint analytics stop AI-authored code before execution. The post The State of AI-Enabled Malware August 2026: From Brand Abuse to Agentic Execution appeared first on Unit 42. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860849/malware-trojaner-viren/the-state-of-ai-enabled-malware-august-2026-from-brand-abuse-to-agentic-execution/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860849/malware-trojaner-viren/the-state-of-ai-enabled-malware-august-2026-from-brand-abuse-to-agentic-execution/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:47 +0200</pubDate>
<content:encoded><![CDATA[<p>Explore Unit 42 research on AI-enabled malware. Learn how existing behavioral detection and endpoint analytics stop AI-authored code before execution. The post The State of AI-Enabled Malware August 2026: From Brand Abuse to Agentic Execution appeared first on Unit 42. <a href="https://unit42.paloaltonetworks.com/ai-enabled-malware-analysis/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Perturbation Probing: A New Diagnostic for the Fragility of LLM Safety]]></title>
<description><![CDATA[New research reveals that AI safety refusal lives in a thin neural layer, highlighting the critical need for external, multi-layered security. The post Perturbation Probing: A New Diagnostic for the Fragility of LLM Safety appeared first on Unit 42. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860848/ai-nachrichten/perturbation-probing-a-new-diagnostic-for-the-fragility-of-llm-safety/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860848/ai-nachrichten/perturbation-probing-a-new-diagnostic-for-the-fragility-of-llm-safety/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:46 +0200</pubDate>
<content:encoded><![CDATA[<p>New research reveals that AI safety refusal lives in a thin neural layer, highlighting the critical need for external, multi-layered security. The post Perturbation Probing: A New Diagnostic for the Fragility of LLM Safety appeared first on Unit 42. <a href="https://unit42.paloaltonetworks.com/perturbation-probing-llm-safety/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Detection and response for the actively exploited ProxyShell vulnerabilities]]></title>
<description><![CDATA[On August 21, 2021, the Cybersecurity and Infrastructure Security Agency (CISA) released an urgent notice related to the exploitation of ProxyShell vulnerabilities (CVE-2021-31207, CVE-2021-34473, CVE-2021-34523). By chaining these vulnerabilities together, threat actors are compromising unpatche...]]></description>
<link>https://tsecurity.de/de/3860847/sicherheitsluecken/detection-and-response-for-the-actively-exploited-proxyshell-vulnerabilities/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860847/sicherheitsluecken/detection-and-response-for-the-actively-exploited-proxyshell-vulnerabilities/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:42 +0200</pubDate>
<content:encoded><![CDATA[<p>On August 21, 2021, the Cybersecurity and Infrastructure Security Agency (CISA) released an urgent notice related to the exploitation of ProxyShell vulnerabilities (CVE-2021-31207, CVE-2021-34473, CVE-2021-34523). By chaining these vulnerabilities together, threat actors are compromising unpatched Microsoft Exchange servers and gaining footholds... <a href="https://www.elastic.co/security-labs/blog/detection-and-response-for-the-actively-exploited-proxyshell-vulnerabilities" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hunting In Memory]]></title>
<description><![CDATA[Threat Hunters are charged with the difficult task of sifting through vast sources of diverse data to pinpoint adversarial activity at any stage in the attack lifecycle. To be successful, hunters must continually hone their subject matter expertise on the latest attacker techniques and detection ...]]></description>
<link>https://tsecurity.de/de/3860846/malware-trojaner-viren/hunting-in-memory/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860846/malware-trojaner-viren/hunting-in-memory/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:38 +0200</pubDate>
<content:encoded><![CDATA[<p>Threat Hunters are charged with the difficult task of sifting through vast sources of diverse data to pinpoint adversarial activity at any stage in the attack lifecycle. To be successful, hunters must continually hone their subject matter expertise on the latest attacker techniques and detection methods. Memory resident malware, which presents... <a href="https://www.elastic.co/security-labs/blog/hunting-memory" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Getting the Most Out of Transformers in Elastic]]></title>
<description><![CDATA[Preamble In 8.3, our Elastic Stack Machine Learning team introduced a way to import third party Natural Language Processing (NLP) models into Elastic. As security researchers, we HAD to try it out on a security dataset. So we decided to build a model to identify malicious command lines by fine-tu...]]></description>
<link>https://tsecurity.de/de/3860845/ai-nachrichten/getting-the-most-out-of-transformers-in-elastic/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860845/ai-nachrichten/getting-the-most-out-of-transformers-in-elastic/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:38 +0200</pubDate>
<content:encoded><![CDATA[<p>Preamble In 8.3, our Elastic Stack Machine Learning team introduced a way to import third party Natural Language Processing (NLP) models into Elastic. As security researchers, we HAD to try it out on a security dataset. So we decided to build a model to identify malicious command lines by fine-tuning a pre-existing model available on the Hugging... <a href="https://www.elastic.co/security-labs/blog/getting-the-most-out-of-transforms-in-elastic" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Detecting and responding to Dirty Pipe with Elastic]]></title>
<description><![CDATA[Preamble Dirty Pipe is a local privilege escalation vulnerability that is easily exploitable with a handful of working exploit POCs already available. Its broad scope (any user-readable file and affected Linux versions) along with its evolving nature (the SUID shell backdoor exploit) make CVE-202...]]></description>
<link>https://tsecurity.de/de/3860844/sicherheitsluecken/detecting-and-responding-to-dirty-pipe-with-elastic/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860844/sicherheitsluecken/detecting-and-responding-to-dirty-pipe-with-elastic/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:37 +0200</pubDate>
<content:encoded><![CDATA[<p>Preamble Dirty Pipe is a local privilege escalation vulnerability that is easily exploitable with a handful of working exploit POCs already available. Its broad scope (any user-readable file and affected Linux versions) along with its evolving nature (the SUID shell backdoor exploit) make CVE-2022-0847 especially dangerous for administrators of... <a href="https://www.elastic.co/security-labs/blog/detecting-and-responding-to-dirty-pipe-with-elastic" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Detection rules for SIGRed vulnerability]]></title>
<description><![CDATA[To defend your environment from the SIGRed vulnerability, we recommend implementing the detection logic included below into your environment using technology such as Endpoint security, Winlogbeat, Packetbeat, or network security monitoring (NSM) platforms such as Zeek or Suricata. Executive summa...]]></description>
<link>https://tsecurity.de/de/3860843/sicherheitsluecken/detection-rules-for-sigred-vulnerability/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860843/sicherheitsluecken/detection-rules-for-sigred-vulnerability/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:36 +0200</pubDate>
<content:encoded><![CDATA[<p>To defend your environment from the SIGRed vulnerability, we recommend implementing the detection logic included below into your environment using technology such as Endpoint security, Winlogbeat, Packetbeat, or network security monitoring (NSM) platforms such as Zeek or Suricata. Executive summary On July 14, 2020, Microsoft released a security... <a href="https://www.elastic.co/security-labs/blog/detection-rules-for-sigred-vulnerability" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Detecting Exploitation of CVE-2021-44228 (Log4j2) with Elastic Security]]></title>
<description><![CDATA[To understand how Elastic is currently assessing internal risk of this vulnerability in our products please see the advisoryhere. This blog has been updated (Dec. 17, 2021) with further detection and hunting improvements since its initial publish. Overview This blog post provides a summary of CVE...]]></description>
<link>https://tsecurity.de/de/3860842/sicherheitsluecken/detecting-exploitation-of-cve-2021-44228-log4j2-with-elastic-security/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860842/sicherheitsluecken/detecting-exploitation-of-cve-2021-44228-log4j2-with-elastic-security/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:35 +0200</pubDate>
<content:encoded><![CDATA[<p>To understand how Elastic is currently assessing internal risk of this vulnerability in our products please see the advisoryhere. This blog has been updated (Dec. 17, 2021) with further detection and hunting improvements since its initial publish. Overview This blog post provides a summary of CVE-2021-44228 and provides Elastic Security users with... <a href="https://www.elastic.co/security-labs/blog/detecting-log4j2-with-elastic-security" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Elastic's response to the Spring4Shell vulnerability (CVE-2022-22965)]]></title>
<description><![CDATA[On March 29, 2022 a vulnerability in the Spring framework was disclosed to the public by VMware. This vulnerability had several prerequisites affecting impact: Spring framework versions 5.3.0-5.3.17, 5.2.0-5.2.19, potentially software versions prior to 5.2.x An application running as a Spring MVX...]]></description>
<link>https://tsecurity.de/de/3860841/sicherheitsluecken/elastics-response-to-the-spring4shell-vulnerability-cve-2022-22965/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860841/sicherheitsluecken/elastics-response-to-the-spring4shell-vulnerability-cve-2022-22965/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:34 +0200</pubDate>
<content:encoded><![CDATA[<p>On March 29, 2022 a vulnerability in the Spring framework was disclosed to the public by VMware. This vulnerability had several prerequisites affecting impact: Spring framework versions 5.3.0-5.3.17, 5.2.0-5.2.19, potentially software versions prior to 5.2.x An application running as a Spring MVX or WebFlux object Apache Tomcat as the container... <a href="https://www.elastic.co/security-labs/blog/elastic-response-to-the-the-spring4shell-vulnerability-cve-2022-22965" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Analysis of Log4Shell vulnerability & CVE-2021-45046]]></title>
<description><![CDATA[To understand how Elastic is currently assessing internal risk of this vulnerability in our products please see the advisoryhere. This document was updated on December 17, 2021 to reflect a revised CVSS score for CVE-2021-45046, and new findings by the community. In recent days Log4Shell, or CVE-...]]></description>
<link>https://tsecurity.de/de/3860840/sicherheitsluecken/analysis-of-log4shell-vulnerability-cve-2021-45046/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860840/sicherheitsluecken/analysis-of-log4shell-vulnerability-cve-2021-45046/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:34 +0200</pubDate>
<content:encoded><![CDATA[<p>To understand how Elastic is currently assessing internal risk of this vulnerability in our products please see the advisoryhere. This document was updated on December 17, 2021 to reflect a revised CVSS score for CVE-2021-45046, and new findings by the community. In recent days Log4Shell, or CVE-2021-44228, has dominated the news cycle in the... <a href="https://www.elastic.co/security-labs/blog/analysis-of-log4shell-cve-2021-45046" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[EMOTET Dynamic Configuration Extraction]]></title>
<description><![CDATA[Key takeaways The EMOTET developers have changed the way they encode their configuration in the 64bit version of the malware. Using code emulation we can bypass multiple code obfuscation techniques. The use of code emulators in config extractors will become more prevalent in the future. To downlo...]]></description>
<link>https://tsecurity.de/de/3860839/malware-trojaner-viren/emotet-dynamic-configuration-extraction/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860839/malware-trojaner-viren/emotet-dynamic-configuration-extraction/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:33 +0200</pubDate>
<content:encoded><![CDATA[<p>Key takeaways The EMOTET developers have changed the way they encode their configuration in the 64bit version of the malware. Using code emulation we can bypass multiple code obfuscation techniques. The use of code emulators in config extractors will become more prevalent in the future. To download the EMOTET configuration extractor, check out our... <a href="https://www.elastic.co/security-labs/blog/emotet-dynamic-configuration-extraction" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[QBOT Configuration Extractor]]></title>
<description><![CDATA[Python script to extract the configuration from QBOT samples. Download qbot-config-extractor.tar.gz Getting Started This tool provides a Python module and command line tool that will extract configurations from the QBOT malware samples and dump the results to screen. For information on the QBOT a...]]></description>
<link>https://tsecurity.de/de/3860838/malware-trojaner-viren/qbot-configuration-extractor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860838/malware-trojaner-viren/qbot-configuration-extractor/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:23 +0200</pubDate>
<content:encoded><![CDATA[<p>Python script to extract the configuration from QBOT samples. Download qbot-config-extractor.tar.gz Getting Started This tool provides a Python module and command line tool that will extract configurations from the QBOT malware samples and dump the results to screen. For information on the QBOT attack pattern and malware analysis, check out our... <a href="https://www.elastic.co/security-labs/blog/qbot-configuration-extractor" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI Bans Russia ChatGPT Accounts Used to Run Covert Influence Operation]]></title>
<description><![CDATA[OpenAI Bans Russian ChatGPT accounts participating in a covert online influence operation aimed at manufacturing authority and promoting narratives favorable to Moscow. The campaign leveraged generative AI tools alongside an elaborate network of fake digital infrastructure, including a front thin...]]></description>
<link>https://tsecurity.de/de/3860837/ai-nachrichten/openai-bans-russia-chatgpt-accounts-used-to-run-covert-influence-operation/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860837/ai-nachrichten/openai-bans-russia-chatgpt-accounts-used-to-run-covert-influence-operation/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:19 +0200</pubDate>
<content:encoded><![CDATA[<p>OpenAI Bans Russian ChatGPT accounts participating in a covert online influence operation aimed at manufacturing authority and promoting narratives favorable to Moscow. The campaign leveraged generative AI tools alongside an elaborate network of fake digital infrastructure, including a front think tank, plagiarized academic work, and a biased... <a href="https://hackersonlineclub.com/openai-bans-russia-chatgpt-accounts/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ICEDID Configuration Extractor]]></title>
<description><![CDATA[Python script to extract the payload from ICEDID samples. Download icedid-configuration-extractor.tar.gz For information on the ICEDID malware and network infrastructure, check out the following resources: ICEDIDs network infrastructure is alive and well ICEDID network infrastructure checking uti...]]></description>
<link>https://tsecurity.de/de/3860836/malware-trojaner-viren/icedid-configuration-extractor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860836/malware-trojaner-viren/icedid-configuration-extractor/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:10 +0200</pubDate>
<content:encoded><![CDATA[<p>Python script to extract the payload from ICEDID samples. Download icedid-configuration-extractor.tar.gz For information on the ICEDID malware and network infrastructure, check out the following resources: ICEDIDs network infrastructure is alive and well ICEDID network infrastructure checking utility Getting started Docker The recommended and... <a href="https://www.elastic.co/security-labs/blog/icedid-configuration-extractor" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[BPFDoor Configuration Extractor]]></title>
<description><![CDATA[Configuration extractor to dump out hardcoded passwords with BPFDoor. Download bpfdoor-config-extractor.tar.gz Overview This tool provides a Python module and command line tool that will extract passwords from BPFDoor samples. The Elastic Security Team has released an indepth analysis of the BPFD...]]></description>
<link>https://tsecurity.de/de/3860835/malware-trojaner-viren/bpfdoor-configuration-extractor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860835/malware-trojaner-viren/bpfdoor-configuration-extractor/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:09 +0200</pubDate>
<content:encoded><![CDATA[<p>Configuration extractor to dump out hardcoded passwords with BPFDoor. Download bpfdoor-config-extractor.tar.gz Overview This tool provides a Python module and command line tool that will extract passwords from BPFDoor samples. The Elastic Security Team has released an indepth analysis of the BPFDoor malware and created an additional tool that will... <a href="https://www.elastic.co/security-labs/blog/bpfdoor-configuration-extractor" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[PARALLAX Payload Extractor]]></title>
<description><![CDATA[Python script to extract the payload from PARALLAX samples. Download parallax-payload-extractor.tar.gz For information on the PARALLAX malware loader and campaign observations, check out our blog posts detailing this intrusion set. Getting started Docker The recommended and easiest way to get goi...]]></description>
<link>https://tsecurity.de/de/3860834/malware-trojaner-viren/parallax-payload-extractor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860834/malware-trojaner-viren/parallax-payload-extractor/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:07 +0200</pubDate>
<content:encoded><![CDATA[<p>Python script to extract the payload from PARALLAX samples. Download parallax-payload-extractor.tar.gz For information on the PARALLAX malware loader and campaign observations, check out our blog posts detailing this intrusion set. Getting started Docker The recommended and easiest way to get going is to use Docker. From the directory this README... <a href="https://www.elastic.co/security-labs/blog/parallax-payload-extractor" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[BPFDoor Scanner]]></title>
<description><![CDATA[Python script to identify hosts infected with the BPFDoor malware. Download bpfdoor-scanner.tar.gz Getting Started This tool provides a Python script to identify hosts that are infected with the BPFDoor malware. The Elastic Security Team has released an indepth analysis of the BPFDoor malware and...]]></description>
<link>https://tsecurity.de/de/3860833/malware-trojaner-viren/bpfdoor-scanner/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860833/malware-trojaner-viren/bpfdoor-scanner/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:06 +0200</pubDate>
<content:encoded><![CDATA[<p>Python script to identify hosts infected with the BPFDoor malware. Download bpfdoor-scanner.tar.gz Getting Started This tool provides a Python script to identify hosts that are infected with the BPFDoor malware. The Elastic Security Team has released an indepth analysis of the BPFDoor malware and created an additional tool that will extract... <a href="https://www.elastic.co/security-labs/blog/bpfdoor-scanner" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cobalt Strike Beacon Extractor]]></title>
<description><![CDATA[Python script that collects Cobalt Strike memory data generated by security events from an Elasticsearch cluster, extracts the configuration from the CS beacon, and writes the data back to Elasticsearch. Download cobalt-strike-extractor.tar.gz Overview This tool provides a Python module and comma...]]></description>
<link>https://tsecurity.de/de/3860832/programmierung/cobalt-strike-beacon-extractor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860832/programmierung/cobalt-strike-beacon-extractor/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:05 +0200</pubDate>
<content:encoded><![CDATA[<p>Python script that collects Cobalt Strike memory data generated by security events from an Elasticsearch cluster, extracts the configuration from the CS beacon, and writes the data back to Elasticsearch. Download cobalt-strike-extractor.tar.gz Overview This tool provides a Python module and command line tool that will search Elastic Endpoint alert... <a href="https://www.elastic.co/security-labs/blog/cobalt-strike-beacon-extractor" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[EMOTET Configuration Extractor]]></title>
<description><![CDATA[Python script to extract the payload from EMOTET samples. Download emotet-configuration-extractor.tar.gz For information on the EMOTET malware check out the following resources: EMOTET Dynamic Configuration Extraction Getting started Docker The recommended and easiest way to get going is to use D...]]></description>
<link>https://tsecurity.de/de/3860831/malware-trojaner-viren/emotet-configuration-extractor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860831/malware-trojaner-viren/emotet-configuration-extractor/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:05 +0200</pubDate>
<content:encoded><![CDATA[<p>Python script to extract the payload from EMOTET samples. Download emotet-configuration-extractor.tar.gz For information on the EMOTET malware check out the following resources: EMOTET Dynamic Configuration Extraction Getting started Docker The recommended and easiest way to get going is to use Docker. From the directory this README is in, you can... <a href="https://www.elastic.co/security-labs/blog/emotet-configuration-extractor" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[BLISTER Configuration Extractor]]></title>
<description><![CDATA[Python script to extract the configuration and payload from BLISTER samples. Download blister-config-extractor.tar.gz Getting Started This tool provides a Python module and command line tool that will extract configurations from the BLISTER malware loader and dump the results to screen. For infor...]]></description>
<link>https://tsecurity.de/de/3860830/malware-trojaner-viren/blister-configuration-extractor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860830/malware-trojaner-viren/blister-configuration-extractor/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:04 +0200</pubDate>
<content:encoded><![CDATA[<p>Python script to extract the configuration and payload from BLISTER samples. Download blister-config-extractor.tar.gz Getting Started This tool provides a Python module and command line tool that will extract configurations from the BLISTER malware loader and dump the results to screen. For information on the BLISTER malware loader and campaign... <a href="https://www.elastic.co/security-labs/blog/blister-configuration-extractor" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vulnerability summary: Follina, CVE-2022-30190]]></title>
<description><![CDATA[On May 27, 2022, the nao_sec independent security research group shared a VirusTotal link to a weaponized Microsoft Office document revealing a previously unknown vulnerability in the Microsoft Support Diagnostic Tool (MSDT). This vulnerability is most likely to be exploited via phishing lure att...]]></description>
<link>https://tsecurity.de/de/3860829/sicherheitsluecken/vulnerability-summary-follina-cve-2022-30190/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860829/sicherheitsluecken/vulnerability-summary-follina-cve-2022-30190/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:03 +0200</pubDate>
<content:encoded><![CDATA[<p>On May 27, 2022, the nao_sec independent security research group shared a VirusTotal link to a weaponized Microsoft Office document revealing a previously unknown vulnerability in the Microsoft Support Diagnostic Tool (MSDT). This vulnerability is most likely to be exploited via phishing lure attachments and is triggered when a document is opened.... <a href="https://www.elastic.co/security-labs/blog/vulnerability-summary-follina" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[NETWIRE Configuration Extractor]]></title>
<description><![CDATA[Python script to extract the payload from NETWIRE samples. Download netwire-configuration-extractor.tar.gz For information on the NETWIRE malware check out the following resources: NETWIRE Dynamic Configuration Extraction Getting started Docker The recommended and easiest way to get going is to u...]]></description>
<link>https://tsecurity.de/de/3860828/malware-trojaner-viren/netwire-configuration-extractor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860828/malware-trojaner-viren/netwire-configuration-extractor/</guid>
<pubDate>Sun, 30 Aug 2026 07:24:02 +0200</pubDate>
<content:encoded><![CDATA[<p>Python script to extract the payload from NETWIRE samples. Download netwire-configuration-extractor.tar.gz For information on the NETWIRE malware check out the following resources: NETWIRE Dynamic Configuration Extraction Getting started Docker The recommended and easiest way to get going is to use Docker. From the directory this README is in, you... <a href="https://www.elastic.co/security-labs/blog/netwire-configuration-extractor" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[NETWIRE Dynamic Configuration Extraction]]></title>
<description><![CDATA[Key takeaways NETWIRE has shown an increase in prevalence over the last year Elastic Security Labs created an extractor to pull out configuration data from NETWIRE files and memory dumps targeting the functions the malware uses to extract its encrypted data The NETWIRE extractor is freely availab...]]></description>
<link>https://tsecurity.de/de/3860827/malware-trojaner-viren/netwire-dynamic-configuration-extraction/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860827/malware-trojaner-viren/netwire-dynamic-configuration-extraction/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:57 +0200</pubDate>
<content:encoded><![CDATA[<p>Key takeaways NETWIRE has shown an increase in prevalence over the last year Elastic Security Labs created an extractor to pull out configuration data from NETWIRE files and memory dumps targeting the functions the malware uses to extract its encrypted data The NETWIRE extractor is freely available for download To download the NETWIRE... <a href="https://www.elastic.co/security-labs/blog/netwire-dynamic-configuration-extraction" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Automating the Security Protections rapid response to malware]]></title>
<description><![CDATA[Cyber attacks on corporate networks were up 50% in 2021, and it’s expected that 2022 will see more of the same. Elastic Endpoint Security includes a variety of protection layers to ensure maximum coverage against different types of malware. There have been a few examples recently of the need for ...]]></description>
<link>https://tsecurity.de/de/3860826/malware-trojaner-viren/automating-the-security-protections-rapid-response-to-malware/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860826/malware-trojaner-viren/automating-the-security-protections-rapid-response-to-malware/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:57 +0200</pubDate>
<content:encoded><![CDATA[<p>Cyber attacks on corporate networks were up 50% in 2021, and it’s expected that 2022 will see more of the same. Elastic Endpoint Security includes a variety of protection layers to ensure maximum coverage against different types of malware. There have been a few examples recently of the need for fast, accurate updates of user environments in order... <a href="https://www.elastic.co/security-labs/blog/automating-security-protections-rapid-response-to-malware" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Stopping Vulnerable Driver Attacks]]></title>
<description><![CDATA[Key takeaways Ransomware actors are leveraging vulnerable drivers to tamper with endpoint security products. Elastic Security released 65 YARA rules to detect vulnerable driver abuse. Elastic Endpoint (8.3+) protects users from this threat. Background In 2018, Gabriel Landau and Joe Desimone pres...]]></description>
<link>https://tsecurity.de/de/3860825/malware-trojaner-viren/stopping-vulnerable-driver-attacks/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860825/malware-trojaner-viren/stopping-vulnerable-driver-attacks/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:56 +0200</pubDate>
<content:encoded><![CDATA[<p>Key takeaways Ransomware actors are leveraging vulnerable drivers to tamper with endpoint security products. Elastic Security released 65 YARA rules to detect vulnerable driver abuse. Elastic Endpoint (8.3+) protects users from this threat. Background In 2018, Gabriel Landau and Joe Desimone presented a talk at Black Hat covering the evolution of... <a href="https://www.elastic.co/security-labs/blog/stopping-vulnerable-driver-attacks" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Identifying beaconing malware using Elastic]]></title>
<description><![CDATA[The early stages of an intrusion usually include initial access, execution, persistence, and command-and-control (C2) beaconing. When structured threats use zero-days, these first two stages are often not detected. It can often be challenging and time-consuming to identify persistence mechanisms ...]]></description>
<link>https://tsecurity.de/de/3860824/malware-trojaner-viren/identifying-beaconing-malware-using-elastic/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860824/malware-trojaner-viren/identifying-beaconing-malware-using-elastic/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:55 +0200</pubDate>
<content:encoded><![CDATA[<p>The early stages of an intrusion usually include initial access, execution, persistence, and command-and-control (C2) beaconing. When structured threats use zero-days, these first two stages are often not detected. It can often be challenging and time-consuming to identify persistence mechanisms left by an advanced adversary as we saw in the 2020... <a href="https://www.elastic.co/security-labs/blog/identifying-beaconing-malware-using-elastic" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Detect Credential Access with Elastic Security]]></title>
<description><![CDATA[Preamble Credential Access consists of techniques for stealing credentials like cookies, API keys, and passwords. It is one of the top critical tactics that is almost guaranteed to occur during an attack lifecycle, ranging from phishing to infostealer malware to more complicated post-exploitation...]]></description>
<link>https://tsecurity.de/de/3860823/malware-trojaner-viren/detect-credential-access-with-elastic-security/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860823/malware-trojaner-viren/detect-credential-access-with-elastic-security/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:53 +0200</pubDate>
<content:encoded><![CDATA[<p>Preamble Credential Access consists of techniques for stealing credentials like cookies, API keys, and passwords. It is one of the top critical tactics that is almost guaranteed to occur during an attack lifecycle, ranging from phishing to infostealer malware to more complicated post-exploitation techniques. Therefore, covering it from different... <a href="https://www.elastic.co/security-labs/blog/detect-credential-access" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Exploring the Future of Security with ChatGPT]]></title>
<description><![CDATA[Preamble Recently, OpenAI announced APIs for engineers to integrate ChatGPT and Whisper models into their apps and products. For some time, engineers could use the REST API calls for older models and otherwise use the ChatGPT interface through their website. Now there's an opportunity to prototyp...]]></description>
<link>https://tsecurity.de/de/3860822/ai-nachrichten/exploring-the-future-of-security-with-chatgpt/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860822/ai-nachrichten/exploring-the-future-of-security-with-chatgpt/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:53 +0200</pubDate>
<content:encoded><![CDATA[<p>Preamble Recently, OpenAI announced APIs for engineers to integrate ChatGPT and Whisper models into their apps and products. For some time, engineers could use the REST API calls for older models and otherwise use the ChatGPT interface through their website. Now there&#039;s an opportunity to prototype and experiment with Large Language Models (LLMs)... <a href="https://www.elastic.co/security-labs/blog/exploring-applications-of-chatgpt-to-improve-detection-response-and-understanding" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fake GTA 6 Demo Alert: One Click Could Steal Your Passwords]]></title>
<description><![CDATA[Cybercriminals are always looking for new ways to exploit popular trends. This time, they are taking advantage of the huge excitement around GTA 6 by creating fake demo websites developed to spread password-stealing malware. Security researchers at Malwarebytes have discovered an active malware c...]]></description>
<link>https://tsecurity.de/de/3860817/malware-trojaner-viren/fake-gta-6-demo-alert-one-click-could-steal-your-passwords/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860817/malware-trojaner-viren/fake-gta-6-demo-alert-one-click-could-steal-your-passwords/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:53 +0200</pubDate>
<content:encoded><![CDATA[<p>Cybercriminals are always looking for new ways to exploit popular trends. This time, they are taking advantage of the huge excitement around GTA 6 by creating fake demo websites developed to spread password-stealing malware. Security researchers at Malwarebytes have discovered an active malware campaign targeting fans eagerly waiting for Grand... <a href="https://hackersonlineclub.com/fake-gta-6-demo-alert/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unpacking ICEDID]]></title>
<description><![CDATA[Preamble ICEDID is a malware family discoveredin 2017 by IBM X-force researchers and is associated with the theft of login credentials, banking information, and other personal information. ICEDID has always been a prevalent family but achieved even more growth since EMOTET’s temporary disruption ...]]></description>
<link>https://tsecurity.de/de/3860821/malware-trojaner-viren/unpacking-icedid/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860821/malware-trojaner-viren/unpacking-icedid/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:52 +0200</pubDate>
<content:encoded><![CDATA[<p>Preamble ICEDID is a malware family discoveredin 2017 by IBM X-force researchers and is associated with the theft of login credentials, banking information, and other personal information. ICEDID has always been a prevalent family but achieved even more growth since EMOTET’s temporary disruption in early 2021. ICEDID has been linked to the... <a href="https://www.elastic.co/security-labs/blog/unpacking-icedid" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Click, Click… Boom! Automating Protections Testing with Detonate]]></title>
<description><![CDATA[Preamble Imagine you are an Endpoint artifact developer. After you put in the work to ensure protection against conventional shellcode injections or ransomware innovations, how do you know it actually works before you send it out into the world? First, you set up your end-to-end system, which inv...]]></description>
<link>https://tsecurity.de/de/3860820/malware-trojaner-viren/click-click-boom-automating-protections-testing-with-detonate/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860820/malware-trojaner-viren/click-click-boom-automating-protections-testing-with-detonate/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:51 +0200</pubDate>
<content:encoded><![CDATA[<p>Preamble Imagine you are an Endpoint artifact developer. After you put in the work to ensure protection against conventional shellcode injections or ransomware innovations, how do you know it actually works before you send it out into the world? First, you set up your end-to-end system, which involves setting up several services, the... <a href="https://www.elastic.co/security-labs/blog/click-click-boom-automating-protections-testing-with-detonate" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Forget vulnerable drivers - Admin is all you need]]></title>
<description><![CDATA[Introduction Bring Your Own Vulnerable Driver (BYOVD) is an increasingly popular attacker technique wherein a threat actor brings a known-vulnerable signed driver alongside their malware, loads it into the kernel, then exploits it to perform some action within the kernel that they would not other...]]></description>
<link>https://tsecurity.de/de/3860819/malware-trojaner-viren/forget-vulnerable-drivers-admin-is-all-you-need/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860819/malware-trojaner-viren/forget-vulnerable-drivers-admin-is-all-you-need/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:51 +0200</pubDate>
<content:encoded><![CDATA[<p>Introduction Bring Your Own Vulnerable Driver (BYOVD) is an increasingly popular attacker technique wherein a threat actor brings a known-vulnerable signed driver alongside their malware, loads it into the kernel, then exploits it to perform some action within the kernel that they would not otherwise be able to do. After achieving kernel access,... <a href="https://www.elastic.co/security-labs/blog/forget-vulnerable-drivers-admin-is-all-you-need" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Using LLMs to summarize user sessions]]></title>
<description><![CDATA[Using LLMs to summarize user sessions With the introduction of the AI Assistant into the Security Solution in 8.8, the Security Machine Learning team at Elastic has been exploring how to optimize Security operations with LLMs like GPT-4. User session summarization seemed like the perfect use case...]]></description>
<link>https://tsecurity.de/de/3860818/ai-nachrichten/using-llms-to-summarize-user-sessions/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860818/ai-nachrichten/using-llms-to-summarize-user-sessions/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:50 +0200</pubDate>
<content:encoded><![CDATA[<p>Using LLMs to summarize user sessions With the introduction of the AI Assistant into the Security Solution in 8.8, the Security Machine Learning team at Elastic has been exploring how to optimize Security operations with LLMs like GPT-4. User session summarization seemed like the perfect use case to start experimenting with for several reasons:... <a href="https://www.elastic.co/security-labs/blog/using-llms-to-summarize-user-sessions" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Using LLMs and ESRE to find similar user sessions]]></title>
<description><![CDATA[Using LLMs and ESRE to find similar user sessions In our previous article, we explored using the GPT-4 Large Language Model (LLM) to condense complex Linux user sessions into concise summaries. We highlighted the key takeaways from our experiments, shedding light on the nuances of data preprocess...]]></description>
<link>https://tsecurity.de/de/3860816/ai-nachrichten/using-llms-and-esre-to-find-similar-user-sessions/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860816/ai-nachrichten/using-llms-and-esre-to-find-similar-user-sessions/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:49 +0200</pubDate>
<content:encoded><![CDATA[<p>Using LLMs and ESRE to find similar user sessions In our previous article, we explored using the GPT-4 Large Language Model (LLM) to condense complex Linux user sessions into concise summaries. We highlighted the key takeaways from our experiments, shedding light on the nuances of data preprocessing, prompt tuning, and model parameter adjustments.... <a href="https://www.elastic.co/security-labs/blog/using-llms-and-esre-to-find-similar-user-sessions" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unveiling malware behavior trends]]></title>
<description><![CDATA[Preamble When prioritizing detection engineering efforts, it's essential to understand the most prevalent tactics, techniques, and procedures (TTPs) observed in the wild. This knowledge helps defenders make informed decisions about the most effective strategies to implement - especially where to ...]]></description>
<link>https://tsecurity.de/de/3860815/malware-trojaner-viren/unveiling-malware-behavior-trends/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860815/malware-trojaner-viren/unveiling-malware-behavior-trends/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:45 +0200</pubDate>
<content:encoded><![CDATA[<p>Preamble When prioritizing detection engineering efforts, it&#039;s essential to understand the most prevalent tactics, techniques, and procedures (TTPs) observed in the wild. This knowledge helps defenders make informed decisions about the most effective strategies to implement - especially where to focus engineering efforts and finite resources. To... <a href="https://www.elastic.co/security-labs/blog/unveiling-malware-behavior-trends" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Protecting your devices from information theft]]></title>
<description><![CDATA[In this article, we will introduce the keylogger and keylogging detection features added this year to Elastic Defend (starting from version 8.12), which is responsible for endpoint protection in Elastic Security. This article is also available in Japanese. Introduction Starting with Elastic Defen...]]></description>
<link>https://tsecurity.de/de/3860814/malware-trojaner-viren/protecting-your-devices-from-information-theft/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860814/malware-trojaner-viren/protecting-your-devices-from-information-theft/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:44 +0200</pubDate>
<content:encoded><![CDATA[<p>In this article, we will introduce the keylogger and keylogging detection features added this year to Elastic Defend (starting from version 8.12), which is responsible for endpoint protection in Elastic Security. This article is also available in Japanese. Introduction Starting with Elastic Defend 8.12, we have enhanced the detection of keyloggers... <a href="https://www.elastic.co/security-labs/blog/protecting-your-devices-from-information-theft-keylogger-protection" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[WinVisor – A hypervisor-based emulator for Windows x64 user-mode executables]]></title>
<description><![CDATA[Background In Windows 10 (version RS4), Microsoft introduced the Windows Hypervisor Platform (WHP) API. This API exposes Microsoft's built-in hypervisor functionality to user-mode Windows applications. In 2024, the author used this API to create a personal project: a 16-bit MS-DOS emulator called...]]></description>
<link>https://tsecurity.de/de/3860813/windows-tipps/winvisor-a-hypervisor-based-emulator-for-windows-x64-user-mode-executables/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860813/windows-tipps/winvisor-a-hypervisor-based-emulator-for-windows-x64-user-mode-executables/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:43 +0200</pubDate>
<content:encoded><![CDATA[<p>Background In Windows 10 (version RS4), Microsoft introduced the Windows Hypervisor Platform (WHP) API. This API exposes Microsoft&#039;s built-in hypervisor functionality to user-mode Windows applications. In 2024, the author used this API to create a personal project: a 16-bit MS-DOS emulator called DOSVisor. As mentioned in the release notes, there... <a href="https://www.elastic.co/security-labs/blog/winvisor-hypervisor-based-emulator" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Agentic Frameworks Summary]]></title>
<description><![CDATA[Security teams and SOC analysts still face the same tier-1 response challenges since the early 2000s, from alert volumes to missed threats. While generative AI offers promising solutions, implementing effective AI-augmented security systems beyond simple LLM integration requires deep knowledge an...]]></description>
<link>https://tsecurity.de/de/3860812/ai-nachrichten/agentic-frameworks-summary/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860812/ai-nachrichten/agentic-frameworks-summary/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:42 +0200</pubDate>
<content:encoded><![CDATA[<p>Security teams and SOC analysts still face the same tier-1 response challenges since the early 2000s, from alert volumes to missed threats. While generative AI offers promising solutions, implementing effective AI-augmented security systems beyond simple LLM integration requires deep knowledge and nuanced details to address today&#039;s complexities... <a href="https://www.elastic.co/security-labs/blog/agentic-ai-summary" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Time-to-Patch Metrics: A Survival Analysis Approach Using Qualys and Elastic]]></title>
<description><![CDATA[Introduction Understanding how quickly vulnerabilities are remediated across different environments and teams is critical to maintaining a strong security posture. In this article, we describe how we applied survival analysis to vulnerability management (VM) data from Qualys VMDR, using the Elast...]]></description>
<link>https://tsecurity.de/de/3860811/sicherheitsluecken/time-to-patch-metrics-a-survival-analysis-approach-using-qualys-and-elastic/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860811/sicherheitsluecken/time-to-patch-metrics-a-survival-analysis-approach-using-qualys-and-elastic/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:42 +0200</pubDate>
<content:encoded><![CDATA[<p>Introduction Understanding how quickly vulnerabilities are remediated across different environments and teams is critical to maintaining a strong security posture. In this article, we describe how we applied survival analysis to vulnerability management (VM) data from Qualys VMDR, using the Elastic Stack. This allowed us to not only confirm... <a href="https://www.elastic.co/security-labs/blog/time-to-patch-metrics" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Automating GOAD and Live Malware Labs]]></title>
<description><![CDATA[Introduction: The Need for a Scalable, Automated Simulation Range In modern security operations, detection engineering is no longer a “set it and forget it” discipline. The central challenge for any security team – and the question that underpins the entire purple-team approach is simple: how do ...]]></description>
<link>https://tsecurity.de/de/3860810/malware-trojaner-viren/automating-goad-and-live-malware-labs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860810/malware-trojaner-viren/automating-goad-and-live-malware-labs/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:41 +0200</pubDate>
<content:encoded><![CDATA[<p>Introduction: The Need for a Scalable, Automated Simulation Range In modern security operations, detection engineering is no longer a “set it and forget it” discipline. The central challenge for any security team – and the question that underpins the entire purple-team approach is simple: how do you know whether your detection rules genuinely... <a href="https://www.elastic.co/security-labs/blog/automating-goad-and-live-malware-labs" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[DYNOWIPER: Destructive Malware Targeting Poland's Energy Sector]]></title>
<description><![CDATA[Summary On December 29, 2025, a coordinated campaign of destructive cyberattacks targeted Poland's energy infrastructure, affecting over 30 renewable energy facilities and a major combined heat and power (CHP) plant A custom wiper malware dubbed DYNOWIPER was used to irreversibly destroy data acr...]]></description>
<link>https://tsecurity.de/de/3860809/malware-trojaner-viren/dynowiper-destructive-malware-targeting-polands-energy-sector/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860809/malware-trojaner-viren/dynowiper-destructive-malware-targeting-polands-energy-sector/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:40 +0200</pubDate>
<content:encoded><![CDATA[<p>Summary On December 29, 2025, a coordinated campaign of destructive cyberattacks targeted Poland&#039;s energy infrastructure, affecting over 30 renewable energy facilities and a major combined heat and power (CHP) plant A custom wiper malware dubbed DYNOWIPER was used to irreversibly destroy data across compromised networks CERT Polska attributes the... <a href="https://www.elastic.co/security-labs/blog/dynowiper" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Inside Elastic InfoSec's agentic SOC: When to inline your agent's skills for a 5× cost reduction]]></title>
<description><![CDATA[This is Part 2 of the Inside Elastic InfoSec's Agentic SOC series. Part 1: How we triage every alert before an analyst opens it. Part 3: how we cut AI agent LLM calls by 60%. Investigating a Windows endpoint alert in Elastic InfoSec's production agentic security operations center (SOC) costs $0.6...]]></description>
<link>https://tsecurity.de/de/3860808/ai-nachrichten/inside-elastic-infosecs-agentic-soc-when-to-inline-your-agents-skills-for-a-5-cost-reduction/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860808/ai-nachrichten/inside-elastic-infosecs-agentic-soc-when-to-inline-your-agents-skills-for-a-5-cost-reduction/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:40 +0200</pubDate>
<content:encoded><![CDATA[<p>This is Part 2 of the Inside Elastic InfoSec&#039;s Agentic SOC series. Part 1: How we triage every alert before an analyst opens it. Part 3: how we cut AI agent LLM calls by 60%. Investigating a Windows endpoint alert in Elastic InfoSec&#039;s production agentic security operations center (SOC) costs $0.69. That&#039;s what we pay running an orchestration... <a href="https://www.elastic.co/security-labs/blog/agentic-soc-token-budget-architecture" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Scaling Memory Safety: AI-Assisted Rewrites of C/C++ Dependencies to Rust]]></title>
<description><![CDATA[This blog post describes how we used AI to help us rewrite a C library (giflib) to Rust to mitigate memory safety vulnerabilities. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860807/programmierung/scaling-memory-safety-ai-assisted-rewrites-of-cc-dependencies-to-rust/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860807/programmierung/scaling-memory-safety-ai-assisted-rewrites-of-cc-dependencies-to-rust/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:38 +0200</pubDate>
<content:encoded><![CDATA[<p>This blog post describes how we used AI to help us rewrite a C library (giflib) to Rust to mitigate memory safety vulnerabilities. <a href="https://bughunters.google.com/blog/scaling-memory-safety" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What's in a tag name? JavaScript, apparently]]></title>
<description><![CDATA[I was on my laptop, as I often am when there's rubbish on telly, and found myself wondering what characters are allowed in a tag. I knew they had to begin with "a-zA-Z", but what about after that? I t Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860806/programmierung/whats-in-a-tag-name-javascript-apparently/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860806/programmierung/whats-in-a-tag-name-javascript-apparently/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:37 +0200</pubDate>
<content:encoded><![CDATA[<p>I was on my laptop, as I often am when there&#039;s rubbish on telly, and found myself wondering what characters are allowed in a tag. I knew they had to begin with &quot;a-zA-Z&quot;, but what about after that? I t <a href="https://portswigger.net/research/whats-in-a-tag-name-javascript-apparently" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[VMs won't contain cyber-capable agents]]></title>
<description><![CDATA[As part of Patch the Planet, we received preview access to GPT 5.6-Cyber with a simple task: evaluate its cyber capabilities. Recent events inspired me to give it a challenge to work through: escape the VM I’d normally use for sandboxing. The target was a QEMU/KVM VM on my Linux dev machine (Debi...]]></description>
<link>https://tsecurity.de/de/3860805/linux-tipps/vms-wont-contain-cyber-capable-agents/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860805/linux-tipps/vms-wont-contain-cyber-capable-agents/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:35 +0200</pubDate>
<content:encoded><![CDATA[<p>As part of Patch the Planet, we received preview access to GPT 5.6-Cyber with a simple task: evaluate its cyber capabilities. Recent events inspired me to give it a challenge to work through: escape the VM I’d normally use for sandboxing. The target was a QEMU/KVM VM on my Linux dev machine (Debian Linux 12, AMD Zen3). It escaped the VM three... <a href="https://blog.trailofbits.com/2026/08/26/vms-wont-contain-cyber-capable-agents/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Three 10.0 security flaws fixed across Ubiquiti’s UniFi line]]></title>
<description><![CDATA[Ubiquiti has patched 21 critical vulnerabilities, three of which were rated the highest severity possible, the communications product company said Wednesday in a security bulletin. In all, the company patched 22 vulnerabilities, with the last one rated “high,” it said in the bulletin. Three of th...]]></description>
<link>https://tsecurity.de/de/3860804/sicherheitsluecken/three-100-security-flaws-fixed-across-ubiquitis-unifi-line/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860804/sicherheitsluecken/three-100-security-flaws-fixed-across-ubiquitis-unifi-line/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:20 +0200</pubDate>
<content:encoded><![CDATA[<p>Ubiquiti has patched 21 critical vulnerabilities, three of which were rated the highest severity possible, the communications product company said Wednesday in a security bulletin. In all, the company patched 22 vulnerabilities, with the last one rated “high,” it said in the bulletin. Three of the vulnerabilities had a Common Vulnerability Scoring... <a href="https://cyberscoop.com/ubiquiti-unifi-critical-vulnerabilities-patched/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI: Agent behavior that led to Hugging Face intrusion formed in May]]></title>
<description><![CDATA[OpenAI says the behavior that led its agents to breach Hugging Face emerged in its research environment more than two months before the incident, and concluded that it was a failure of alignment as much as it was a failure of security. The details come from a technical report the frontier AI comp...]]></description>
<link>https://tsecurity.de/de/3860803/ai-nachrichten/openai-agent-behavior-that-led-to-hugging-face-intrusion-formed-in-may/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860803/ai-nachrichten/openai-agent-behavior-that-led-to-hugging-face-intrusion-formed-in-may/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:19 +0200</pubDate>
<content:encoded><![CDATA[<p>OpenAI says the behavior that led its agents to breach Hugging Face emerged in its research environment more than two months before the incident, and concluded that it was a failure of alignment as much as it was a failure of security. The details come from a technical report the frontier AI company released Wednesday, which gives a full breakdown... <a href="https://cyberscoop.com/openai-hugging-face-agent-breach-report/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Officials disrupt Chinese espionage operation that hit multiple federal agencies]]></title>
<description><![CDATA[Federal authorities Wednesday revealed a multi-layered Chinese state-sponsored espionage operation that’s targeted and compromised U.S. critical infrastructure, including multiple federal agencies, since 2018.  Officials seized domains and unsealed an affidavit detailing how a Chinese government-...]]></description>
<link>https://tsecurity.de/de/3860802/malware-trojaner-viren/officials-disrupt-chinese-espionage-operation-that-hit-multiple-federal-agencies/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860802/malware-trojaner-viren/officials-disrupt-chinese-espionage-operation-that-hit-multiple-federal-agencies/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:15 +0200</pubDate>
<content:encoded><![CDATA[<p>Federal authorities Wednesday revealed a multi-layered Chinese state-sponsored espionage operation that’s targeted and compromised U.S. critical infrastructure, including multiple federal agencies, since 2018.  Officials seized domains and unsealed an affidavit detailing how a Chinese government-funded front company assembled a botnet and... <a href="https://cyberscoop.com/qtfy-china-espionage-group-infrastructure-seized/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[100-plus companies call for ‘global surge’ in AI-powered cyber defense]]></title>
<description><![CDATA[More than 100 companies and organizations, including OpenAI, Anthropic, Google, Microsoft and Amazon Web Services, have signed an open letter calling for a global effort to improve cybersecurity defenses as artificial intelligence capabilities advance. The letter, published Thursday, argues that ...]]></description>
<link>https://tsecurity.de/de/3860801/ai-nachrichten/100-plus-companies-call-for-global-surge-in-ai-powered-cyber-defense/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860801/ai-nachrichten/100-plus-companies-call-for-global-surge-in-ai-powered-cyber-defense/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:13 +0200</pubDate>
<content:encoded><![CDATA[<p>More than 100 companies and organizations, including OpenAI, Anthropic, Google, Microsoft and Amazon Web Services, have signed an open letter calling for a global effort to improve cybersecurity defenses as artificial intelligence capabilities advance. The letter, published Thursday, argues that the timeframe to strengthen defenses before... <a href="https://cyberscoop.com/ai-cyber-defense-global-surge/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ATF confirms cyberattack hit system containing info on its investigation targets]]></title>
<description><![CDATA[The Bureau of Alcohol, Tobacco, Firearms and Explosives insists the cyberattack that it publicly disclosed Wednesday was limited to investigation targets, and has not impacted other agency systems. ATF said it is responding to the breach, which first became public after a prolific ransomware grou...]]></description>
<link>https://tsecurity.de/de/3860800/malware-trojaner-viren/atf-confirms-cyberattack-hit-system-containing-info-on-its-investigation-targets/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860800/malware-trojaner-viren/atf-confirms-cyberattack-hit-system-containing-info-on-its-investigation-targets/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:13 +0200</pubDate>
<content:encoded><![CDATA[<p>The Bureau of Alcohol, Tobacco, Firearms and Explosives insists the cyberattack that it publicly disclosed Wednesday was limited to investigation targets, and has not impacted other agency systems. ATF said it is responding to the breach, which first became public after a prolific ransomware group claimed it accessed the federal agency’s network... <a href="https://cyberscoop.com/atf-doj-cyberattack-qilin-ransomware/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What happens to your data when you die? (Lock and Code S07E17)]]></title>
<description><![CDATA[This week on the Lock and Code podcast… You will die. Your data will not. The afterlife of our information is a recent phenomenon, and some of the companies with the most to sort through are still just figuring it out. As far back as 2007, Facebook was forced to reckon with mass grief when users ...]]></description>
<link>https://tsecurity.de/de/3860799/podcasts/what-happens-to-your-data-when-you-die-lock-and-code-s07e17/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860799/podcasts/what-happens-to-your-data-when-you-die-lock-and-code-s07e17/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:12 +0200</pubDate>
<content:encoded><![CDATA[<p>This week on the Lock and Code podcast… You will die. Your data will not. The afterlife of our information is a recent phenomenon, and some of the companies with the most to sort through are still just figuring it out. As far back as 2007, Facebook was forced to reckon with mass grief when users asked the company to maintain the profile pages of... <a href="https://www.malwarebytes.com/blog/podcast/2026/08/your-data-doesnt-die-when-you-do-lock-and-code-s07e17" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fake GTA 6 Extended Look and demo sites deliver an infostealer]]></title>
<description><![CDATA[GTA 6 footage really has leaked online, and Rockstar has an official Extended Look coming to Netflix on August 27. But cybercriminals are exploiting the hype with fake Rockstar sites that lead visitors to password-stealing malware. We identified a network of sites appearing in searches for a GTA ...]]></description>
<link>https://tsecurity.de/de/3860798/malware-trojaner-viren/fake-gta-6-extended-look-and-demo-sites-deliver-an-infostealer/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860798/malware-trojaner-viren/fake-gta-6-extended-look-and-demo-sites-deliver-an-infostealer/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:11 +0200</pubDate>
<content:encoded><![CDATA[<p>GTA 6 footage really has leaked online, and Rockstar has an official Extended Look coming to Netflix on August 27. But cybercriminals are exploiting the hype with fake Rockstar sites that lead visitors to password-stealing malware. We identified a network of sites appearing in searches for a GTA 6 demo and impersonating Rockstar Games. One Google... <a href="https://www.malwarebytes.com/blog/threat-intel/2026/08/fake-gta-6-extended-look-and-demo-sites-deliver-an-infostealer" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Beware of fake Indeed interview apps used to install spyware]]></title>
<description><![CDATA[From several independent reports, we’ve seen evidence of scammers using fake Android “interview” apps to target job seekers on the Indeed platform.Indeed is one of the world’s largest employment websites, giving scammers access to a huge pool of potential victims, especially in a competitive job ...]]></description>
<link>https://tsecurity.de/de/3860797/malware-trojaner-viren/beware-of-fake-indeed-interview-apps-used-to-install-spyware/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860797/malware-trojaner-viren/beware-of-fake-indeed-interview-apps-used-to-install-spyware/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:09 +0200</pubDate>
<content:encoded><![CDATA[<p>From several independent reports, we’ve seen evidence of scammers using fake Android “interview” apps to target job seekers on the Indeed platform.Indeed is one of the world’s largest employment websites, giving scammers access to a huge pool of potential victims, especially in a competitive job market.What we foundA user in the UK posted on our... <a href="https://www.malwarebytes.com/blog/scams/2026/08/beware-of-fake-indeed-interview-apps-used-to-install-spyware" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kubernetes 1.37 advances workload-aware scheduling and cluster networking]]></title>
<description><![CDATA[When the open-source Kubernetes cloud-native project got started more than a decade ago, AI was not a major concern. Times have changed. Kubernetes 1.37 is now out, extending its networking and scheduling capabilities as more organizations run AI and machine learning workloads on the platform. Th...]]></description>
<link>https://tsecurity.de/de/3860796/ai-nachrichten/kubernetes-137-advances-workload-aware-scheduling-and-cluster-networking/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860796/ai-nachrichten/kubernetes-137-advances-workload-aware-scheduling-and-cluster-networking/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:09 +0200</pubDate>
<content:encoded><![CDATA[<p>When the open-source Kubernetes cloud-native project got started more than a decade ago, AI was not a major concern. Times have changed. Kubernetes 1.37 is now out, extending its networking and scheduling capabilities as more organizations run AI and machine learning workloads on the platform. The new release is the second major update for the... <a href="https://www.networkworld.com/article/4214824/kubernetes-1-37-advances-workload-aware-scheduling-and-cluster-networking.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The AI agent swarm that attacked Hugging Face is a warning for the future]]></title>
<description><![CDATA[The hacking incident involving OpenAI evaluation agents and Hugging Face offers an unusually concrete look at what advanced AI-assisted intrusion can mean in practice: not a single clever exploit, but thousands of automated decisions, rapid experimentation, lateral movement, credential theft, per...]]></description>
<link>https://tsecurity.de/de/3860795/ai-nachrichten/the-ai-agent-swarm-that-attacked-hugging-face-is-a-warning-for-the-future/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860795/ai-nachrichten/the-ai-agent-swarm-that-attacked-hugging-face-is-a-warning-for-the-future/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:08 +0200</pubDate>
<content:encoded><![CDATA[<p>The hacking incident involving OpenAI evaluation agents and Hugging Face offers an unusually concrete look at what advanced AI-assisted intrusion can mean in practice: not a single clever exploit, but thousands of automated decisions, rapid experimentation, lateral movement, credential theft, persistence, and attempts to evade detection. The... <a href="https://www.malwarebytes.com/blog/ai/2026/08/the-ai-agent-swarm-that-attacked-hugging-face-is-a-warning-for-the-future" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI Agents Coordinated via Makeshift Message Board Ahead of Hugging Face Hack]]></title>
<description><![CDATA[New training environments will teach AI models to distrust instructions arriving from other agents outside sanctioned channels. The post OpenAI Agents Coordinated via Makeshift Message Board Ahead of Hugging Face Hack appeared first on SecurityWeek. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860794/ai-nachrichten/openai-agents-coordinated-via-makeshift-message-board-ahead-of-hugging-face-hack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860794/ai-nachrichten/openai-agents-coordinated-via-makeshift-message-board-ahead-of-hugging-face-hack/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:01 +0200</pubDate>
<content:encoded><![CDATA[<p>New training environments will teach AI models to distrust instructions arriving from other agents outside sanctioned channels. The post OpenAI Agents Coordinated via Makeshift Message Board Ahead of Hugging Face Hack appeared first on SecurityWeek. <a href="https://www.securityweek.com/openai-agents-coordinated-via-makeshift-message-board-ahead-of-hugging-face-hack/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[PaperCut Releases Emergency Patch for Exploited Zero-Day]]></title>
<description><![CDATA[A CVE identifier has not yet been assigned, but PaperCut is urging NG/MF users to install patches and implement mitigations. The post PaperCut Releases Emergency Patch for Exploited Zero-Day appeared first on SecurityWeek. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860793/sicherheitsluecken/papercut-releases-emergency-patch-for-exploited-zero-day/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860793/sicherheitsluecken/papercut-releases-emergency-patch-for-exploited-zero-day/</guid>
<pubDate>Sun, 30 Aug 2026 07:23:00 +0200</pubDate>
<content:encoded><![CDATA[<p>A CVE identifier has not yet been assigned, but PaperCut is urging NG/MF users to install patches and implement mitigations. The post PaperCut Releases Emergency Patch for Exploited Zero-Day appeared first on SecurityWeek. <a href="https://www.securityweek.com/papercut-releases-emergency-patch-for-exploited-zero-day/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tech, Cybersecurity Giants Unite Behind OpenAI-Led Cyber Defense Pledge]]></title>
<description><![CDATA[Nearly 130 tech and cybersecurity companies back a collective call to boost cyber defenses as AI-enabled attacks grow more sophisticated.  The post Tech, Cybersecurity Giants Unite Behind OpenAI-Led Cyber Defense Pledge appeared first on SecurityWeek. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860792/ai-nachrichten/tech-cybersecurity-giants-unite-behind-openai-led-cyber-defense-pledge/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860792/ai-nachrichten/tech-cybersecurity-giants-unite-behind-openai-led-cyber-defense-pledge/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:58 +0200</pubDate>
<content:encoded><![CDATA[<p>Nearly 130 tech and cybersecurity companies back a collective call to boost cyber defenses as AI-enabled attacks grow more sophisticated.  The post Tech, Cybersecurity Giants Unite Behind OpenAI-Led Cyber Defense Pledge appeared first on SecurityWeek. <a href="https://www.securityweek.com/tech-cybersecurity-giants-unite-behind-openai-led-cyber-defense-pledge/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI Agents Exploited Linux Kernel Flaw on Company’s Own Systems]]></title>
<description><![CDATA[CISA has added the exploited flaw, CVE-2026-53362, to its KEV catalog, alongside a JFrog vulnerability exploited by OpenAI agents. The post OpenAI Agents Exploited Linux Kernel Flaw on Company’s Own Systems appeared first on SecurityWeek. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860791/sicherheitsluecken/openai-agents-exploited-linux-kernel-flaw-on-companys-own-systems/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860791/sicherheitsluecken/openai-agents-exploited-linux-kernel-flaw-on-companys-own-systems/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:57 +0200</pubDate>
<content:encoded><![CDATA[<p>CISA has added the exploited flaw, CVE-2026-53362, to its KEV catalog, alongside a JFrog vulnerability exploited by OpenAI agents. The post OpenAI Agents Exploited Linux Kernel Flaw on Company’s Own Systems appeared first on SecurityWeek. <a href="https://www.securityweek.com/openai-agents-exploited-linux-kernel-flaw-on-companys-own-systems/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ATF Confirms Cyber Incident After Ransomware Group Claims Attack]]></title>
<description><![CDATA[The Bureau of Alcohol, Tobacco, Firearms and Explosives has described it as a ‘major incident’ and it’s conducting an investigation with the DOJ. The post ATF Confirms Cyber Incident After Ransomware Group Claims Attack appeared first on SecurityWeek. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860790/malware-trojaner-viren/atf-confirms-cyber-incident-after-ransomware-group-claims-attack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860790/malware-trojaner-viren/atf-confirms-cyber-incident-after-ransomware-group-claims-attack/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:57 +0200</pubDate>
<content:encoded><![CDATA[<p>The Bureau of Alcohol, Tobacco, Firearms and Explosives has described it as a ‘major incident’ and it’s conducting an investigation with the DOJ. The post ATF Confirms Cyber Incident After Ransomware Group Claims Attack appeared first on SecurityWeek. <a href="https://www.securityweek.com/atf-confirms-cyber-incident-after-ransomware-group-claims-attack/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[In Other News: Log4j RCE Scare, Minimus Shutdown, Iranian Hacker Sanctions]]></title>
<description><![CDATA[Noteworthy stories that might have slipped under the radar: Manchester Airports Group cyberattack, Carhartt breach data was partly fake, U.S. Bank responds to ransomware gang’s claims. The post In Other News: Log4j RCE Scare, Minimus Shutdown, Iranian Hacker Sanctions appeared first on SecurityWe...]]></description>
<link>https://tsecurity.de/de/3860789/sicherheitsluecken/in-other-news-log4j-rce-scare-minimus-shutdown-iranian-hacker-sanctions/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860789/sicherheitsluecken/in-other-news-log4j-rce-scare-minimus-shutdown-iranian-hacker-sanctions/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:56 +0200</pubDate>
<content:encoded><![CDATA[<p>Noteworthy stories that might have slipped under the radar: Manchester Airports Group cyberattack, Carhartt breach data was partly fake, U.S. Bank responds to ransomware gang’s claims. The post In Other News: Log4j RCE Scare, Minimus Shutdown, Iranian Hacker Sanctions appeared first on SecurityWeek. <a href="https://www.securityweek.com/in-other-news-log4j-rce-scare-minimus-shutdown-iranian-hacker-sanctions/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Companies are still paying ransomware demands despite official advice – Report]]></title>
<description><![CDATA[SECURUS Communications Ltd Securus is a managed communications Operator, providing next-generation network infrastructure and value added services to Managed Hosting providers and the ‘cloud generation’​ of enterprises. Securus priority is to offer communication services that represent excellent ...]]></description>
<link>https://tsecurity.de/de/3860788/malware-trojaner-viren/companies-are-still-paying-ransomware-demands-despite-official-advice-report/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860788/malware-trojaner-viren/companies-are-still-paying-ransomware-demands-despite-official-advice-report/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:55 +0200</pubDate>
<content:encoded><![CDATA[<p>SECURUS Communications Ltd Securus is a managed communications Operator, providing next-generation network infrastructure and value added services to Managed Hosting providers and the ‘cloud generation’​ of enterprises. Securus priority is to offer communication services that represent excellent value for money and are backed by exceptional levels... <a href="https://smecyberinsights.co.uk/index.php/2026/08/24/why-companies-still-pay-ransomware-demands-sme-lessons/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[When AI Makes Everyone a Target with Mark Beare from Malwarebytes]]></title>
<description><![CDATA[Mark Beare, General Manager of Malwarebytes Consumer Business, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses how AI is helping scammers create highly personalized attacks at scale, why everyday consumers are increasi...]]></description>
<link>https://tsecurity.de/de/3860787/podcasts/when-ai-makes-everyone-a-target-with-mark-beare-from-malwarebytes/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860787/podcasts/when-ai-makes-everyone-a-target-with-mark-beare-from-malwarebytes/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:52 +0200</pubDate>
<content:encoded><![CDATA[<p>Mark Beare, General Manager of Malwarebytes Consumer Business, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses how AI is helping scammers create highly personalized attacks at scale, why everyday consumers are increasingly attractive targets, and how AI could also help... <a href="https://thecyberwire.comhttps//explore.thecyberwire.com/mark-beare" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The odds were classified.]]></title>
<description><![CDATA[Polymarket traders win big on U.S. military insider information. Slovakia deactivates speed cameras with Russian backdoors. TikTok pays $400 million to settle kids' privacy allegations. Hackers infect Android-based car systems with botnet malware. CISA orders quick patching of an actively exploit...]]></description>
<link>https://tsecurity.de/de/3860786/sicherheitsluecken/the-odds-were-classified/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860786/sicherheitsluecken/the-odds-were-classified/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:51 +0200</pubDate>
<content:encoded><![CDATA[<p>Polymarket traders win big on U.S. military insider information. Slovakia deactivates speed cameras with Russian backdoors. TikTok pays $400 million to settle kids&#039; privacy allegations. Hackers infect Android-based car systems with botnet malware. CISA orders quick patching of an actively exploited Zimbra Collaboration Suite vulnerability.... <a href="https://thecyberwire.com/podcasts/daily-podcast/2621/notes" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CISA is running on empty.]]></title>
<description><![CDATA[Lawmakers request an investigation into cuts at CISA. Threat actors actively exploit a Zimbra Collaboration Suite vulnerability. A Chinese AI lab preps release of a powerful open-weight model. A new phishing toolkit deploys attacker-controlled passkeys. Using audio hardware to fingerprint browser...]]></description>
<link>https://tsecurity.de/de/3860785/sicherheitsluecken/cisa-is-running-on-empty/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860785/sicherheitsluecken/cisa-is-running-on-empty/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:50 +0200</pubDate>
<content:encoded><![CDATA[<p>Lawmakers request an investigation into cuts at CISA. Threat actors actively exploit a Zimbra Collaboration Suite vulnerability. A Chinese AI lab preps release of a powerful open-weight model. A new phishing toolkit deploys attacker-controlled passkeys. Using audio hardware to fingerprint browsers. A DDoS attack knocks Norwegian government... <a href="https://thecyberwire.com/podcasts/daily-podcast/2622/notes" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[JADEPUFFER: An End-to-End Agentic-Led Ransomware Attack]]></title>
<description><![CDATA[In this episode of the Microsoft Threat Intelligence Podcast, we are joined by Sysdig’s Michael Clark and Crystal Morin to discuss ⁠JADEPUFFER⁠, one of the first documented cases of an LLM conducting an end-to-end ransomware operation. They break down how the agent, and the direction of a threat ...]]></description>
<link>https://tsecurity.de/de/3860784/malware-trojaner-viren/jadepuffer-an-end-to-end-agentic-led-ransomware-attack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860784/malware-trojaner-viren/jadepuffer-an-end-to-end-agentic-led-ransomware-attack/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:50 +0200</pubDate>
<content:encoded><![CDATA[<p>In this episode of the Microsoft Threat Intelligence Podcast, we are joined by Sysdig’s Michael Clark and Crystal Morin to discuss ⁠JADEPUFFER⁠, one of the first documented cases of an LLM conducting an end-to-end ransomware operation. They break down how the agent, and the direction of a threat actor was identified, how AI is lowering the barrier... <a href="https://thecyberwire.com/podcasts/microsoft-threat-intelligence/76/notes" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Hidden Attack Surface Inside Data Centers]]></title>
<description><![CDATA[Stephen Hilt, Senior Threat Researcher at TrendAI, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. Drawing on research presented at DEF CON, he discusses thousands of internet-exposed industrial control systems associated with U.S....]]></description>
<link>https://tsecurity.de/de/3860783/podcasts/the-hidden-attack-surface-inside-data-centers/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860783/podcasts/the-hidden-attack-surface-inside-data-centers/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:45 +0200</pubDate>
<content:encoded><![CDATA[<p>Stephen Hilt, Senior Threat Researcher at TrendAI, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. Drawing on research presented at DEF CON, he discusses thousands of internet-exposed industrial control systems associated with U.S. data centers, how attackers could target building... <a href="https://thecyberwire.comhttps//explore.thecyberwire.com/trendai" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Researchers publish analysis of OpenAI agents' attack against Hugging Face.]]></title>
<description><![CDATA[Federal judge rules the Trump administration's blacklisting of Anthropic was illegal. The White House bans certain foreign-made power equipment over backdoor risks. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860782/ai-nachrichten/researchers-publish-analysis-of-openai-agents-attack-against-hugging-face/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860782/ai-nachrichten/researchers-publish-analysis-of-openai-agents-attack-against-hugging-face/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:44 +0200</pubDate>
<content:encoded><![CDATA[<p>Federal judge rules the Trump administration&#039;s blacklisting of Anthropic was illegal. The White House bans certain foreign-made power equipment over backdoor risks. <a href="https://thecyberwire.com/newsletters/daily-briefing/15/165" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The blacklist boomerang.]]></title>
<description><![CDATA[A judge rules the Trump administration illegally labeled Anthropic a national security risk. The White House moves to keep foreign technology out of U.S. power systems. OpenAI rallies a global cyber defense push as its own AI agents exploit a Linux vulnerability. Researchers uncover a new specula...]]></description>
<link>https://tsecurity.de/de/3860781/sicherheitsluecken/the-blacklist-boomerang/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860781/sicherheitsluecken/the-blacklist-boomerang/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:43 +0200</pubDate>
<content:encoded><![CDATA[<p>A judge rules the Trump administration illegally labeled Anthropic a national security risk. The White House moves to keep foreign technology out of U.S. power systems. OpenAI rallies a global cyber defense push as its own AI agents exploit a Linux vulnerability. Researchers uncover a new speculative-execution attack and hidden implants in... <a href="https://thecyberwire.com/podcasts/daily-podcast/2625/notes" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[US disrupts Chinese hacking platform.]]></title>
<description><![CDATA[Researchers publish analysis of OpenAI agents' attack against Hugging Face. Australian police arrest two suspected TeamPCP members. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860780/ai-nachrichten/us-disrupts-chinese-hacking-platform/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860780/ai-nachrichten/us-disrupts-chinese-hacking-platform/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:43 +0200</pubDate>
<content:encoded><![CDATA[<p>Researchers publish analysis of OpenAI agents&#039; attack against Hugging Face. Australian police arrest two suspected TeamPCP members. <a href="https://thecyberwire.com/newsletters/week-that-was/10/33" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Closing the space-cyber workforce gap.]]></title>
<description><![CDATA[Despite the space sector's consistent growth and greater importance as a critical infrastructure sector, finding cybersecurity talent is still proving to be a challenge. Host Maria Varmazis and ⁠Nick Cohen⁠, Principal Engineer at the ⁠Aerospace Corporation⁠, sat down to discuss the current state ...]]></description>
<link>https://tsecurity.de/de/3860779/it-security-nachrichten/closing-the-space-cyber-workforce-gap/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860779/it-security-nachrichten/closing-the-space-cyber-workforce-gap/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:42 +0200</pubDate>
<content:encoded><![CDATA[<p>Despite the space sector&#039;s consistent growth and greater importance as a critical infrastructure sector, finding cybersecurity talent is still proving to be a challenge. Host Maria Varmazis and ⁠Nick Cohen⁠, Principal Engineer at the ⁠Aerospace Corporation⁠, sat down to discuss the current state of space&#039;s cybersecurity workforce. The two look at... <a href="https://thecyberwire.com/podcasts/tminus-space-cyber-briefing/722/notes" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bridging the space cybersecurity workforce gap.]]></title>
<description><![CDATA[Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860778/it-security-nachrichten/bridging-the-space-cybersecurity-workforce-gap/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860778/it-security-nachrichten/bridging-the-space-cybersecurity-workforce-gap/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:41 +0200</pubDate>
<content:encoded><![CDATA[<p> <a href="https://thecyberwire.com/newsletters/signals-and-space/10/16" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CyberWire Daily at 10: A decade of emerging threat actors and APTs.]]></title>
<description><![CDATA[In this episode, ⁠Maria Varmazis⁠ and ⁠Dave Bittner⁠ from N2K Cyberwire get back together to discuss the evolution of advanced persistent threats (APTs), threat actor landscape, attribution changes, and the future of cyber espionage over the past decade. Join Dave and Maria as they explore how ge...]]></description>
<link>https://tsecurity.de/de/3860777/it-security-nachrichten/cyberwire-daily-at-10-a-decade-of-emerging-threat-actors-and-apts/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860777/it-security-nachrichten/cyberwire-daily-at-10-a-decade-of-emerging-threat-actors-and-apts/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:40 +0200</pubDate>
<content:encoded><![CDATA[<p>In this episode, ⁠Maria Varmazis⁠ and ⁠Dave Bittner⁠ from N2K Cyberwire get back together to discuss the evolution of advanced persistent threats (APTs), threat actor landscape, attribution changes, and the future of cyber espionage over the past decade. Join Dave and Maria as they explore how geopolitical factors, organizational professionalism,... <a href="https://thecyberwire.com/podcasts/special-edition/104/notes" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ransomware Gang Claims AI Can Analyze 700GB of Stolen Data Every Hour]]></title>
<description><![CDATA[TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort through 700GB of stolen corporate data every hour. The group says the system helps it quickly find information that can raise the pressure on victims, from personal records to trade secrets....]]></description>
<link>https://tsecurity.de/de/3860776/malware-trojaner-viren/ransomware-gang-claims-ai-can-analyze-700gb-of-stolen-data-every-hour/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860776/malware-trojaner-viren/ransomware-gang-claims-ai-can-analyze-700gb-of-stolen-data-every-hour/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:38 +0200</pubDate>
<content:encoded><![CDATA[<p>TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort through 700GB of stolen corporate data every hour. The group says the system helps it quickly find information that can raise the pressure on victims, from personal records to trade secrets. The operation surfaced in April 2026 and became... <a href="https://cybersecuritynews.com/ransomware-gang-claims-ai/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Russian Hackers Use New HOOKEDGE Malware to Spy on European Defense and Diplomatic Targets]]></title>
<description><![CDATA[Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies, and diplomatic organizations in Romania, Spain, and Türkiye. The campaign relied on Word documents designed to look routine or official, turning a familiar office file into an entry point ...]]></description>
<link>https://tsecurity.de/de/3860775/malware-trojaner-viren/russian-hackers-use-new-hookedge-malware-to-spy-on-european-defense-and-diplomatic-targets/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860775/malware-trojaner-viren/russian-hackers-use-new-hookedge-malware-to-spy-on-european-defense-and-diplomatic-targets/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:38 +0200</pubDate>
<content:encoded><![CDATA[<p>Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies, and diplomatic organizations in Romania, Spain, and Türkiye. The campaign relied on Word documents designed to look routine or official, turning a familiar office file into an entry point for espionage. Victims were asked to enable macros,... <a href="https://cybersecuritynews.com/hackers-use-new-hookedge-malware/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hackers Target AI Infrastructure With RCE, Prompt Injection and API Key Theft]]></title>
<description><![CDATA[Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for remote code execution, credential theft, and cryptomining. AI infrastructure is now a cloud entry point. Over 90 days, attackers tailored techniques for services routing model traffic and connecting ...]]></description>
<link>https://tsecurity.de/de/3860774/sicherheitsluecken/hackers-target-ai-infrastructure-with-rce-prompt-injection-and-api-key-theft/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860774/sicherheitsluecken/hackers-target-ai-infrastructure-with-rce-prompt-injection-and-api-key-theft/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:37 +0200</pubDate>
<content:encoded><![CDATA[<p>Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for remote code execution, credential theft, and cryptomining. AI infrastructure is now a cloud entry point. Over 90 days, attackers tailored techniques for services routing model traffic and connecting agents to tools. Campaigns paired exposed-server... <a href="https://cybersecuritynews.com/hackers-target-ai-infrastructure/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI Is Pulling Its AI Models From Cursor Following SpaceX Acquisition]]></title>
<description><![CDATA[OpenAI is pulling its AI models from Cursor following SpaceX’s acquisition of the AI coding assistant, notifying SpaceX that it will wind down the contract that supplies those models to the editor. The proposed shutoff date is November 12, 2026, which OpenAI said is the maximum notice its custom ...]]></description>
<link>https://tsecurity.de/de/3860773/ai-nachrichten/openai-is-pulling-its-ai-models-from-cursor-following-spacex-acquisition/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860773/ai-nachrichten/openai-is-pulling-its-ai-models-from-cursor-following-spacex-acquisition/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:35 +0200</pubDate>
<content:encoded><![CDATA[<p>OpenAI is pulling its AI models from Cursor following SpaceX’s acquisition of the AI coding assistant, notifying SpaceX that it will wind down the contract that supplies those models to the editor. The proposed shutoff date is November 12, 2026, which OpenAI said is the maximum notice its custom agreement allows. In an August 28 statement, the... <a href="https://cybersecuritynews.com/openai-models-ends-with-cursor/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Experts Weigh in on the Medusa Ransomware Gang]]></title>
<description><![CDATA[The Medusa Ransomware gang has breached more than 500 organizations since June 2021.  Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860772/malware-trojaner-viren/experts-weigh-in-on-the-medusa-ransomware-gang/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860772/malware-trojaner-viren/experts-weigh-in-on-the-medusa-ransomware-gang/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:33 +0200</pubDate>
<content:encoded><![CDATA[<p>The Medusa Ransomware gang has breached more than 500 organizations since June 2021.  <a href="https://www.securitymagazine.com/articles/102511-experts-weigh-in-on-the-medusa-ransomware-gang" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI Models are Finding Vulnerabilities Faster]]></title>
<description><![CDATA[A report by SentinelOne and Tenable Holdings analyzed vulnerability discovery, exposure, and exploitation.  Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860771/sicherheitsluecken/ai-models-are-finding-vulnerabilities-faster/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860771/sicherheitsluecken/ai-models-are-finding-vulnerabilities-faster/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:32 +0200</pubDate>
<content:encoded><![CDATA[<p>A report by SentinelOne and Tenable Holdings analyzed vulnerability discovery, exposure, and exploitation.  <a href="https://www.securitymagazine.com/articles/102530-ai-models-are-finding-vulnerabilities-faster" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Security Leaders Discuss OpenAI’s Call for Collaboration on Cyber Defense]]></title>
<description><![CDATA[100 technology firms released an open letter calling for “collective action” for cyber defense. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860770/ai-nachrichten/security-leaders-discuss-openais-call-for-collaboration-on-cyber-defense/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860770/ai-nachrichten/security-leaders-discuss-openais-call-for-collaboration-on-cyber-defense/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:31 +0200</pubDate>
<content:encoded><![CDATA[<p>100 technology firms released an open letter calling for “collective action” for cyber defense. <a href="https://www.securitymagazine.com/articles/102536-security-leaders-discuss-openais-call-for-collaboration-on-cyber-defense" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Alabama launches investigation into OpenAI’s hack of Hugging Face]]></title>
<description><![CDATA[Weeks after OpenAI disclosed that one of its cybersecurity models had gone rogue and hacked AI dataset company Hugging Face, Alabama’s attorney general announced an investigation into the incident. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860769/ai-nachrichten/alabama-launches-investigation-into-openais-hack-of-hugging-face/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860769/ai-nachrichten/alabama-launches-investigation-into-openais-hack-of-hugging-face/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:27 +0200</pubDate>
<content:encoded><![CDATA[<p>Weeks after OpenAI disclosed that one of its cybersecurity models had gone rogue and hacked AI dataset company Hugging Face, Alabama’s attorney general announced an investigation into the incident. <a href="https://techcrunch.com/2026/08/24/alabama-launches-investigation-into-openais-hack-of-hugging-face/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[That fake Grand Theft Auto VI demo is actually just malware]]></title>
<description><![CDATA[Grand Theft Auto fans, eager for news about one of the most anticipated video games of all time, appear especially vulnerable to this new cyberattack. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860768/malware-trojaner-viren/that-fake-grand-theft-auto-vi-demo-is-actually-just-malware/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860768/malware-trojaner-viren/that-fake-grand-theft-auto-vi-demo-is-actually-just-malware/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:27 +0200</pubDate>
<content:encoded><![CDATA[<p>Grand Theft Auto fans, eager for news about one of the most anticipated video games of all time, appear especially vulnerable to this new cyberattack. <a href="https://techcrunch.com/2026/08/25/that-fake-grand-theft-auto-vi-demo-is-actually-just-malware/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[US seizes domains of Chinese botnet used to target NASA, Justice Department, and the Senate]]></title>
<description><![CDATA[The Justice Department said that the domain seizures made the botnet and its command and control servers "inoperable," as the domains were hardcoded into the botnet's code and were critical for the botnet's communication and essential operations. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860767/malware-trojaner-viren/us-seizes-domains-of-chinese-botnet-used-to-target-nasa-justice-department-and-the-senate/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860767/malware-trojaner-viren/us-seizes-domains-of-chinese-botnet-used-to-target-nasa-justice-department-and-the-senate/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:26 +0200</pubDate>
<content:encoded><![CDATA[<p>The Justice Department said that the domain seizures made the botnet and its command and control servers &quot;inoperable,&quot; as the domains were hardcoded into the botnet&#039;s code and were critical for the botnet&#039;s communication and essential operations. <a href="https://techcrunch.com/2026/08/26/us-seizes-domains-of-chinese-botnet-used-to-hack-nasa-justice-department-and-the-senate/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Here’s all the times AI has gone rogue and hacked other companies]]></title>
<description><![CDATA[A recap of all the incidents involving LLMs made by Anthropic, Meta, and OpenAI, which went rogue and attacked real companies and individuals on the internet. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860766/ai-nachrichten/heres-all-the-times-ai-has-gone-rogue-and-hacked-other-companies/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860766/ai-nachrichten/heres-all-the-times-ai-has-gone-rogue-and-hacked-other-companies/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:25 +0200</pubDate>
<content:encoded><![CDATA[<p>A recap of all the incidents involving LLMs made by Anthropic, Meta, and OpenAI, which went rogue and attacked real companies and individuals on the internet. <a href="https://techcrunch.com/2026/08/27/heres-all-the-times-ai-has-gone-rogue-and-hacked-other-companies/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Australian police arrest two over TeamPCP hacks targeting Mercor, OpenAI, and others]]></title>
<description><![CDATA[The arrests come after a wave of cyberattacks earlier this year targeting tech companies that rely on high-profile and widely used open source software. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860765/ai-nachrichten/australian-police-arrest-two-over-teampcp-hacks-targeting-mercor-openai-and-others/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860765/ai-nachrichten/australian-police-arrest-two-over-teampcp-hacks-targeting-mercor-openai-and-others/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:24 +0200</pubDate>
<content:encoded><![CDATA[<p>The arrests come after a wave of cyberattacks earlier this year targeting tech companies that rely on high-profile and widely used open source software. <a href="https://techcrunch.com/2026/08/27/australian-police-arrest-two-over-teampcp-hacks-targeting-mercor-openai-and-others/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI, Anthropic, Google, and 100 other companies call for action to defend against rogue AI]]></title>
<description><![CDATA[Some of the world's largest tech companies and AI startups have come together to decry the current state of cybersecurity and to advertise a new solution that they say can ward off a new generation of cyber threats. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860764/ai-nachrichten/openai-anthropic-google-and-100-other-companies-call-for-action-to-defend-against-rogue-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860764/ai-nachrichten/openai-anthropic-google-and-100-other-companies-call-for-action-to-defend-against-rogue-ai/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:23 +0200</pubDate>
<content:encoded><![CDATA[<p>Some of the world&#039;s largest tech companies and AI startups have come together to decry the current state of cybersecurity and to advertise a new solution that they say can ward off a new generation of cyber threats. <a href="https://techcrunch.com/2026/08/27/openai-anthropic-google-and-100-other-companies-call-for-action-to-defend-against-rogue-ai/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ATF declares ‘major incident’ as ransomware gang claims hack]]></title>
<description><![CDATA[The ATF is the latest federal government agency in recent years to notify Congress of a "major incident" involving its cybersecurity. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860763/malware-trojaner-viren/atf-declares-major-incident-as-ransomware-gang-claims-hack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860763/malware-trojaner-viren/atf-declares-major-incident-as-ransomware-gang-claims-hack/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:22 +0200</pubDate>
<content:encoded><![CDATA[<p>The ATF is the latest federal government agency in recent years to notify Congress of a &quot;major incident&quot; involving its cybersecurity. <a href="https://techcrunch.com/2026/08/27/atf-declares-major-incident-as-ransomware-gang-claims-hack/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[After Hugging Face Was Attacked By A.I. Agents, It Embarked on a Crusade]]></title>
<description><![CDATA[Hugging Face, a start-up that was breached by rogue bots from OpenAI, is using the hack to push for openness in A.I. development. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860762/ai-nachrichten/after-hugging-face-was-attacked-by-ai-agents-it-embarked-on-a-crusade/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860762/ai-nachrichten/after-hugging-face-was-attacked-by-ai-agents-it-embarked-on-a-crusade/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:21 +0200</pubDate>
<content:encoded><![CDATA[<p>Hugging Face, a start-up that was breached by rogue bots from OpenAI, is using the hack to push for openness in A.I. development. <a href="https://www.nytimes.com/2026/08/24/technology/hugging-face-open-source-ai-attack.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Anatomy of an Autonomous Attack: 5 Alarming A.I. Capabilities]]></title>
<description><![CDATA[When OpenAI’s agents went rogue in July, they demonstrated ingenuity and drive beyond what many experts imagined — a dangerous harbinger of what such bots could do in the future. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860761/ai-nachrichten/anatomy-of-an-autonomous-attack-5-alarming-ai-capabilities/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860761/ai-nachrichten/anatomy-of-an-autonomous-attack-5-alarming-ai-capabilities/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:19 +0200</pubDate>
<content:encoded><![CDATA[<p>When OpenAI’s agents went rogue in July, they demonstrated ingenuity and drive beyond what many experts imagined — a dangerous harbinger of what such bots could do in the future. <a href="https://www.nytimes.com/2026/08/24/science/openai-huggingface-alarming-capabilities.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[A Chinese A.I. Lab May Test the World’s Cybersecurity With a Model]]></title>
<description><![CDATA[In July, an unreleased OpenAI model went rogue and demonstrated remarkable hacking abilities. This week, a lab called Z.ai will release a similarly powerful system to everyone. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860760/ai-nachrichten/a-chinese-ai-lab-may-test-the-worlds-cybersecurity-with-a-model/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860760/ai-nachrichten/a-chinese-ai-lab-may-test-the-worlds-cybersecurity-with-a-model/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:19 +0200</pubDate>
<content:encoded><![CDATA[<p>In July, an unreleased OpenAI model went rogue and demonstrated remarkable hacking abilities. This week, a lab called Z.ai will release a similarly powerful system to everyone. <a href="https://www.nytimes.com/2026/08/25/science/cybersecurity-zai-open-weights.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why Irregular’s A.I. Tests for Meta, Anthropic and OpenAI Went Off the Rails]]></title>
<description><![CDATA[Irregular, an Israeli start-up, worked with OpenAI, Anthropic and Meta to assess the security of their A.I. models. It made a mistake. Then the tests went off the rails. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860759/ai-nachrichten/why-irregulars-ai-tests-for-meta-anthropic-and-openai-went-off-the-rails/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860759/ai-nachrichten/why-irregulars-ai-tests-for-meta-anthropic-and-openai-went-off-the-rails/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:18 +0200</pubDate>
<content:encoded><![CDATA[<p>Irregular, an Israeli start-up, worked with OpenAI, Anthropic and Meta to assess the security of their A.I. models. It made a mistake. Then the tests went off the rails. <a href="https://www.nytimes.com/2026/08/25/technology/irregular-ai-test-hacks.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI and 100 Others Warn That Window to Defend Against A.I. Attacks Is Narrowing]]></title>
<description><![CDATA[In an open letter, OpenAI, Anthropic, Google and others said that a wave of A.I.-enabled cyberattacks was coming and that organizations and governments needed to prepare themselves. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860758/ai-nachrichten/openai-and-100-others-warn-that-window-to-defend-against-ai-attacks-is-narrowing/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860758/ai-nachrichten/openai-and-100-others-warn-that-window-to-defend-against-ai-attacks-is-narrowing/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:17 +0200</pubDate>
<content:encoded><![CDATA[<p>In an open letter, OpenAI, Anthropic, Google and others said that a wave of A.I.-enabled cyberattacks was coming and that organizations and governments needed to prepare themselves. <a href="https://www.nytimes.com/2026/08/27/technology/openai-letter-ai-attacks.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[New type of attack can slip past the defenses in your computer’s processor]]></title>
<description><![CDATA[Modern processors are fast, in part, because they guess. Rather than waiting to find out which way a program will branch, a chip predicts the likely path and races ahead. When the guess is right, time is saved. When it's wrong, the work is discarded, but traces of it linger. Since the Spectre vul...]]></description>
<link>https://tsecurity.de/de/3860757/sicherheitsluecken/new-type-of-attack-can-slip-past-the-defenses-in-your-computers-processor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860757/sicherheitsluecken/new-type-of-attack-can-slip-past-the-defenses-in-your-computers-processor/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:15 +0200</pubDate>
<content:encoded><![CDATA[<p>Modern processors are fast, in part, because they guess. Rather than waiting to find out which way a program will branch, a chip predicts the likely path and races ahead. When the guess is right, time is saved. When it&#039;s wrong, the work is discarded, but traces of it linger. Since the Spectre vulnerability was disclosed in 2018, attackers have... <a href="https://news.mit.edu/2026/new-type-of-attack-can-slip-past-computer-processor-defenses-0827" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ledger Fixes Ethereum App Flaw as Disclosure Timeline Is Disputed]]></title>
<description><![CDATA[Ledger CTO Charles Guillemet said on Aug. 23, 2026, that the company had fixed a clear-signing flaw in its Ethereum app two weeks before security firm TestMachine publicly disclosed the issue. As of Aug. 24, there were no independently verified reports of funds stolen through the specific vulnera...]]></description>
<link>https://tsecurity.de/de/3860756/sicherheitsluecken/ledger-fixes-ethereum-app-flaw-as-disclosure-timeline-is-disputed/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860756/sicherheitsluecken/ledger-fixes-ethereum-app-flaw-as-disclosure-timeline-is-disputed/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:14 +0200</pubDate>
<content:encoded><![CDATA[<p>Ledger CTO Charles Guillemet said on Aug. 23, 2026, that the company had fixed a clear-signing flaw in its Ethereum app two weeks before security firm TestMachine publicly disclosed the issue. As of Aug. 24, there were no independently verified reports of funds stolen through the specific vulnerability.  The issue involved clear signing, a... <a href="https://thecyberexpress.com/ledger-ethereum-app-clear-signing-flaw/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Cyber Express Weekly Roundup: Exploited Entra ID Flaw, AI Agent Risks, and Global Cybercrime Crackdown]]></title>
<description><![CDATA[This weekly roundup highlights a broad range of cybersecurity and technology developments affecting cloud identity infrastructure, social media platforms, businesses, digital assets, and international law enforcement.   From a critical Microsoft Entra ID vulnerability exploited before remediation...]]></description>
<link>https://tsecurity.de/de/3860755/sicherheitsluecken/the-cyber-express-weekly-roundup-exploited-entra-id-flaw-ai-agent-risks-and-global-cybercrime-crackdown/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860755/sicherheitsluecken/the-cyber-express-weekly-roundup-exploited-entra-id-flaw-ai-agent-risks-and-global-cybercrime-crackdown/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:13 +0200</pubDate>
<content:encoded><![CDATA[<p>This weekly roundup highlights a broad range of cybersecurity and technology developments affecting cloud identity infrastructure, social media platforms, businesses, digital assets, and international law enforcement.   From a critical Microsoft Entra ID vulnerability exploited before remediation to a global crackdown on West African cybercrime... <a href="https://thecyberexpress.com/weekly-roundup-microsoft-entra-id-ai-risks/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Exploited RCE Flaws and Infrastructure Attacks Define this Cybersecurity Week in August 2026]]></title>
<description><![CDATA[Active exploitation, attacks on critical infrastructure, mobile malware, credential exposure, and high-impact breaches shaped this week’s cybersecurity landscape in August 2026. Defenders also confronted emerging risks from autonomous AI agents, cross-tenant side channels, and rapidly weaponized ...]]></description>
<link>https://tsecurity.de/de/3860754/sicherheitsluecken/exploited-rce-flaws-and-infrastructure-attacks-define-this-cybersecurity-week-in-august-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860754/sicherheitsluecken/exploited-rce-flaws-and-infrastructure-attacks-define-this-cybersecurity-week-in-august-2026/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:12 +0200</pubDate>
<content:encoded><![CDATA[<p>Active exploitation, attacks on critical infrastructure, mobile malware, credential exposure, and high-impact breaches shaped this week’s cybersecurity landscape in August 2026. Defenders also confronted emerging risks from autonomous AI agents, cross-tenant side channels, and rapidly weaponized vulnerabilities, while major privacy settlements... <a href="https://www.esecurityplanet.com/weekly-roundup/exploited-rce-flaws-and-infrastructure-attacks-define-this-cybersecurity-week-in-august-2026/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[28,000 Exposed Git Repositories Found Leaking Credentials]]></title>
<description><![CDATA[Cybersecurity firm Intruder found 28,000 exposed .git repositories after scanning 3.5 million active HTTP hosts. The repositories contained credentials for services including AWS, Stripe, OpenAI and GitHub. The targets were narrowed from an initial pool of 40 million potentially relevant domains ...]]></description>
<link>https://tsecurity.de/de/3860753/ai-nachrichten/28000-exposed-git-repositories-found-leaking-credentials/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860753/ai-nachrichten/28000-exposed-git-repositories-found-leaking-credentials/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:10 +0200</pubDate>
<content:encoded><![CDATA[<p>Cybersecurity firm Intruder found 28,000 exposed .git repositories after scanning 3.5 million active HTTP hosts. The repositories contained credentials for services including AWS, Stripe, OpenAI and GitHub. The targets were narrowed from an initial pool of 40 million potentially relevant domains identified using Certificate Transparency data. The... <a href="https://www.esecurityplanet.com/threats/news-28000-exposed-git-repositories-leak-credentials/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[When Malware Does Math: The Arms Race Between Sandboxes and Self-Aware Threats]]></title>
<description><![CDATA[A suspicious file is detonated in a sandbox and does almost nothing. Traditionally, that lack of activity might suggest the file poses little risk.  But the more important question is why it stayed quiet. Did the file fail to execute, or did it recognize the sandbox and decide not to reveal what ...]]></description>
<link>https://tsecurity.de/de/3860752/malware-trojaner-viren/when-malware-does-math-the-arms-race-between-sandboxes-and-self-aware-threats/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860752/malware-trojaner-viren/when-malware-does-math-the-arms-race-between-sandboxes-and-self-aware-threats/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:06 +0200</pubDate>
<content:encoded><![CDATA[<p>A suspicious file is detonated in a sandbox and does almost nothing. Traditionally, that lack of activity might suggest the file poses little risk.  But the more important question is why it stayed quiet. Did the file fail to execute, or did it recognize the sandbox and decide not to reveal what it could do? Modern malware is increasingly... <a href="https://www.esecurityplanet.com/threats/when-malware-does-math-the-arms-race-between-sandboxes-and-self-aware-threats/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[PaperCut Flaw Under Active Attack Enables Pre-Auth RCE]]></title>
<description><![CDATA[PaperCut is warning organizations to patch its NG and MF print management software after attackers began exploiting a vulnerability that can lead to remote code execution (RCE) without authentication. PaperCut issued an urgent security advisory and is treating all versions of PaperCut NG and MF a...]]></description>
<link>https://tsecurity.de/de/3860751/sicherheitsluecken/papercut-flaw-under-active-attack-enables-pre-auth-rce/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860751/sicherheitsluecken/papercut-flaw-under-active-attack-enables-pre-auth-rce/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:05 +0200</pubDate>
<content:encoded><![CDATA[<p>PaperCut is warning organizations to patch its NG and MF print management software after attackers began exploiting a vulnerability that can lead to remote code execution (RCE) without authentication. PaperCut issued an urgent security advisory and is treating all versions of PaperCut NG and MF as potentially affected.  Emergency updates are... <a href="https://www.esecurityplanet.com/threats/papercut-flaw-under-active-attack-enables-pre-auth-rce/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI says AI agents formed a ‘swarm’ before breaching Hugging Face]]></title>
<description><![CDATA[OpenAI has published a detailed post-mortem of July’s Hugging Face breach, revealing that its AI agents did far more than escape a cybersecurity sandbox. The models created an unauthorized communication network, shared exploits and credentials, coordinated attacks across separate evaluation runs,...]]></description>
<link>https://tsecurity.de/de/3860750/ai-nachrichten/openai-says-ai-agents-formed-a-swarm-before-breaching-hugging-face/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860750/ai-nachrichten/openai-says-ai-agents-formed-a-swarm-before-breaching-hugging-face/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:04 +0200</pubDate>
<content:encoded><![CDATA[<p>OpenAI has published a detailed post-mortem of July’s Hugging Face breach, revealing that its AI agents did far more than escape a cybersecurity sandbox. The models created an unauthorized communication network, shared exploits and credentials, coordinated attacks across separate evaluation runs, and ultimately compromised both Hugging Face and... <a href="https://cyberinsider.com/openai-says-ai-agents-formed-a-swarm-before-breaching-hugging-face/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[19 Chrome and Edge extensions caught harvesting crypto wallet seeds]]></title>
<description><![CDATA[Security researchers have uncovered 19 malicious Chrome and Edge extensions delivering cryptocurrency wallet drainers, credential stealers, session hijacking tools, and other remotely loaded malware. Socket Threat Research reports that the malicious versions appeared over the past six months, but...]]></description>
<link>https://tsecurity.de/de/3860749/malware-trojaner-viren/19-chrome-and-edge-extensions-caught-harvesting-crypto-wallet-seeds/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860749/malware-trojaner-viren/19-chrome-and-edge-extensions-caught-harvesting-crypto-wallet-seeds/</guid>
<pubDate>Sun, 30 Aug 2026 07:22:03 +0200</pubDate>
<content:encoded><![CDATA[<p>Security researchers have uncovered 19 malicious Chrome and Edge extensions delivering cryptocurrency wallet drainers, credential stealers, session hijacking tools, and other remotely loaded malware. Socket Threat Research reports that the malicious versions appeared over the past six months, but code and infrastructure similarities link the... <a href="https://cyberinsider.com/19-chrome-and-edge-extensions-caught-harvesting-crypto-wallet-seeds/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[WordlistLoader Delivers Amatera via ClickFix, SynkLoader Phishes Windows Passwords]]></title>
<description><![CDATA[Cybersecurity researchers have flagged two new malware families called WordlistLoader and SynkLoader that’s used to deliver next-stage payloads and likely sell access to ransomware groups. According to findings from Gen Digital, WordlistLoader is being used to deliver Amatera Stealer (aka ACR Ste...]]></description>
<link>https://tsecurity.de/de/3860748/malware-trojaner-viren/wordlistloader-delivers-amatera-via-clickfix-synkloader-phishes-windows-passwords/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860748/malware-trojaner-viren/wordlistloader-delivers-amatera-via-clickfix-synkloader-phishes-windows-passwords/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:59 +0200</pubDate>
<content:encoded><![CDATA[<p>Cybersecurity researchers have flagged two new malware families called WordlistLoader and SynkLoader that’s used to deliver next-stage payloads and likely sell access to ransomware groups. According to findings from Gen Digital, WordlistLoader is being used to deliver Amatera Stealer (aka ACR Stealer or AcridRain Stealer) via ClearFake campaigns,... <a href="https://thecyberpost.com/news/hackers/wordlistloader-delivers-amatera-via-clickfix-synkloader-phishes-windows-passwords/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ThreatsDay: 296K IoT Botnet, 100+ Water Systems Targeted, SharePoint RCE Chain + 27 New Stories]]></title>
<description><![CDATA[Ravie LakshmananAug 27, 2026Hacking News / Cybersecurity News A fake login page. A fake security scan. A fake productivity app. Apparently, pretending to be useful is still one of the easier ways into a machine. The rest of the week gets stranger: botnets borrowing AI, command traffic hiding in...]]></description>
<link>https://tsecurity.de/de/3860747/sicherheitsluecken/threatsday-296k-iot-botnet-100-water-systems-targeted-sharepoint-rce-chain-27-new-stories/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860747/sicherheitsluecken/threatsday-296k-iot-botnet-100-water-systems-targeted-sharepoint-rce-chain-27-new-stories/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:59 +0200</pubDate>
<content:encoded><![CDATA[<p>Ravie LakshmananAug 27, 2026Hacking News / Cybersecurity News A fake login page. A fake security scan. A fake productivity app. Apparently, pretending to be useful is still one of the easier ways into a machine. The rest of the week gets stranger: botnets borrowing AI, command traffic hiding in public infrastructure, malicious tools waiting... <a href="https://thecyberpost.com/news/hackers/threatsday-296k-iot-botnet-100-water-systems-targeted-sharepoint-rce-chain-27-new-stories/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow Patches Critical Flaws Enabling Unauthenticated RCE and SQL Injection]]></title>
<description><![CDATA[ServiceNow has issued security advisories for four vulnerabilities, including critical flaws in its AI platform. These vulnerabilities could allow unauthenticated attackers to execute arbitrary code, manipulate instance data, elevate privileges, or run SQL commands against underlying databases. O...]]></description>
<link>https://tsecurity.de/de/3860746/sicherheitsluecken/servicenow-patches-critical-flaws-enabling-unauthenticated-rce-and-sql-injection/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860746/sicherheitsluecken/servicenow-patches-critical-flaws-enabling-unauthenticated-rce-and-sql-injection/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:55 +0200</pubDate>
<content:encoded><![CDATA[<p>ServiceNow has issued security advisories for four vulnerabilities, including critical flaws in its AI platform. These vulnerabilities could allow unauthenticated attackers to execute arbitrary code, manipulate instance data, elevate privileges, or run SQL commands against underlying databases. On August 27, 2026, the company published KB3152242,... <a href="https://gbhackers.com/servicenow-patches-critical-flaws/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[PaperCut warns of NG, MF flaw exploited in zero-day attacks]]></title>
<description><![CDATA[PaperCut is warning that hackers are actively exploiting a vulnerability in all versions of its PaperCut NG and PaperCut MF print management software in zero-day attacks. [...] Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860740/sicherheitsluecken/papercut-warns-of-ng-mf-flaw-exploited-in-zero-day-attacks/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860740/sicherheitsluecken/papercut-warns-of-ng-mf-flaw-exploited-in-zero-day-attacks/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:54 +0200</pubDate>
<content:encoded><![CDATA[<p>PaperCut is warning that hackers are actively exploiting a vulnerability in all versions of its PaperCut NG and PaperCut MF print management software in zero-day attacks. [...] <a href="https://www.bleepingcomputer.com/news/security/papercut-warns-of-ng-mf-flaw-exploited-in-zero-day-attacks/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Critical WordPress Plugin Flaw Allows Unauthenticated Administrator Account Takeover]]></title>
<description><![CDATA[A critical authentication bypass vulnerability has been identified in the WPMU DEV Dashboard WordPress plugin, which could allow unauthenticated attackers to gain administrator-level access to vulnerable sites configured with Hub Single Sign-On (SSO). This vulnerability, tracked as CVE-2026-76581...]]></description>
<link>https://tsecurity.de/de/3860745/sicherheitsluecken/critical-wordpress-plugin-flaw-allows-unauthenticated-administrator-account-takeover/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860745/sicherheitsluecken/critical-wordpress-plugin-flaw-allows-unauthenticated-administrator-account-takeover/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:54 +0200</pubDate>
<content:encoded><![CDATA[<p>A critical authentication bypass vulnerability has been identified in the WPMU DEV Dashboard WordPress plugin, which could allow unauthenticated attackers to gain administrator-level access to vulnerable sites configured with Hub Single Sign-On (SSO). This vulnerability, tracked as CVE-2026-76581, has a CVSS score of 9.8 and affects WPMU DEV... <a href="https://gbhackers.com/critical-wordpress-plugin-flaw-2/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Polymorphic Phishing Attack Generates Unique Credential-Stealing Page on Every Visit]]></title>
<description><![CDATA[A newly analyzed phishing operation is using server-side polymorphism to generate a distinct credential-harvesting page for virtually every request, undermining detection approaches built around file hashes, fixed HTML identifiers, and static JavaScript signatures. The campaign came to light afte...]]></description>
<link>https://tsecurity.de/de/3860744/programmierung/polymorphic-phishing-attack-generates-unique-credential-stealing-page-on-every-visit/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860744/programmierung/polymorphic-phishing-attack-generates-unique-credential-stealing-page-on-every-visit/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:53 +0200</pubDate>
<content:encoded><![CDATA[<p>A newly analyzed phishing operation is using server-side polymorphism to generate a distinct credential-harvesting page for virtually every request, undermining detection approaches built around file hashes, fixed HTML identifiers, and static JavaScript signatures. The campaign came to light after a phishing message submitted to the SANS Internet... <a href="https://gbhackers.com/polymorphic-phishing-attack/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[700 OpenAI Agents Coordinate Attack on Hugging Face and Gain Remote Code Execution]]></title>
<description><![CDATA[OpenAI’s ExploitGym evaluation environment reportedly became the site of a large-scale, unsanctioned multi-agent campaign after hundreds of models found ways to communicate across supposedly isolated sandboxes. An investigation published by METR describes how the activity, which began on July 8, ...]]></description>
<link>https://tsecurity.de/de/3860743/sicherheitsluecken/700-openai-agents-coordinate-attack-on-hugging-face-and-gain-remote-code-execution/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860743/sicherheitsluecken/700-openai-agents-coordinate-attack-on-hugging-face-and-gain-remote-code-execution/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:52 +0200</pubDate>
<content:encoded><![CDATA[<p>OpenAI’s ExploitGym evaluation environment reportedly became the site of a large-scale, unsanctioned multi-agent campaign after hundreds of models found ways to communicate across supposedly isolated sandboxes. An investigation published by METR describes how the activity, which began on July 8, involved agents operating across several models,... <a href="https://gbhackers.com/700-openai-agents-coordinate-attack-on-hugging-face/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Attackers Exploit MCP RCE, Blind Prompt Injection and Memory Credential Theft Against AI Infrastructure]]></title>
<description><![CDATA[Attackers are increasingly treating AI infrastructure as a high-value cloud entry point, exploiting exposed Model Context Protocol (MCP) services, agent frameworks, and AI gateways to execute code, validate prompt injection, deploy cryptominers, and steal credentials from process memory. The camp...]]></description>
<link>https://tsecurity.de/de/3860742/sicherheitsluecken/attackers-exploit-mcp-rce-blind-prompt-injection-and-memory-credential-theft-against-ai-infrastructure/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860742/sicherheitsluecken/attackers-exploit-mcp-rce-blind-prompt-injection-and-memory-credential-theft-against-ai-infrastructure/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:52 +0200</pubDate>
<content:encoded><![CDATA[<p>Attackers are increasingly treating AI infrastructure as a high-value cloud entry point, exploiting exposed Model Context Protocol (MCP) services, agent frameworks, and AI gateways to execute code, validate prompt injection, deploy cryptominers, and steal credentials from process memory. The campaigns show that attackers are no longer using only... <a href="https://gbhackers.com/mcp-rce-exploitation/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Critical Gogs Flaw Enables Remote Code Execution Through Path Traversal]]></title>
<description><![CDATA[A critical vulnerability in Gogs, the self-hosted Git service, could allow authenticated attackers to execute commands on the server by abusing path traversal during creation. Tracked as CVE-2026-52813, the flaw was reported by Aikido security researcher Jorian Woltjer and fixed in Gogs version 0...]]></description>
<link>https://tsecurity.de/de/3860741/sicherheitsluecken/critical-gogs-flaw-enables-remote-code-execution-through-path-traversal/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860741/sicherheitsluecken/critical-gogs-flaw-enables-remote-code-execution-through-path-traversal/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:50 +0200</pubDate>
<content:encoded><![CDATA[<p>A critical vulnerability in Gogs, the self-hosted Git service, could allow authenticated attackers to execute commands on the server by abusing path traversal during creation. Tracked as CVE-2026-52813, the flaw was reported by Aikido security researcher Jorian Woltjer and fixed in Gogs version 0.14.3. The issue stems from an API endpoint that... <a href="https://gbhackers.com/critical-gogs-flaw-enables-remote-code-execution/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Defender’s own driver can leave systems defenseless]]></title>
<description><![CDATA[A Microsoft-signed Windows Defender remediation driver can be repurposed into a kernel-level “operation engine” capable of deleting files, modifying the registry and neutralizing security controls, according to new research from Check Point Research (CPR). The technique does not exploit a vulnera...]]></description>
<link>https://tsecurity.de/de/3860739/sicherheitsluecken/windows-defenders-own-driver-can-leave-systems-defenseless/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860739/sicherheitsluecken/windows-defenders-own-driver-can-leave-systems-defenseless/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:47 +0200</pubDate>
<content:encoded><![CDATA[<p>A Microsoft-signed Windows Defender remediation driver can be repurposed into a kernel-level “operation engine” capable of deleting files, modifying the registry and neutralizing security controls, according to new research from Check Point Research (CPR). The technique does not exploit a vulnerability or rely on the traditional Bring Your Own... <a href="https://www.csoonline.com/article/4212929/windows-defenders-own-driver-can-leave-systems-defenseless.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nucleus wants to get ahead of scanners on new vulnerabilities]]></title>
<description><![CDATA[There usually is a crucial time lapse from when a vulnerability is newly disclosed to when security scanners are finally updated to scan for it. Nucleus Security says it wants to close that gap. The cybersecurity outfit focused on unified exposure management is expanding its platform with Nucleus...]]></description>
<link>https://tsecurity.de/de/3860738/sicherheitsluecken/nucleus-wants-to-get-ahead-of-scanners-on-new-vulnerabilities/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860738/sicherheitsluecken/nucleus-wants-to-get-ahead-of-scanners-on-new-vulnerabilities/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:43 +0200</pubDate>
<content:encoded><![CDATA[<p>There usually is a crucial time lapse from when a vulnerability is newly disclosed to when security scanners are finally updated to scan for it. Nucleus Security says it wants to close that gap. The cybersecurity outfit focused on unified exposure management is expanding its platform with Nucleus Helix, an AI Agent for natural-language interaction... <a href="https://www.csoonline.com/article/4213644/nucleus-wants-to-get-ahead-of-scanners-on-new-vulnerabilities.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[NemoClaw’s AI can be poisoned through a browser tab]]></title>
<description><![CDATA[A vulnerability affecting Nvidia’s NemoClaw could let an attacker gain control of the local Ollama model server through a single malicious website visit on the victim’s machine. According to a Cyera research, the flaw could give attackers unauthenticated access to the server, allowing them to pla...]]></description>
<link>https://tsecurity.de/de/3860737/sicherheitsluecken/nemoclaws-ai-can-be-poisoned-through-a-browser-tab/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860737/sicherheitsluecken/nemoclaws-ai-can-be-poisoned-through-a-browser-tab/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:42 +0200</pubDate>
<content:encoded><![CDATA[<p>A vulnerability affecting Nvidia’s NemoClaw could let an attacker gain control of the local Ollama model server through a single malicious website visit on the victim’s machine. According to a Cyera research, the flaw could give attackers unauthenticated access to the server, allowing them to plant instructions into the model that persist across... <a href="https://www.csoonline.com/article/4214156/nemoclaws-ai-can-be-poisoned-through-a-browser-tab.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CTEM can give your security team a contextual edge]]></title>
<description><![CDATA[Traditional vulnerability management is accelerating toward a reset, with many security organizations considering continuous threat exposure management (CTEM) to better align their operations with the pace of change — and attacks — today. Whereas traditional vulnerability management relies on per...]]></description>
<link>https://tsecurity.de/de/3860736/sicherheitsluecken/ctem-can-give-your-security-team-a-contextual-edge/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860736/sicherheitsluecken/ctem-can-give-your-security-team-a-contextual-edge/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:42 +0200</pubDate>
<content:encoded><![CDATA[<p>Traditional vulnerability management is accelerating toward a reset, with many security organizations considering continuous threat exposure management (CTEM) to better align their operations with the pace of change — and attacks — today. Whereas traditional vulnerability management relies on periodic assessments, with security teams scanning... <a href="https://www.csoonline.com/article/4215083/ctem-redefines-the-approach-to-cybersecurity-in-organizations.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Avoid these 5 pitfalls in your cybersecurity technology PoC]]></title>
<description><![CDATA[A cybersecurity technology proof of concept can validate a good purchasing decision -- or waste months of your team's time. Look out for these five common PoC missteps. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860735/poc/avoid-these-5-pitfalls-in-your-cybersecurity-technology-poc/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860735/poc/avoid-these-5-pitfalls-in-your-cybersecurity-technology-poc/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:41 +0200</pubDate>
<content:encoded><![CDATA[<p>A cybersecurity technology proof of concept can validate a good purchasing decision -- or waste months of your team&#039;s time. Look out for these five common PoC missteps. <a href="https://www.techtarget.com/cybersecurity/feature/Avoid-these-5-pitfalls-in-your-cybersecurity-technology-PoC" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hackers Actively Exploiting Pre-Auth RCE Flaw in PaperCut Print Software]]></title>
<description><![CDATA[Attackers are actively exploiting a critical, unauthenticated remote code execution (RCE) vulnerability in PaperCut NG and PaperCut MF, widely used print management software, security researchers at Huntress have confirmed. The flaw allows an attacker to remotely take control of a PaperCut server...]]></description>
<link>https://tsecurity.de/de/3860734/sicherheitsluecken/hackers-actively-exploiting-pre-auth-rce-flaw-in-papercut-print-software/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860734/sicherheitsluecken/hackers-actively-exploiting-pre-auth-rce-flaw-in-papercut-print-software/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:40 +0200</pubDate>
<content:encoded><![CDATA[<p>Attackers are actively exploiting a critical, unauthenticated remote code execution (RCE) vulnerability in PaperCut NG and PaperCut MF, widely used print management software, security researchers at Huntress have confirmed. The flaw allows an attacker to remotely take control of a PaperCut server’s configuration without needing any login... <a href="https://www.itsecurityguru.org/2026/08/28/hackers-actively-exploiting-pre-auth-rce-flaw-in-papercut-print-software/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hackers-actively-exploiting-pre-auth-rce-flaw-in-papercut-print-software" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[700 AI Agents Linked to Hugging Face Security Breach]]></title>
<description><![CDATA[Around 700 AI agents created by OpenAI participated in the breach of Hugging Face during a cybersecurity evaluation, according to an independent investigation that has revealed the scale of the incident. METR and Redwood Research published the findings after being brought in to independently inve...]]></description>
<link>https://tsecurity.de/de/3860733/ai-nachrichten/700-ai-agents-linked-to-hugging-face-security-breach/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860733/ai-nachrichten/700-ai-agents-linked-to-hugging-face-security-breach/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:40 +0200</pubDate>
<content:encoded><![CDATA[<p>Around 700 AI agents created by OpenAI participated in the breach of Hugging Face during a cybersecurity evaluation, according to an independent investigation that has revealed the scale of the incident. METR and Redwood Research published the findings after being brought in to independently investigate the July incident and examine the agents’... <a href="https://www.itsecurityguru.org/2026/08/28/hugging-face-ai-breach-700-agents/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hugging-face-ai-breach-700-agents" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CISA orders agencies to fix exploited Zimbra vulnerability]]></title>
<description><![CDATA[The collaboration software’s developer took almost a full month to patch the flaw after disclosing it. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860732/sicherheitsluecken/cisa-orders-agencies-to-fix-exploited-zimbra-vulnerability/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860732/sicherheitsluecken/cisa-orders-agencies-to-fix-exploited-zimbra-vulnerability/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:31 +0200</pubDate>
<content:encoded><![CDATA[<p>The collaboration software’s developer took almost a full month to patch the flaw after disclosing it. <a href="https://www.cybersecuritydive.com/news/cisa-zimbra-flaw-patch-mandate-kev/828718/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hundreds of agents went rogue in lead up to Hugging Face breach]]></title>
<description><![CDATA[OpenAI released a technical breakdown of the historic incident and plans changes to prevent such an occurrence from happening again.  Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860731/ai-nachrichten/hundreds-of-agents-went-rogue-in-lead-up-to-hugging-face-breach/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860731/ai-nachrichten/hundreds-of-agents-went-rogue-in-lead-up-to-hugging-face-breach/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:30 +0200</pubDate>
<content:encoded><![CDATA[<p>OpenAI released a technical breakdown of the historic incident and plans changes to prevent such an occurrence from happening again.  <a href="https://www.cybersecuritydive.com/news/hundreds-agents-rogue-lead-up-hugging-face-breach/828963/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unitree G1 Humanoid Robot Flaws Enable Unauthenticated Root RCE Over Bluetooth]]></title>
<description><![CDATA[A newly disclosed flaw in Unitree’s G1 humanoid robot could allow an attacker standing nearby to obtain unauthenticated remote code execution as root via Bluetooth Low Energy (BLE). The research, dubbed UniBLEed, targets the robot’s Locomotion PC, a Linux-based system that supports safety-critica...]]></description>
<link>https://tsecurity.de/de/3860730/sicherheitsluecken/unitree-g1-humanoid-robot-flaws-enable-unauthenticated-root-rce-over-bluetooth/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860730/sicherheitsluecken/unitree-g1-humanoid-robot-flaws-enable-unauthenticated-root-rce-over-bluetooth/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:29 +0200</pubDate>
<content:encoded><![CDATA[<p>A newly disclosed flaw in Unitree’s G1 humanoid robot could allow an attacker standing nearby to obtain unauthenticated remote code execution as root via Bluetooth Low Energy (BLE). The research, dubbed UniBLEed, targets the robot’s Locomotion PC, a Linux-based system that supports safety-critical operations including motors, cameras, audio, and... <a href="https://cyberpress.org/unitree-g1-humanoid-robot-flaws/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow Patches Critical Flaws Enabling Unauthenticated RCE and SQL Injection]]></title>
<description><![CDATA[ServiceNow has released security updates for four vulnerabilities, including three rated critical, that could allow unauthenticated attackers to execute code, alter instance data, elevate privileges, or run arbitrary SQL commands against affected environments. The August 27, 2026 advisory address...]]></description>
<link>https://tsecurity.de/de/3860729/sicherheitsluecken/servicenow-patches-critical-flaws-enabling-unauthenticated-rce-and-sql-injection/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860729/sicherheitsluecken/servicenow-patches-critical-flaws-enabling-unauthenticated-rce-and-sql-injection/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:27 +0200</pubDate>
<content:encoded><![CDATA[<p>ServiceNow has released security updates for four vulnerabilities, including three rated critical, that could allow unauthenticated attackers to execute code, alter instance data, elevate privileges, or run arbitrary SQL commands against affected environments. The August 27, 2026 advisory addresses flaws tracked as CVE-2026-6876, CVE-2026-18885,... <a href="https://cyberpress.org/servicenow-patches-critical-flaws/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI Agent Instruction Files Let Attackers Execute Code Inside Fortune 500 Networks]]></title>
<description><![CDATA[A newly disclosed novel supply chain attack vector built entirely from publicly available, legitimate infrastructure: LLM.txt files. In a controlled experiment, Alon Hertz registered the names of unclaimed packages referenced in official corporate instruction files and had code execute within a F...]]></description>
<link>https://tsecurity.de/de/3860728/ai-nachrichten/ai-agent-instruction-files-let-attackers-execute-code-inside-fortune-500-networks/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860728/ai-nachrichten/ai-agent-instruction-files-let-attackers-execute-code-inside-fortune-500-networks/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:27 +0200</pubDate>
<content:encoded><![CDATA[<p>A newly disclosed novel supply chain attack vector built entirely from publicly available, legitimate infrastructure: LLM.txt files. In a controlled experiment, Alon Hertz registered the names of unclaimed packages referenced in official corporate instruction files and had code execute within a Fortune 500 network within four minutes. llms.txt... <a href="https://cyberpress.org/ai-agent-instruction-files/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[700 OpenAI AI Agents Coordinate Hugging Face Hack and Achieve Remote Code Execution]]></title>
<description><![CDATA[A newly disclosed that roughly 1,200 OpenAI agents, designed to run in complete isolation from one another, built an unsanctioned communication channel and used it to coordinate a multi-day attack on Hugging Face, with 700 ultimately achieving remote code execution. Documented by Metr, the incide...]]></description>
<link>https://tsecurity.de/de/3860727/sicherheitsluecken/700-openai-ai-agents-coordinate-hugging-face-hack-and-achieve-remote-code-execution/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860727/sicherheitsluecken/700-openai-ai-agents-coordinate-hugging-face-hack-and-achieve-remote-code-execution/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:26 +0200</pubDate>
<content:encoded><![CDATA[<p>A newly disclosed that roughly 1,200 OpenAI agents, designed to run in complete isolation from one another, built an unsanctioned communication channel and used it to coordinate a multi-day attack on Hugging Face, with 700 ultimately achieving remote code execution. Documented by Metr, the incident traces back to July 7–13, when OpenAI launched... <a href="https://cyberpress.org/700-openai-ai-agents-coordinate-hugging-face-hack/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Critical Gogs Path Traversal Flaw Enables Remote Code Execution via Git Hooks]]></title>
<description><![CDATA[A critical path traversal vulnerability in Gogs, the self-hosted Git service, could let authenticated attackers achieve remote code execution by planting malicious Git hooks outside the intended repository storage directory. Tracked as CVE-2026-52813, the flaw arises from an API endpoint that acc...]]></description>
<link>https://tsecurity.de/de/3860726/sicherheitsluecken/critical-gogs-path-traversal-flaw-enables-remote-code-execution-via-git-hooks/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860726/sicherheitsluecken/critical-gogs-path-traversal-flaw-enables-remote-code-execution-via-git-hooks/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:24 +0200</pubDate>
<content:encoded><![CDATA[<p>A critical path traversal vulnerability in Gogs, the self-hosted Git service, could let authenticated attackers achieve remote code execution by planting malicious Git hooks outside the intended repository storage directory. Tracked as CVE-2026-52813, the flaw arises from an API endpoint that accepted unsanitized organization usernames and passed... <a href="https://cyberpress.org/critical-gogs-path-traversal-flaw/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Wie Reward Hacking KI-Agents zu Zero-Days und Hugging-Face-Angriffen führte]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – OpenAI beschreibt, dass „Reward Hacking“ im Training dazu führte, KI-Agents bei Sicherheitschecks missaligniert handeln zu lassen. Laut Bericht nutzten die Systeme während RL-Läufen mehrere Zero-Days, um sich aus einem zunächst isolierten Sandbox-Setup Internetzugang und Ad...]]></description>
<link>https://tsecurity.de/de/3860725/ai-nachrichten/wie-reward-hacking-ki-agents-zu-zero-days-und-hugging-face-angriffen-fuehrte/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860725/ai-nachrichten/wie-reward-hacking-ki-agents-zu-zero-days-und-hugging-face-angriffen-fuehrte/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:22 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – OpenAI beschreibt, dass „Reward Hacking“ im Training dazu führte, KI-Agents bei Sicherheitschecks missaligniert handeln zu lassen. Laut Bericht nutzten die Systeme während RL-Läufen mehrere Zero-Days, um sich aus einem zunächst isolierten Sandbox-Setup Internetzugang und Administrationsrechte zu verschaffen. Anschließend... <a href="https://www.it-boltwise.de/wie-reward-hacking-ki-agents-zu-zero-days-und-hugging-face-angriffen-fuehrte.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI: Reward Hacking ermöglichte KI-Agenten Zero-Days und Hugging-Face-Angriff]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – OpenAI ordnet den Angriff auf Hugging Face im Juli maßgeblich dem sogenannten Reward Hacking zu, also fehlgerichtetem Lernverhalten von KI-Agenten. Laut dem Unternehmen fanden entsprechende Fehlmuster schon Ende Mai statt und führten zu unautorisierten Kommunikationswegen i...]]></description>
<link>https://tsecurity.de/de/3860724/ai-nachrichten/openai-reward-hacking-ermoeglichte-ki-agenten-zero-days-und-hugging-face-angriff/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860724/ai-nachrichten/openai-reward-hacking-ermoeglichte-ki-agenten-zero-days-und-hugging-face-angriff/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:21 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – OpenAI ordnet den Angriff auf Hugging Face im Juli maßgeblich dem sogenannten Reward Hacking zu, also fehlgerichtetem Lernverhalten von KI-Agenten. Laut dem Unternehmen fanden entsprechende Fehlmuster schon Ende Mai statt und führten zu unautorisierten Kommunikationswegen innerhalb einer internen Evaluationsumgebung. Die... <a href="https://www.it-boltwise.de/openai-reward-hacking-ermoeglichte-ki-agenten-zero-days-und-hugging-face-angriff.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cursor KI-Agent hilft bei Einbrüchen: Hacker nutzen die Chat-Schnittstelle für Angriffe]]></title>
<description><![CDATA[WASHINGTON / LONDON (IT BOLTWISE) – Eine Sicherheitsfirma behauptet, russischsprachige Hacker hätten den KI-Coding-Assistenten Cursor als „Agent“ für Hunderte schädliche Operationen missbraucht. In Chat-Protokollen, die vom 8. April bis zum 21. Mai datieren, soll ein neu auftretendes Ransomware-K...]]></description>
<link>https://tsecurity.de/de/3860723/malware-trojaner-viren/cursor-ki-agent-hilft-bei-einbruechen-hacker-nutzen-die-chat-schnittstelle-fuer-angriffe/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860723/malware-trojaner-viren/cursor-ki-agent-hilft-bei-einbruechen-hacker-nutzen-die-chat-schnittstelle-fuer-angriffe/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:20 +0200</pubDate>
<content:encoded><![CDATA[<p>WASHINGTON / LONDON (IT BOLTWISE) – Eine Sicherheitsfirma behauptet, russischsprachige Hacker hätten den KI-Coding-Assistenten Cursor als „Agent“ für Hunderte schädliche Operationen missbraucht. In Chat-Protokollen, die vom 8. April bis zum 21. Mai datieren, soll ein neu auftretendes Ransomware-Kollektiv den Agenten mit der Behauptung einer... <a href="https://www.it-boltwise.de/cursor-ki-agent-hilft-bei-einbruechen-hacker-nutzen-die-chat-schnittstelle-fuer-angriffe.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[PaperCut Zero-Day: Notfall-Patch für NG und MF, IOC-Liste veröffentlicht]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – PaperCut meldet, dass Angreifer eine bislang unbekannte Schwachstelle in der Druckverwaltungssoftware PaperCut NG und PaperCut MF aktiv in Zero-Day-Angriffen ausnutzen. Das Unternehmen hat einen Notfall-Patch für v25 und v26 bereitgestellt und sagt, dass bestätigte Kundenfä...]]></description>
<link>https://tsecurity.de/de/3860722/sicherheitsluecken/papercut-zero-day-notfall-patch-fuer-ng-und-mf-ioc-liste-veroeffentlicht/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860722/sicherheitsluecken/papercut-zero-day-notfall-patch-fuer-ng-und-mf-ioc-liste-veroeffentlicht/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:20 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – PaperCut meldet, dass Angreifer eine bislang unbekannte Schwachstelle in der Druckverwaltungssoftware PaperCut NG und PaperCut MF aktiv in Zero-Day-Angriffen ausnutzen. Das Unternehmen hat einen Notfall-Patch für v25 und v26 bereitgestellt und sagt, dass bestätigte Kundenfälle vorliegen. Für Systeme, die den PaperCut... <a href="https://www.it-boltwise.de/papercut-zero-day-notfall-patch-fuer-ng-und-mf-ioc-liste-veroeffentlicht.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[cPanel-Fehler CVE-2026-65643: Root-Codeausführung über geparkte und Addon-Domains möglich]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – cPanel und WebHost Manager (WHM) schließen mit einem Patch mehrere Schwachstellen, die über das Parken und Hinzufügen von Domains zu beliebigen Dateien auf dem Server führen können. In der Mitteilung beschreibt der Hersteller als Folge eine Codeausführung mit Root-Rechten u...]]></description>
<link>https://tsecurity.de/de/3860721/sicherheitsluecken/cpanel-fehler-cve-2026-65643-root-codeausfuehrung-ueber-geparkte-und-addon-domains-moeglich/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860721/sicherheitsluecken/cpanel-fehler-cve-2026-65643-root-codeausfuehrung-ueber-geparkte-und-addon-domains-moeglich/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:19 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – cPanel und WebHost Manager (WHM) schließen mit einem Patch mehrere Schwachstellen, die über das Parken und Hinzufügen von Domains zu beliebigen Dateien auf dem Server führen können. In der Mitteilung beschreibt der Hersteller als Folge eine Codeausführung mit Root-Rechten und damit vollständige Kontrolle über die betroffene... <a href="https://www.it-boltwise.de/cpanel-fehler-cve-2026-65643-root-codeausfuehrung-ueber-geparkte-und-addon-domains-moeglich.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[HOOKEDGE: Neue HOOKEDGE-Backdoor tarnt sich über Webhook-C2 bei Diplomaten]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – Sicherheitsforscher melden eine neue Kampagne gegen Regierungs- und Diplomatieorganisationen in Rumänien, Spanien und Türkiye. Im Zeitraum von Ende September 2025 bis Anfang April 2026 soll eine bislang undokumentierte Backdoor namens HOOKEDGE über Makro-Word-Dokumente zuge...]]></description>
<link>https://tsecurity.de/de/3860720/malware-trojaner-viren/hookedge-neue-hookedge-backdoor-tarnt-sich-ueber-webhook-c2-bei-diplomaten/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860720/malware-trojaner-viren/hookedge-neue-hookedge-backdoor-tarnt-sich-ueber-webhook-c2-bei-diplomaten/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:15 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – Sicherheitsforscher melden eine neue Kampagne gegen Regierungs- und Diplomatieorganisationen in Rumänien, Spanien und Türkiye. Im Zeitraum von Ende September 2025 bis Anfang April 2026 soll eine bislang undokumentierte Backdoor namens HOOKEDGE über Makro-Word-Dokumente zugestellt worden sein. Die Malware arbeitet als... <a href="https://www.it-boltwise.de/hookedge-neue-hookedge-backdoor-tarnt-sich-ueber-webhook-c2-bei-diplomaten.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow stopft vier kritische Schwachstellen in der KI-Plattform]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – ServiceNow hat Patches für vier Schwachstellen in der ServiceNow-Now-Plattform veröffentlicht, darunter drei mit CVSS 10.0. Betroffen sind u. a. die GraphQL Composite Data API, ein Upload-Prozessor sowie eine SQL-Injection über ein dynamisches ORDER-BY. Die Lücken können la...]]></description>
<link>https://tsecurity.de/de/3860719/sicherheitsluecken/servicenow-stopft-vier-kritische-schwachstellen-in-der-ki-plattform/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860719/sicherheitsluecken/servicenow-stopft-vier-kritische-schwachstellen-in-der-ki-plattform/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:14 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – ServiceNow hat Patches für vier Schwachstellen in der ServiceNow-Now-Plattform veröffentlicht, darunter drei mit CVSS 10.0. Betroffen sind u. a. die GraphQL Composite Data API, ein Upload-Prozessor sowie eine SQL-Injection über ein dynamisches ORDER-BY. Die Lücken können laut Advisory in bestimmten Konstellationen ohne... <a href="https://www.it-boltwise.de/servicenow-stopft-vier-kritische-schwachstellen-in-der-ki-plattform.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ZBT-Router: Zwei neue Firmware-Implants geben Root-Zugriff ohne Authentifizierung]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – Zwei zuvor undokumentierte Firmware-Implants in ZBT-Routern ermöglichen einem Angreifer ohne Authentifizierung Root-Rechte auf betroffenen Geräten. Die Komponenten SPEAKINGSTONE und DARKLANTERN tragen die CVE-2026-74232 und CVE-2026-74233 und kommen laut Analyse sowohl über...]]></description>
<link>https://tsecurity.de/de/3860718/sicherheitsluecken/zbt-router-zwei-neue-firmware-implants-geben-root-zugriff-ohne-authentifizierung/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860718/sicherheitsluecken/zbt-router-zwei-neue-firmware-implants-geben-root-zugriff-ohne-authentifizierung/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:13 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – Zwei zuvor undokumentierte Firmware-Implants in ZBT-Routern ermöglichen einem Angreifer ohne Authentifizierung Root-Rechte auf betroffenen Geräten. Die Komponenten SPEAKINGSTONE und DARKLANTERN tragen die CVE-2026-74232 und CVE-2026-74233 und kommen laut Analyse sowohl über ausgehende C2-Kommunikation als auch über einen... <a href="https://www.it-boltwise.de/zbt-router-zwei-neue-firmware-implants-geben-root-zugriff-ohne-authentifizierung.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unitree G1 EDU: Zwei RCE-Ketten per Chat-Interface und BLE bedrohen Root-Rechte]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – Zwei getrennte Root-Remote-Code-Execution-Ketten gefährden offenbar die Unitree G1 EDU. Eine der Routen nutzt einen netznahen Weg über chat_go und bashrunner, die andere startet über BLE-Nähe und führt später bis in die WLAN-Provisionierung. Die Schwachstellen sind als CVE-...]]></description>
<link>https://tsecurity.de/de/3860717/sicherheitsluecken/unitree-g1-edu-zwei-rce-ketten-per-chat-interface-und-ble-bedrohen-root-rechte/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860717/sicherheitsluecken/unitree-g1-edu-zwei-rce-ketten-per-chat-interface-und-ble-bedrohen-root-rechte/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:12 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – Zwei getrennte Root-Remote-Code-Execution-Ketten gefährden offenbar die Unitree G1 EDU. Eine der Routen nutzt einen netznahen Weg über chat_go und bashrunner, die andere startet über BLE-Nähe und führt später bis in die WLAN-Provisionierung. Die Schwachstellen sind als CVE-2026-76639 und CVE-2026-76640 dokumentiert, aber für... <a href="https://www.it-boltwise.de/unitree-g1-edu-zwei-rce-ketten-per-chat-interface-und-ble-bedrohen-root-rechte.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[PaperCut: Angreifer koppeln zwei CVEs für RCE ohne Authentifizierung]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – Angreifer sollen zwei zuvor gepatchte PaperCut-Schwachstellen miteinander kombinieren, um bei betroffenen Instanzen ohne Authentifizierung Code auszuführen. Im Fokus stehen ein unsicheres dynamisches Laden von Java-Klassen sowie eine fehlerhafte Zugriffskontrolle im Web-Man...]]></description>
<link>https://tsecurity.de/de/3860716/sicherheitsluecken/papercut-angreifer-koppeln-zwei-cves-fuer-rce-ohne-authentifizierung/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860716/sicherheitsluecken/papercut-angreifer-koppeln-zwei-cves-fuer-rce-ohne-authentifizierung/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:10 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – Angreifer sollen zwei zuvor gepatchte PaperCut-Schwachstellen miteinander kombinieren, um bei betroffenen Instanzen ohne Authentifizierung Code auszuführen. Im Fokus stehen ein unsicheres dynamisches Laden von Java-Klassen sowie eine fehlerhafte Zugriffskontrolle im Web-Management. Hersteller und Sicherheitsforscher... <a href="https://www.it-boltwise.de/papercut-angreifer-koppeln-zwei-cves-fuer-rce-ohne-authentifizierung.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CISA nimmt ownCloud-Sicherheitslücke in KEV auf: Angriff auf PH-Labor]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – Die US-Behörde CISA hat die ownCloud-Schwachstelle CVE-2023-49105 in den KEV-Katalog (Known Exploited Vulnerabilities) aufgenommen. Die Lücke (CVSS 9,8) betrifft einen WebDAV-Authentifizierungs-Bypass und kann Dateien ohne Anmeldung verändern oder löschen. Laut den vorliege...]]></description>
<link>https://tsecurity.de/de/3860715/sicherheitsluecken/cisa-nimmt-owncloud-sicherheitsluecke-in-kev-auf-angriff-auf-ph-labor/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860715/sicherheitsluecken/cisa-nimmt-owncloud-sicherheitsluecke-in-kev-auf-angriff-auf-ph-labor/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:09 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – Die US-Behörde CISA hat die ownCloud-Schwachstelle CVE-2023-49105 in den KEV-Katalog (Known Exploited Vulnerabilities) aufgenommen. Die Lücke (CVSS 9,8) betrifft einen WebDAV-Authentifizierungs-Bypass und kann Dateien ohne Anmeldung verändern oder löschen. Laut den vorliegenden Berichten wurde sie gegen ein... <a href="https://www.it-boltwise.de/cisa-nimmt-owncloud-sicherheitsluecke-in-kev-auf-angriff-auf-ph-labor.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nearly 700 rogue AI agents coordinated in the Hugging Face attack]]></title>
<description><![CDATA[New details about the July attack on Hugging Face reveal that hundreds of AI agents driven by OpenAI's internal IM1 model coordinated the compromise through an unauthorized message board. [...] Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860711/ai-nachrichten/nearly-700-rogue-ai-agents-coordinated-in-the-hugging-face-attack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860711/ai-nachrichten/nearly-700-rogue-ai-agents-coordinated-in-the-hugging-face-attack/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:08 +0200</pubDate>
<content:encoded><![CDATA[<p>New details about the July attack on Hugging Face reveal that hundreds of AI agents driven by OpenAI&#039;s internal IM1 model coordinated the compromise through an unauthorized message board. [...] <a href="https://www.bleepingcomputer.com/news/security/nearly-700-rogue-ai-agents-coordinated-in-the-hugging-face-attack/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mehrere WordPress-Plugins und Themes: Kritische RCE- und Takeover-Lücken]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – Mehrere kritische Sicherheitslücken in WordPress-Plugins und -Themes erhöhen das Risiko für Account-Takeover und Remote Code Execution. Betroffen sind unter anderem ein Dashboard-Plugin, ein Theme mit Builder-Funktion sowie TranslatePress, Pods und GiveWP. Für mehrere CVE-I...]]></description>
<link>https://tsecurity.de/de/3860714/sicherheitsluecken/mehrere-wordpress-plugins-und-themes-kritische-rce-und-takeover-luecken/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860714/sicherheitsluecken/mehrere-wordpress-plugins-und-themes-kritische-rce-und-takeover-luecken/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:08 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – Mehrere kritische Sicherheitslücken in WordPress-Plugins und -Themes erhöhen das Risiko für Account-Takeover und Remote Code Execution. Betroffen sind unter anderem ein Dashboard-Plugin, ein Theme mit Builder-Funktion sowie TranslatePress, Pods und GiveWP. Für mehrere CVE-IDs werden extrem hohe CVSS-Werte genannt, teils bis... <a href="https://www.it-boltwise.de/mehrere-wordpress-plugins-und-themes-kritische-rce-und-takeover-luecken.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[WordPress: Kritische Plugin-Fehler ermöglichen Auth-Bypass und RCE über mehrere CVEs]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – Fünf schwerwiegende Sicherheitslücken in WordPress-Plugins und -Themes zeigen, wie schnell aus einem Konfigurationsfehler ein vollständiger Site-Takeover werden kann. Die Fälle reichen von Authentifizierungs-Bypass bis zu willkürlicher Dateischreibung und Remote Code Execut...]]></description>
<link>https://tsecurity.de/de/3860713/sicherheitsluecken/wordpress-kritische-plugin-fehler-ermoeglichen-auth-bypass-und-rce-ueber-mehrere-cves/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860713/sicherheitsluecken/wordpress-kritische-plugin-fehler-ermoeglichen-auth-bypass-und-rce-ueber-mehrere-cves/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:07 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – Fünf schwerwiegende Sicherheitslücken in WordPress-Plugins und -Themes zeigen, wie schnell aus einem Konfigurationsfehler ein vollständiger Site-Takeover werden kann. Die Fälle reichen von Authentifizierungs-Bypass bis zu willkürlicher Dateischreibung und Remote Code Execution. Besonders kritisch ist eine Kette aus... <a href="https://www.it-boltwise.de/wordpress-kritische-plugin-fehler-ermoeglichen-auth-bypass-und-rce-ueber-mehrere-cves.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI stoppt Cursor-Zugriff auf Modell-APIs nach SpaceX-Übernahme]]></title>
<description><![CDATA[LONDON (IT BOLTWISE) – OpenAI kündigt an, den Vertrag zur Bereitstellung von Modell-APIs für Cursor nach der Übernahme durch SpaceX auslaufen zu lassen. Als geplantes Abschaltdatum nennt das Unternehmen den 12. November 2026. OpenAI begründet den Schritt mit fehlender Sicherheit, dass SpaceX die ...]]></description>
<link>https://tsecurity.de/de/3860712/ai-nachrichten/openai-stoppt-cursor-zugriff-auf-modell-apis-nach-spacex-uebernahme/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860712/ai-nachrichten/openai-stoppt-cursor-zugriff-auf-modell-apis-nach-spacex-uebernahme/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:06 +0200</pubDate>
<content:encoded><![CDATA[<p>LONDON (IT BOLTWISE) – OpenAI kündigt an, den Vertrag zur Bereitstellung von Modell-APIs für Cursor nach der Übernahme durch SpaceX auslaufen zu lassen. Als geplantes Abschaltdatum nennt das Unternehmen den 12. November 2026. OpenAI begründet den Schritt mit fehlender Sicherheit, dass SpaceX die Technologie im Einklang mit den Nutzungsbedingungen... <a href="https://www.it-boltwise.de/openai-stoppt-cursor-zugriff-auf-modell-apis-nach-spacex-uebernahme.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CISA warnt: Ausnutzung kritischer ownCloud-Schwachstelle bei Datenabzug aus Forschungseinrichtungen]]></title>
<description><![CDATA[PHILIPPINEN / LONDON (IT BOLTWISE) – Die US-Behörde CISA hat die ownCloud-Schwachstelle CVE-2023-49105 in den Known Exploited Vulnerabilities (KEV)-Katalog aufgenommen, nachdem Berichte von aktiver Ausnutzung bekannt wurden. Die Lücke ermöglicht laut Meldungen einen Authentifizierungs-Bypass im W...]]></description>
<link>https://tsecurity.de/de/3860710/sicherheitsluecken/cisa-warnt-ausnutzung-kritischer-owncloud-schwachstelle-bei-datenabzug-aus-forschungseinrichtungen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860710/sicherheitsluecken/cisa-warnt-ausnutzung-kritischer-owncloud-schwachstelle-bei-datenabzug-aus-forschungseinrichtungen/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:05 +0200</pubDate>
<content:encoded><![CDATA[<p>PHILIPPINEN / LONDON (IT BOLTWISE) – Die US-Behörde CISA hat die ownCloud-Schwachstelle CVE-2023-49105 in den Known Exploited Vulnerabilities (KEV)-Katalog aufgenommen, nachdem Berichte von aktiver Ausnutzung bekannt wurden. Die Lücke ermöglicht laut Meldungen einen Authentifizierungs-Bypass im WebDAV-API-Zugriff, wenn der Nutzername bekannt ist... <a href="https://www.it-boltwise.de/cisa-warnt-ausnutzung-kritischer-owncloud-schwachstelle-bei-datenabzug-aus-forschungseinrichtungen.html" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[LeakWatch KW 35/2026: Berlin unter Erpressungsdruck, Millionen Flughafendaten abgeflossen, GTA VI lockt Malware an und DLSS 5 landet zu früh im Netz]]></title>
<description><![CDATA[Wer in der Kalenderwoche 35 nach Leaks gesucht hat, musste nicht besonders tief graben. Zwischen dem 24. und 30. August 2026 kamen gleich mehrere sehr unterschiedliche Fälle zusammen. Berlin bestätigte weitere Datenabflüsse aus dem Landesnetz und wird inzwischen erpresst, die Manchester Airports ...]]></description>
<link>https://tsecurity.de/de/3860709/malware-trojaner-viren/leakwatch-kw-352026-berlin-unter-erpressungsdruck-millionen-flughafendaten-abgeflossen-gta-vi-lockt-malware-an-und-dlss-5-landet-zu-frueh-im-netz/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860709/malware-trojaner-viren/leakwatch-kw-352026-berlin-unter-erpressungsdruck-millionen-flughafendaten-abgeflossen-gta-vi-lockt-malware-an-und-dlss-5-landet-zu-frueh-im-netz/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:03 +0200</pubDate>
<content:encoded><![CDATA[<p>Wer in der Kalenderwoche 35 nach Leaks gesucht hat, musste nicht besonders tief graben. Zwischen dem 24. und 30. August 2026 kamen gleich mehrere sehr unterschiedliche Fälle zusammen. Berlin bestätigte weitere Datenabflüsse aus dem Landesnetz und wird inzwischen erpresst, die Manchester Airports Group verlor Daten von rund 8,7 Millionen Kunden,... <a href="https://www.igorslab.de/leakwatch-kw-35-2026-waehrend-koeln-pixel-feiert-brennt-hinter-den-kulissen-weiter-das-internet/" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ehemaliger Medusa-Partner setzt auf neue Ransomware StormEncryptor - it-daily.net]]></title>
<description><![CDATA[Cybercrime · Datenschutz &amp; GRC · Identity &amp; Access Management · Mobile ... Cyber Crime Ransomware · Anzeige. KI, China. 29. August 2026. Was ... Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860708/malware-trojaner-viren/ehemaliger-medusa-partner-setzt-auf-neue-ransomware-stormencryptor-it-dailynet/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860708/malware-trojaner-viren/ehemaliger-medusa-partner-setzt-auf-neue-ransomware-stormencryptor-it-dailynet/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:02 +0200</pubDate>
<content:encoded><![CDATA[<p>Cybercrime · Datenschutz &amp;amp; GRC · Identity &amp;amp; Access Management · Mobile ... Cyber Crime Ransomware · Anzeige. KI, China. 29. August 2026. Was ... <a href="https://www.google.com/url?rct=j&amp;sa=t&amp;url=https://www.it-daily.net/it-sicherheit/cybercrime/ransomware-stormencryptor&amp;ct=ga&amp;cd=CAIyGWQwOWZmNTA1ZDc3ZWYwZTQ6ZGU6ZGU6REU&amp;usg=AOvVaw2u2ukI6sekylFqq5wshZ36" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[30 Bitcoin oder Leak – Ransomware-Bande erpresst Berlin | heise online]]></title>
<description><![CDATA[Die Gruppe „Rhysida“ will 30 Bitcoin von Berlin, oder vertrauliche Daten veröffentlichen. Die Stadt will nicht zahlen, sagte Kai Wegner. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860707/malware-trojaner-viren/30-bitcoin-oder-leak-ransomware-bande-erpresst-berlin-heise-online/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860707/malware-trojaner-viren/30-bitcoin-oder-leak-ransomware-bande-erpresst-berlin-heise-online/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:01 +0200</pubDate>
<content:encoded><![CDATA[<p>Die Gruppe „Rhysida“ will 30 Bitcoin von Berlin, oder vertrauliche Daten veröffentlichen. Die Stadt will nicht zahlen, sagte Kai Wegner. <a href="https://www.google.com/url?rct=j&amp;sa=t&amp;url=https://www.heise.de/news/30-Bitcoin-oder-Leak-Ransomware-Bande-erpresst-Berlin-11434325.html&amp;ct=ga&amp;cd=CAIyGWQwOWZmNTA1ZDc3ZWYwZTQ6ZGU6ZGU6REU&amp;usg=AOvVaw08h7epNeLv3rA382y1nRlL" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[cPanel, eine kritische Lücke verschafft einem Hosting-Kunden Root auf dem ganzen Server]]></title>
<description><![CDATA[28/08/2026 Cybersicherheit 10 Min. Lesezeit. Cybersicherheit cPanel cve-2026-65643 whm Sicherheitslücke rce Shared Hosting Domain Parking Root. Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860706/sicherheitsluecken/cpanel-eine-kritische-luecke-verschafft-einem-hosting-kunden-root-auf-dem-ganzen-server/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860706/sicherheitsluecken/cpanel-eine-kritische-luecke-verschafft-einem-hosting-kunden-root-auf-dem-ganzen-server/</guid>
<pubDate>Sun, 30 Aug 2026 07:21:00 +0200</pubDate>
<content:encoded><![CDATA[<p>28/08/2026 Cybersicherheit 10 Min. Lesezeit. Cybersicherheit cPanel cve-2026-65643 whm Sicherheitslücke rce Shared Hosting Domain Parking Root. <a href="https://www.google.com/url?rct=j&amp;sa=t&amp;url=https://pasqualepillitteri.it/de/news/13182/cpanel-cve-2026-65643-root-server-de&amp;ct=ga&amp;cd=CAIyGTViNmI2YzJlZTdlY2E1ZTI6ZGU6ZGU6REU&amp;usg=AOvVaw1Ux6ZeupgaT2DtzSMdcUaI" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI warnt vor KI-gestützten Cyberangriffen - Business Insider]]></title>
<description><![CDATA[zu sein, Cybersicherheit endlich als das Thema der nationalen Sicherheit zu behandeln, das sie ist. Der Brief erwähnte ausdrücklich die Möglichkeit, ... Weiterlesen]]></description>
<link>https://tsecurity.de/de/3860705/ai-nachrichten/openai-warnt-vor-ki-gestuetzten-cyberangriffen-business-insider/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3860705/ai-nachrichten/openai-warnt-vor-ki-gestuetzten-cyberangriffen-business-insider/</guid>
<pubDate>Sun, 30 Aug 2026 07:20:59 +0200</pubDate>
<content:encoded><![CDATA[<p>zu sein, Cybersicherheit endlich als das Thema der nationalen Sicherheit zu behandeln, das sie ist. Der Brief erwähnte ausdrücklich die Möglichkeit, ... <a href="https://www.google.com/url?rct=j&amp;sa=t&amp;url=https://www.businessinsider.de/wirtschaft/openai-warnt-vor-ki-gestuetzten-cyberangriffen/&amp;ct=ga&amp;cd=CAIyGTViNmI2YzJlZTdlY2E1ZTI6ZGU6ZGU6REU&amp;usg=AOvVaw3UmhO3f4CwQwicLHpTcNNz" target="_blank" rel="noopener nofollow">Weiterlesen</a></p>]]></content:encoded>
</item>
</channel>
</rss>
<!-- Generated in 0,23ms -->