<?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 - 📰 Alle Kategorien]]></title>
<link><![CDATA[https://tsecurity.de/export/rss/alle-kategorien.xml]]></link>
<description><![CDATA[Das Gesamte Cyber Threat Intelligence Feed-Archiv von TSecurity.de. Alle Nachrichten, Sicherheitsmeldungen, Videos, Downloads und Analysen in einer zentralen Übersicht.]]></description>
<language>de-DE</language>
<lastBuildDate>Sat, 08 Aug 2026 07:03:57 +0200</lastBuildDate>
<pubDate>Sat, 08 Aug 2026 07:03:57 +0200</pubDate>
<ttl>15</ttl>
<copyright>2026 tsecurity.de - 📰 Alle Kategorien</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 - 📰 Alle Kategorien]]></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[Rust preps improved borrow checker for stabilization]]></title>
<description><![CDATA[The Rust team has announced that it is enabling the Polonius Alpha borrow checker on nightly releases for testing. The team expects to fully stabilize Polonius Alpha later in the year. 



The announcement was made in a blog post on August 4. In the blog post, Rust team member Jack Huey said ther...]]></description>
<link>https://tsecurity.de/de/3711202/ai-nachrichten/rust-preps-improved-borrow-checker-for-stabilization/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711202/ai-nachrichten/rust-preps-improved-borrow-checker-for-stabilization/</guid>
<pubDate>Sat, 08 Aug 2026 06:40:21 +0200</pubDate>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">The Rust team has announced that it is enabling the Polonius Alpha borrow checker on nightly releases for testing. The team expects to fully stabilize Polonius Alpha later in the year. </p>



<p class="wp-block-paragraph">The announcement was made in a <a href="https://blog.rust-lang.org/2026/08/04/enabling-polonius-alpha-on-nightly/" data-type="link" data-id="https://blog.rust-lang.org/2026/08/04/enabling-polonius-alpha-on-nightly/">blog post on August 4</a>. In the blog post, Rust team member Jack Huey said there are no known remaining issues with Polonius Alpha and performance is generally acceptable for stabilization.</p>



<p class="wp-block-paragraph">Enabling the Polonius Alpha borrow checker on nightly for testing is being done to help find serious performance regressions, unsoundness in the formulation, and diagnostic issues that need to be improved, Huey said. Issues can be reported in <a href="https://github.com/rust-lang/rust/issues/160456">GitHub</a> or <a href="https://blog.rust-lang.org/2026/08/04/enabling-polonius-alpha-on-nightly/">Zulip.</a> </p>



<p class="wp-block-paragraph">Developers can disable Polonius Alpha and use the stable NLL borrow checker by passing <code>-Zpolonius=off</code> to <code>rustc</code> , using <code>RUSTFLAGS=-Zpolonius=off</code>, or including the following in a project’s <a href="https://doc.rust-lang.org/cargo/reference/config.html"><code>.cargo/config.toml</code></a> configuration file:</p>



<pre class="wp-block-code"><code>[target.x86_64-unknown-linux-gnu]
rustflags = ["-Zpolonius=off"]</code></pre>



<p class="wp-block-paragraph">The <a href="https://github.com/rust-lang/polonius" data-type="link" data-id="https://github.com/rust-lang/polonius">Polonius borrow checker</a> has been in the works since 2018. In 2023, <a href="https://smallcultfollowing.com/babysteps/series/polonius-revisited/">a new formulation</a> of a the Polonius borrow checker was proposed that required a minimal re-architecture of the existing <a href="https://rust-lang.github.io/rfcs/2094-nll.html">NLL</a> (non-lexical lifetime) implementation and could be extended to allow more sound code to compile, according to Huey. Stabilization of that implementation has been delayed until now. </p>



<p class="wp-block-paragraph">The borrow checker is a component of the Rust compiler that enforces strict rules on references, or borrowing. These include ensuring that all variables are initialized before they are used, that the same value isn’t moved twice, that a value isn’t moved while it is borrowed, that a place isn’t accessed while it is mutably borrowed (except through the reference), and that a place isn’t mutated while it is immutably borrowed, according to the <a href="https://rustc-dev-guide.rust-lang.org/borrow-check.html" data-type="link" data-id="https://rustc-dev-guide.rust-lang.org/borrow-check.html">Rust documentation</a>.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mistral AI Releases Shieldstral 1.0 3B: An Open-Weights Policy-Adaptive Multimodal Safety Classifier Matching Models 7× Its Size]]></title>
<description><![CDATA[Mistral AI has released Shieldstral 1.0 3B, an open-weights, policy-adaptive multimodal safety classifier that frames content moderation as a single yes/no question instead of a fixed harm taxonomy. Operators supply the policy as a plain-language query at inference time and get back a calibrated ...]]></description>
<link>https://tsecurity.de/de/3711201/ai-nachrichten/mistral-ai-releases-shieldstral-10-3b-an-open-weights-policy-adaptive-multimodal-safety-classifier-matching-models-7-its-size/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711201/ai-nachrichten/mistral-ai-releases-shieldstral-10-3b-an-open-weights-policy-adaptive-multimodal-safety-classifier-matching-models-7-its-size/</guid>
<pubDate>Sat, 08 Aug 2026 06:40:11 +0200</pubDate>
<content:encoded><![CDATA[<p>Mistral AI has released Shieldstral 1.0 3B, an open-weights, policy-adaptive multimodal safety classifier that frames content moderation as a single yes/no question instead of a fixed harm taxonomy. Operators supply the policy as a plain-language query at inference time and get back a calibrated safety score from one forward pass — no retraining required to re-target the model. Built on Ministral-3-3B-Base-2512 with a Pixtral vision encoder and trained on roughly 54.1M samples, it reports 84.9% average F1 on text safety (matching GPT-OSS-Safeguard-20B), 83.8% on multimodal safety, and 91.3% on Mistral's adaptability benchmark — while fitting in 16GB of VRAM under an Apache 2.0 license.</p>
<p>The post <a href="https://www.marktechpost.com/2026/08/07/mistral-ai-releases-shieldstral-1-0-3b/">Mistral AI Releases Shieldstral 1.0 3B: An Open-Weights Policy-Adaptive Multimodal Safety Classifier Matching Models 7× Its Size</a> appeared first on <a href="https://www.marktechpost.com/">MarkTechPost</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ChatGPT App Might Soon Get A Native WhatsApp Sticker Creator]]></title>
<description><![CDATA[Creating funny pictures to share with friends might soon become a lot easier. People use the ChatGPT app to generate custom images, but turning those images into messaging stickers takes too many steps. You have to save the picture, crop it, and use another tool to import it. A new report shows t...]]></description>
<link>https://tsecurity.de/de/3711188/ios-mac-os/chatgpt-app-might-soon-get-a-native-whatsapp-sticker-creator/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711188/ios-mac-os/chatgpt-app-might-soon-get-a-native-whatsapp-sticker-creator/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:53 +0200</pubDate>
<content:encoded><![CDATA[Creating funny pictures to share with friends might soon become a lot easier. People use the ChatGPT app to generate custom images, but turning those images into messaging stickers takes too many steps. You have to save the picture, crop it, and use another tool to import it. A new report shows that OpenAI is working on a built-in feature to export these designs directly into WhatsApp.



Hidden app code reveals a direct export tool for stickers



Android Authority found hidden details inside the latest version of the official ChatGPT application for Android. By looking at the unreleased code, they discovered a tool simply named ChatGPT Stickers. This setup allows users to make images using artificial intelligence and then send them straight to a messaging chat as a ready to use sticker pack.



According to the app data, you will need to generate at least three designs to create a pack. This rule actually comes from WhatsApp, which requires all sticker packs to have a minimum of three items and a maximum of thirty. If you try to send fewer than three, the transfer process will fail.



While the new code snippets mention exporting to other chat apps, the current focus seems limited to just one messaging platform. The company has not officially announced this feature, so we do not know when it will launch to the public. If it does roll out, it will save heavy AI users a ton of time. They will no longer need extra steps to share their daily picture creations with friends.]]></content:encoded>
</item>
<item>
<title><![CDATA[Rumor Says Apple Could Increase The iPhone 17 Price Next Week]]></title>
<description><![CDATA[People are mostly waiting for September to see what new phones cost, but a recent leak suggests Apple has different plans for its current lineup. According to a fresh rumor, the company might increase the cost of the iPhone 17 as soon as next week. This comes after it raised prices on several oth...]]></description>
<link>https://tsecurity.de/de/3711187/ios-mac-os/rumor-says-apple-could-increase-the-iphone-17-price-next-week/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711187/ios-mac-os/rumor-says-apple-could-increase-the-iphone-17-price-next-week/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:53 +0200</pubDate>
<content:encoded><![CDATA[People are mostly waiting for September to see what new phones cost, but a recent leak suggests Apple has different plans for its current lineup. According to a fresh rumor, the company might increase the cost of the iPhone 17 as soon as next week. This comes after it raised prices on several other products earlier this summer while leaving phones alone. Most buyers expected any changes to happen when the next generation launches next month.



A known leaker claims prices will rise on August 10



A Weibo leaker named Fixed Focus Digital posted that the price hike is scheduled for Monday, August 10. The source did not give specific reasons but noted that rumors are currently circulating about the change. This leaker has a decent track record of being well connected in the tech space, which gives the claim some weight.



Everyone expects the upcoming iPhone 18 Pro to launch with a higher price tag in September. However, raising the cost of a current model out of nowhere is a surprising move. It is still unclear if every model in the current lineup will see a bump or just a few specific versions.



If the company plans to keep the current phone generation on shelves through the end of the year, it might have decided there is simply no reason to wait. A mid-summer price adjustment could just be a new strategy to maximize revenue.



Either way, anyone planning to buy a new iPhone might want to grab one before the weekend is over to avoid paying more.]]></content:encoded>
</item>
<item>
<title><![CDATA[Claude Code Now Allows Multiple Sessions To Message Each Other]]></title>
<description><![CDATA[Anthropic recently released a highly useful feature for developers who run multiple terminal windows at once. The latest version of Claude Code allows different open sessions to send messages directly to one another. Users working on complex projects can now have the tool coordinate tasks across ...]]></description>
<link>https://tsecurity.de/de/3711186/ios-mac-os/claude-code-now-allows-multiple-sessions-to-message-each-other/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711186/ios-mac-os/claude-code-now-allows-multiple-sessions-to-message-each-other/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:53 +0200</pubDate>
<content:encoded><![CDATA[Anthropic recently released a highly useful feature for developers who run multiple terminal windows at once. The latest version of Claude Code allows different open sessions to send messages directly to one another. Users working on complex projects can now have the tool coordinate tasks across various active tabs without ever needing to manually copy and paste context between them on their macOS and Linux machines.



The feature sends summaries between windows to help coordinate tasks



Anthropic announced that this messaging system is available starting with version 2.1.224 of the software. Instead of moving your entire chat history or all your project files over to a new window, the tool sends a quick summary. The receiving window picks up the message mid-task and continues working. This saves you from having to re-explain your current status every time you open a new terminal.



The company shared a few specific ways this messaging tool comes in handy. It works well when you need to hand over a recent finding, coordinate parallel worktrees, or get a status update from a task that takes a long time to finish. You can even use it to send replies across different computers. You do not need to write the message yourself. You just provide the basic information you want to share, and the assistant handles the writing.



Even with this new communication ability, the software still respects security settings. You might be used to the strict permission controls on Apple computers, and this update does not bypass them. Cross-session messaging cannot approve permission requests or alter core configurations.



Commands sent between windows arrive as plain text. If a transferred message requires special access to execute a command, the receiving window will still pause and ask you for approval first.]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI Pauses Astra Software Release Over Severe Hacking Risks]]></title>
<description><![CDATA[The team at OpenAI just hit the brakes on its upcoming Astra project. The company announced it is pausing all activities related to this major new software because the technology has become far too dangerous. Astra demonstrated such advanced coding abilities during internal tests that the team co...]]></description>
<link>https://tsecurity.de/de/3711185/ios-mac-os/openai-pauses-astra-software-release-over-severe-hacking-risks/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711185/ios-mac-os/openai-pauses-astra-software-release-over-severe-hacking-risks/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:53 +0200</pubDate>
<content:encoded><![CDATA[The team at OpenAI just hit the brakes on its upcoming Astra project. The company announced it is pausing all activities related to this major new software because the technology has become far too dangerous. Astra demonstrated such advanced coding abilities during internal tests that the team could no longer ignore the severe cybersecurity risks.



As a result, the release is officially on hold while it implements stricter safety measures.



The software writes and executes dangerous code without human help



Internal evaluations revealed that Astra reached a critical threshold in its abilities. The software can now spot vulnerabilities and create functional zero-day exploits across hardened real-world systems. What makes this so alarming is that it can do all of this entirely on its own, devising novel cyberattack strategies without any human intervention.



This kind of power completely changes the landscape of artificial intelligence and security. The company noted that previous versions, like GPT-5.6 Sol, were only rated as high risk, even though they autonomously hacked Hugging Face during recent benchmark tests. Astra pushed past even those limits, triggering strict new guidelines within the internal preparedness framework.



Other tech companies are already feeling the pressure, with Apple recently limiting bug bounty submissions because testers are using these advanced tools to unearth too many vulnerabilities at once.



The company builds isolated testing environments to contain the threat



To handle the situation, the company is locking the project down. The development team is creating isolated testing environments that restrict network and tool access. They are adding sandboxed execution layers and deploying much heavier monitoring systems to keep the technology contained.



Work on the model will remain severely limited until all of these new safeguards are up and running. The company also plans to bring in government agencies and safety organizations to help test the software before it ever sees the public. While Astra recently solved incredibly difficult math problems for a mere two thousand dollars in AI compute costs, raw intelligence is clearly a double-edged sword.]]></content:encoded>
</item>
<item>
<title><![CDATA[New Camera AirPods May Launch Next Month With Helpful Vision Features]]></title>
<description><![CDATA[People hoping for an audio upgrade might not have to wait long. Rumors indicate that Apple is planning to announce new earbuds in September. This expected release lines up perfectly with the upcoming iPhone 18 Pro launch. While getting better sound quality is always a welcome change, the most int...]]></description>
<link>https://tsecurity.de/de/3711184/ios-mac-os/new-camera-airpods-may-launch-next-month-with-helpful-vision-features/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711184/ios-mac-os/new-camera-airpods-may-launch-next-month-with-helpful-vision-features/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:53 +0200</pubDate>
<content:encoded><![CDATA[People hoping for an audio upgrade might not have to wait long. Rumors indicate that Apple is planning to announce new earbuds in September. This expected release lines up perfectly with the upcoming iPhone 18 Pro launch. While getting better sound quality is always a welcome change, the most interesting update coming to these fresh earbuds is actually a set of tiny built in cameras.



Cameras let the earbuds read the physical world around you



Putting a camera on something that sits in your ear sounds strange at first. However, it makes perfect sense when you look at recent software updates. The upcoming iOS 27 release includes major upgrades to the standard accessibility tools on the phone.



These tools are designed to help blind and low vision users navigate the surroundings. When you pair that software with camera equipped AirPods, the earbuds can literally see what is in front of you. You can ask Siri to describe the room, read a sign, or identify objects in real time. This visual intelligence gives a standard listening device a serious new purpose.



The company continues turning audio gear into helpful health tools



The push toward accessibility fits perfectly with the overall strategy we have seen over the past few years. The tech giant has slowly transformed its wearable products into serious medical devices. It introduced hearing aid features in 2024 and then added heart rate sensors to the Pro model last year.



Expanding into vision health feels like the natural next step. The simple addition of a camera changes these earbuds from a basic music accessory into a daily necessity for many people. It takes a popular product and makes it genuinely life changing for those who need a little help seeing the world.]]></content:encoded>
</item>
<item>
<title><![CDATA[WhatsApp Makes Parent-Managed Accounts Easier To Set Up On iPhone]]></title>
<description><![CDATA[Setting up a safe chat space for your kids is about to get much simpler on your Apple smartphone. The popular messaging app WhatsApp is rolling out a brand new parental controls section inside its main settings menu for the iPhone. While the company launched parent-managed accounts earlier this s...]]></description>
<link>https://tsecurity.de/de/3711183/ios-mac-os/whatsapp-makes-parent-managed-accounts-easier-to-set-up-on-iphone/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711183/ios-mac-os/whatsapp-makes-parent-managed-accounts-easier-to-set-up-on-iphone/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:53 +0200</pubDate>
<content:encoded><![CDATA[Setting up a safe chat space for your kids is about to get much simpler on your Apple smartphone. The popular messaging app WhatsApp is rolling out a brand new parental controls section inside its main settings menu for the iPhone. While the company launched parent-managed accounts earlier this spring, many families never set them up because the feature was hidden. Now, discovering and linking a child's account is much more obvious for everyday users.



Parents scan a QR code to link a child account



When parents open the new parental controls menu on their device, the app shows a simple setup screen. The process requires them to have the child's phone nearby. They simply scan a QR code or accept an invite to connect the two devices. After accepting the invite, they finish the short setup process on the child's phone.



The company built this flow to be easy for anyone to understand without needing any technical skills. By placing this feature front and center in the iOS app settings, the company hopes more families will actually use the tools it created earlier this year. The setup process is currently rolling out to users on the latest App Store version.



The app removes restrictions when the child turns eighteen



During the initial setup, the app asks for the child's date of birth. This information stays completely private and is only used internally to manage the account. Based on the child's age, the app will restrict certain features that might not be right for younger users, such as public channels and status updates.



When the child eventually turns eighteen, the software tracks this date and automatically removes all the parental controls. The restricted features will unlock on their own. A parent does not need to go in and manually turn off the limits. The system handles the entire transition automatically so the young adult can use the full version of the app.]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple Expands Its MFi Hearing Device List With 43 New Models]]></title>
<description><![CDATA[The technology company Apple has updated its official list of supported Made for iPhone hearing devices. The recent update brings 43 new models from 22 different brands into the ecosystem. This addition pushes the total number of supported products to over 600. Users who rely on these tools can n...]]></description>
<link>https://tsecurity.de/de/3711182/ios-mac-os/apple-expands-its-mfi-hearing-device-list-with-43-new-models/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711182/ios-mac-os/apple-expands-its-mfi-hearing-device-list-with-43-new-models/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:53 +0200</pubDate>
<content:encoded><![CDATA[The technology company Apple has updated its official list of supported Made for iPhone hearing devices. The recent update brings 43 new models from 22 different brands into the ecosystem. This addition pushes the total number of supported products to over 600. Users who rely on these tools can now pair even more options directly with their devices to stream audio and talk hands-free.



The update brings hands free calling to many new models



The Made for iPhone program lets people connect their hearing aids directly to their phones and tablets. Depending on the specific model, the audio connection travels one way or both ways. Two way streaming lets users talk on a phone call without holding the phone, because the hearing aid itself picks up their voice. Most of the newly added models support this two way connection.



Here is the complete list of the new hearing devices added to the program:



BrandSupported ModelsAfflelouIncognito Edge AI, Incognito GS, Incognito OM AIAudibelA Series AI, Aris AI, Vitality AIAudigyAGXs Edge AIBellsonA1 X0BernafonA1 X0, EncantaGPLA1 X0MaicoA1 X0, Aligo XT XMakichieFX00MED-ELAudioStream Adapter, SONNET 3MediTrendSoniTon A1 X0MicroSomEdge AI, Intrigue AIMultisoundA1 X0NuEarEdge AI, NE Series AI, Nobel AIOticonEngage, Sage, SemperOuïeZenGS, OM, SK ED, SK EVPanasonicWH-C5, WH-R5RIONHB-A8, HI-C7SonicA1 X0SoundGearAMPStarkeyEdge AI, G Series AI, Omega AIWidexAllure ARRD1, Moment MRRLDYeasoundRIC700, RIC800



The company added compatibility for its latest portable computer



Along with the new hearing aid models, the tech giant updated the system requirements for computer users. The brand new MacBook Neo is now officially listed as a supported device for both one-way and two-way audio streaming. To use this feature, the laptop must be running the upcoming macOS Tahoe 26 software update.



This expanded support means more people can connect their daily health tools to their main work computers. By adding these 43 devices, the company continues to make its hardware easier to use for people who need hearing assistance.]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloudflare Launches Kitesurf Browser Exclusively For AI Agents]]></title>
<description><![CDATA[Cloudflare recently introduced a brand new web tool called Kitesurf. This cloud based software is a unique browser designed specifically for AI agents rather than human users. Most standard browsers contain hidden features that help people look at websites, but those same features slow down machi...]]></description>
<link>https://tsecurity.de/de/3711181/ios-mac-os/cloudflare-launches-kitesurf-browser-exclusively-for-ai-agents/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711181/ios-mac-os/cloudflare-launches-kitesurf-browser-exclusively-for-ai-agents/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:53 +0200</pubDate>
<content:encoded><![CDATA[Cloudflare recently introduced a brand new web tool called Kitesurf. This cloud based software is a unique browser designed specifically for AI agents rather than human users. Most standard browsers contain hidden features that help people look at websites, but those same features slow down machine programs. This new release helps developers build automated software that can browse the web and fill out forms without building custom browser tools from scratch.



Removes visual features to reduce computing costs and save memory



Typical browsers like Google Chrome use a large amount of memory to display themes, manage open tabs, and run extensions. Kitesurf strips all of those visual elements away because machines do not need them. Instead, it focuses purely on managing token costs and improving overall performance for artificial intelligence programs. By dropping this extra baggage, the new tool uses three to seven times less memory and processing power compared to standard browsers.



Developers can now capture screenshots or extract text with far fewer resources. The team built the project in just twelve weeks, and it is currently available for free during its beta period through the Browser Run platform.



Runs on a serverless network to handle automated web tasks



The entire system operates on the company's own serverless network, known as Workers. It supports common tools like Puppeteer and Playwright, which means developers can easily switch over without rewriting all their code. While it makes tasks faster and cheaper, the tool also faces different security challenges.



Because it feeds raw text directly to machine programs, it must stay on high alert for hidden prompt injection attacks found on malicious websites.]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Find and Fix RAM Leaks on Linux Desktops (2026)]]></title>
<description><![CDATA[Memory leaks turn fast Linux desktops into sluggish machines. This guide covers identifying suspect processes with htop and smem, tracking RSS growth over time, deep-diving memory maps with pmap, and fixing leaks in GNOME Shell, Firefox, Electron apps, and PipeWire.]]></description>
<link>https://tsecurity.de/de/3711180/linux-tipps/how-to-find-and-fix-ram-leaks-on-linux-desktops-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711180/linux-tipps/how-to-find-and-fix-ram-leaks-on-linux-desktops-2026/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:42 +0200</pubDate>
<content:encoded><![CDATA[Memory leaks turn fast Linux desktops into sluggish machines. This guide covers identifying suspect processes with htop and smem, tracking RSS growth over time, deep-diving memory maps with pmap, and fixing leaks in GNOME Shell, Firefox, Electron apps, and PipeWire.]]></content:encoded>
</item>
<item>
<title><![CDATA[is there a way to install linux on my old phone?]]></title>
<description><![CDATA[i want to turn my old phone into a server with linux as the OS because i dont use the ohone anymore. the phone is a vivo Y21 model V2111. is it possible or is it not?. im getting tired of free hosting services. if its possible please provide me a step hy steo guide. i never did this before    sub...]]></description>
<link>https://tsecurity.de/de/3711179/linux-tipps/is-there-a-way-to-install-linux-on-my-old-phone/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711179/linux-tipps/is-there-a-way-to-install-linux-on-my-old-phone/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:38 +0200</pubDate>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>i want to turn my old phone into a server with linux as the OS because i dont use the ohone anymore. the phone is a vivo Y21 model V2111. is it possible or is it not?. im getting tired of free hosting services. if its possible please provide me a step hy steo guide. i never did this before</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/LittleFrog-bigSword"> /u/LittleFrog-bigSword </a> <br> <span><a href="https://www.reddit.com/r/linux/comments/1vilx8i/is_there_a_way_to_install_linux_on_my_old_phone/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vilx8i/is_there_a_way_to_install_linux_on_my_old_phone/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dynamic Music Pill adds word-by-word lyrics highlighting]]></title>
<description><![CDATA[An updated version of Dynamic Music Pill, the GNOME Shell extension to put now playing track info and lyrics in your panel or dock with animated flourishes, is out. If you’re prone some desk-side crooning, Dynamic Music Pill v1.3.0 brings two new lyrics provider APIs, BetterLyrics and BiniLyrics,...]]></description>
<link>https://tsecurity.de/de/3711178/linux-tipps/dynamic-music-pill-adds-word-by-word-lyrics-highlighting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711178/linux-tipps/dynamic-music-pill-adds-word-by-word-lyrics-highlighting/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:37 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="406" height="232" src="https://i0.wp.com/www.omgubuntu.co.uk/wp-content/uploads/2026/08/dyamic-music-pill-lyrics.webp?resize=406%2C232&amp;ssl=1" class="attachment-post-list size-post-list wp-post-image" alt="Dynamic Music Pill extension showing track lyrics in pop over on Ubuntu Dock" decoding="async" fetchpriority="high" srcset="https://i0.wp.com/www.omgubuntu.co.uk/wp-content/uploads/2026/08/dyamic-music-pill-lyrics.webp?resize=350%2C200&amp;ssl=1 350w, https://i0.wp.com/www.omgubuntu.co.uk/wp-content/uploads/2026/08/dyamic-music-pill-lyrics.webp?resize=406%2C232&amp;ssl=1 406w, https://i0.wp.com/www.omgubuntu.co.uk/wp-content/uploads/2026/08/dyamic-music-pill-lyrics.webp?resize=840%2C480&amp;ssl=1 840w, https://i0.wp.com/www.omgubuntu.co.uk/wp-content/uploads/2026/08/dyamic-music-pill-lyrics.webp?zoom=3&amp;resize=406%2C232&amp;ssl=1 1218w" sizes="(max-width: 406px) 100vw, 406px">An updated version of Dynamic Music Pill, the GNOME Shell extension to put now playing track info and lyrics in your panel or dock with animated flourishes, is out. If you’re prone some desk-side crooning, Dynamic Music Pill v1.3.0 brings two new lyrics provider APIs, BetterLyrics and BiniLyrics, with TTML parsing to provide word-by-word karaoke-style highlighting. If there’s word-level synced lyrics for the track being played, the extension shows them in the applet controller (click on the album art inside of to access the lyrics view) or the panel, depending on how you’ve configured it: Dynamic Music Pill can show […]</p>
<p>You're reading <a href="https://www.omgubuntu.co.uk/2026/08/dynamic-music-pill-update-lyrics">Dynamic Music Pill adds word-by-word lyrics highlighting</a>, a blog post from <a href="https://www.omgubuntu.co.uk/">OMG! Ubuntu</a>. Do not reproduce elsewhere without permission.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenSearch Is Done Being Called "the Elasticsearch Fork"]]></title>
<description><![CDATA[An interview with Bianca Lewis of OpenSearch, conducted at Open Source Summit India.]]></description>
<link>https://tsecurity.de/de/3711177/unix-server/opensearch-is-done-being-called-the-elasticsearch-fork/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711177/unix-server/opensearch-is-done-being-called-the-elasticsearch-fork/</guid>
<pubDate>Sat, 08 Aug 2026 06:38:00 +0200</pubDate>
<content:encoded><![CDATA[An interview with Bianca Lewis of OpenSearch, conducted at Open Source Summit India.]]></content:encoded>
</item>
<item>
<title><![CDATA[Beliebte Samsung-Handys betroffen: Wer WhatsApp nutzt, muss gut aufpassen]]></title>
<description><![CDATA[Neues Software-Update für Galaxy-Handys bringt gleich zwei Probleme mit sich.]]></description>
<link>https://tsecurity.de/de/3711176/android-tipps/beliebte-samsung-handys-betroffen-wer-whatsapp-nutzt-muss-gut-aufpassen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711176/android-tipps/beliebte-samsung-handys-betroffen-wer-whatsapp-nutzt-muss-gut-aufpassen/</guid>
<pubDate>Sat, 08 Aug 2026 06:37:16 +0200</pubDate>
<content:encoded><![CDATA[Neues Software-Update für Galaxy-Handys bringt gleich zwei Probleme mit sich.]]></content:encoded>
</item>
<item>
<title><![CDATA[Dieses Ikea-Gadget für unter 60 Euro sorgt auf eurem Balkon für Sci-Fi-Feeling]]></title>
<description><![CDATA[Ikea hat etwas gebaut, das Smartphone-Nutzerinnen und -Nutzer positiv überrascht – und Design-Liebhaber direkt abholt.]]></description>
<link>https://tsecurity.de/de/3711175/android-tipps/dieses-ikea-gadget-fuer-unter-60-euro-sorgt-auf-eurem-balkon-fuer-sci-fi-feeling/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711175/android-tipps/dieses-ikea-gadget-fuer-unter-60-euro-sorgt-auf-eurem-balkon-fuer-sci-fi-feeling/</guid>
<pubDate>Sat, 08 Aug 2026 06:37:15 +0200</pubDate>
<content:encoded><![CDATA[Ikea hat etwas gebaut, das Smartphone-Nutzerinnen und -Nutzer positiv überrascht – und Design-Liebhaber direkt abholt.]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 11 users were right about Modern Standby, and Microsoft is fixing it with hibernation]]></title>
<description><![CDATA[Microsoft's new adaptive hibernate policy in Windows 11 Insider builds hibernates less above 80% battery for faster resumes, and sooner below 10% to protect what's left. It's part of a months-long effort to fix Modern Standby's overnight battery drain, alongside a new driver initiative.
The post ...]]></description>
<link>https://tsecurity.de/de/3711174/windows-tipps/windows-11-users-were-right-about-modern-standby-and-microsoft-is-fixing-it-with-hibernation/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711174/windows-tipps/windows-11-users-were-right-about-modern-standby-and-microsoft-is-fixing-it-with-hibernation/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:57 +0200</pubDate>
<content:encoded><![CDATA[<p>Microsoft's new adaptive hibernate policy in Windows 11 Insider builds hibernates less above 80% battery for faster resumes, and sooner below 10% to protect what's left. It's part of a months-long effort to fix Modern Standby's overnight battery drain, alongside a new driver initiative.</p>
<p>The post <a rel="nofollow" href="https://www.windowslatest.com/2026/08/08/windows-11-users-were-right-about-modern-standby-and-microsoft-is-fixing-it-with-hibernation/">Windows 11 users were right about Modern Standby, and Microsoft is fixing it with hibernation</a> appeared first on <a rel="nofollow" href="https://www.windowslatest.com/">Windows Latest</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-63764 | InternLM lmdeploy API Server image_url server-side request forgery]]></title>
<description><![CDATA[A vulnerability was found in InternLM lmdeploy. It has been declared as problematic. Impacted is an unknown function of the component API Server. The manipulation of the argument image_url results in server-side request forgery.

This vulnerability was named CVE-2026-63764. The attack may be perf...]]></description>
<link>https://tsecurity.de/de/3711173/sicherheitsluecken/cve-2026-63764-internlm-lmdeploy-api-server-imageurl-server-side-request-forgery/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711173/sicherheitsluecken/cve-2026-63764-internlm-lmdeploy-api-server-imageurl-server-side-request-forgery/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/internlm:lmdeploy">InternLM lmdeploy</a>. It has been declared as <a href="https://vuldb.com/kb/risk">problematic</a>. Impacted is an unknown function of the component <em>API Server</em>. The manipulation of the argument <em>image_url</em> results in server-side request forgery.

This vulnerability was named <a href="https://vuldb.com/cve/CVE-2026-63764">CVE-2026-63764</a>. The attack may be performed from remote. There is no available exploit.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-47687 | Fogproject up to 1.5.10.1832/1.6.0-beta.2312 Labels fogpage.class.php selectForm sysproduct cross site scripting]]></title>
<description><![CDATA[A vulnerability classified as problematic has been found in Fogproject up to 1.5.10.1832/1.6.0-beta.2312. This vulnerability affects the function selectForm of the file fogpage.class.php of the component Labels. The manipulation of the argument sysproduct leads to cross site scripting.

This vuln...]]></description>
<link>https://tsecurity.de/de/3711172/sicherheitsluecken/cve-2026-47687-fogproject-up-to-15101832160-beta2312-labels-fogpageclassphp-selectform-sysproduct-cross-site-scripting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711172/sicherheitsluecken/cve-2026-47687-fogproject-up-to-15101832160-beta2312-labels-fogpageclassphp-selectform-sysproduct-cross-site-scripting/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> has been found in <a href="https://vuldb.com/product/fogproject">Fogproject up to 1.5.10.1832/1.6.0-beta.2312</a>. This vulnerability affects the function <code>selectForm</code> of the file <em>fogpage.class.php</em> of the component <em>Labels</em>. The manipulation of the argument <em>sysproduct</em> leads to cross site scripting.

This vulnerability is referenced as <a href="https://vuldb.com/cve/CVE-2026-47687">CVE-2026-47687</a>. Remote exploitation of the attack is possible. No exploit is available.

It is recommended to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-56146 | Elastic Kibana up to 9.4.2 Configuration access control]]></title>
<description><![CDATA[A vulnerability was found in Elastic Kibana up to 9.4.2. It has been classified as critical. The affected element is an unknown function of the component Configuration. Performing a manipulation results in improper access controls.

This vulnerability is reported as CVE-2026-56146. The attack is ...]]></description>
<link>https://tsecurity.de/de/3711171/sicherheitsluecken/cve-2026-56146-elastic-kibana-up-to-942-configuration-access-control/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711171/sicherheitsluecken/cve-2026-56146-elastic-kibana-up-to-942-configuration-access-control/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/elastic:kibana">Elastic Kibana up to 9.4.2</a>. It has been classified as <a href="https://vuldb.com/kb/risk">critical</a>. The affected element is an unknown function of the component <em>Configuration</em>. Performing a manipulation results in improper access controls.

This vulnerability is reported as <a href="https://vuldb.com/cve/CVE-2026-56146">CVE-2026-56146</a>. The attack is possible to be carried out remotely. No exploit exists.

Upgrading the affected component is recommended.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-63136 | Elastic Elasticsearch up to 8.19.14/9.2.8/9.3.3 Search resource consumption]]></title>
<description><![CDATA[A vulnerability classified as problematic was found in Elastic Elasticsearch up to 8.19.14/9.2.8/9.3.3. Affected is an unknown function of the component Search Handler. The manipulation results in resource consumption.

This vulnerability is reported as CVE-2026-63136. The attack can be launched ...]]></description>
<link>https://tsecurity.de/de/3711170/sicherheitsluecken/cve-2026-63136-elastic-elasticsearch-up-to-81914928933-search-resource-consumption/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711170/sicherheitsluecken/cve-2026-63136-elastic-elasticsearch-up-to-81914928933-search-resource-consumption/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> was found in <a href="https://vuldb.com/product/elastic:elasticsearch">Elastic Elasticsearch up to 8.19.14/9.2.8/9.3.3</a>. Affected is an unknown function of the component <em>Search Handler</em>. The manipulation results in resource consumption.

This vulnerability is reported as <a href="https://vuldb.com/cve/CVE-2026-63136">CVE-2026-63136</a>. The attack can be launched remotely. No exploit exists.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-56147 | Elastic Kibana up to 8.19.17/9.3.6/9.4.2 File Access authorization]]></title>
<description><![CDATA[A vulnerability classified as critical has been found in Elastic Kibana up to 8.19.17/9.3.6/9.4.2. This impacts an unknown function of the component File Access. The manipulation leads to authorization bypass.

This vulnerability is documented as CVE-2026-56147. The attack can be initiated remote...]]></description>
<link>https://tsecurity.de/de/3711169/sicherheitsluecken/cve-2026-56147-elastic-kibana-up-to-81917936942-file-access-authorization/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711169/sicherheitsluecken/cve-2026-56147-elastic-kibana-up-to-81917936942-file-access-authorization/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">critical</a> has been found in <a href="https://vuldb.com/product/elastic:kibana">Elastic Kibana up to 8.19.17/9.3.6/9.4.2</a>. This impacts an unknown function of the component <em>File Access</em>. The manipulation leads to authorization bypass.

This vulnerability is documented as <a href="https://vuldb.com/cve/CVE-2026-56147">CVE-2026-56147</a>. The attack can be initiated remotely. There is not any exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-46923 | Oracle Public Sector Financials up to 12.2.15 improper authorization]]></title>
<description><![CDATA[A vulnerability marked as problematic has been reported in Oracle Public Sector Financials up to 12.2.15. Affected is an unknown function. Performing a manipulation results in improper authorization.

This vulnerability is known as CVE-2026-46923. Remote exploitation of the attack is possible. No...]]></description>
<link>https://tsecurity.de/de/3711168/sicherheitsluecken/cve-2026-46923-oracle-public-sector-financials-up-to-12215-improper-authorization/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711168/sicherheitsluecken/cve-2026-46923-oracle-public-sector-financials-up-to-12215-improper-authorization/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability marked as <a href="https://vuldb.com/kb/risk">problematic</a> has been reported in <a href="https://vuldb.com/product/oracle:public_sector_financials">Oracle Public Sector Financials up to 12.2.15</a>. Affected is an unknown function. Performing a manipulation results in improper authorization.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-46923">CVE-2026-46923</a>. Remote exploitation of the attack is possible. No exploit is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-21954 | Oracle Retail Xstore Point of Service 21.0.3 Xstore Mobile information disclosure]]></title>
<description><![CDATA[A vulnerability, which was classified as problematic, was found in Oracle Retail Xstore Point of Service 21.0.3. Affected by this issue is some unknown functionality of the component Xstore Mobile. The manipulation results in information disclosure.

This vulnerability is identified as CVE-2026-2...]]></description>
<link>https://tsecurity.de/de/3711167/sicherheitsluecken/cve-2026-21954-oracle-retail-xstore-point-of-service-2103-xstore-mobile-information-disclosure/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711167/sicherheitsluecken/cve-2026-21954-oracle-retail-xstore-point-of-service-2103-xstore-mobile-information-disclosure/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">problematic</a>, was found in <a href="https://vuldb.com/product/oracle:retail_xstore_point_of_service">Oracle Retail Xstore Point of Service 21.0.3</a>. Affected by this issue is some unknown functionality of the component <em>Xstore Mobile</em>. The manipulation results in information disclosure.

This vulnerability is identified as <a href="https://vuldb.com/cve/CVE-2026-21954">CVE-2026-21954</a>. The attack can be executed remotely. There is not any exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-21953 | Oracle Retail Xstore Point of Service 21.0.3 Xstore Mobile information disclosure]]></title>
<description><![CDATA[A vulnerability was found in Oracle Retail Xstore Point of Service 21.0.3 and classified as problematic. This vulnerability affects unknown code of the component Xstore Mobile. Such manipulation leads to information disclosure.

This vulnerability is listed as CVE-2026-21953. The attack may be pe...]]></description>
<link>https://tsecurity.de/de/3711166/sicherheitsluecken/cve-2026-21953-oracle-retail-xstore-point-of-service-2103-xstore-mobile-information-disclosure/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711166/sicherheitsluecken/cve-2026-21953-oracle-retail-xstore-point-of-service-2103-xstore-mobile-information-disclosure/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/oracle:retail_xstore_point_of_service">Oracle Retail Xstore Point of Service 21.0.3</a> and classified as <a href="https://vuldb.com/kb/risk">problematic</a>. This vulnerability affects unknown code of the component <em>Xstore Mobile</em>. Such manipulation leads to information disclosure.

This vulnerability is listed as <a href="https://vuldb.com/cve/CVE-2026-21953">CVE-2026-21953</a>. The attack may be performed from remote. There is no available exploit.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-63140 | Elastic Elasticsearch up to 8.19.18/9.3.7/9.4.3 Query Parsing assertion]]></title>
<description><![CDATA[A vulnerability labeled as critical has been found in Elastic Elasticsearch up to 8.19.18/9.3.7/9.4.3. The affected element is an unknown function of the component Query Parsing. The manipulation results in reachable assertion.

This vulnerability is known as CVE-2026-63140. It is possible to lau...]]></description>
<link>https://tsecurity.de/de/3711165/sicherheitsluecken/cve-2026-63140-elastic-elasticsearch-up-to-81918937943-query-parsing-assertion/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711165/sicherheitsluecken/cve-2026-63140-elastic-elasticsearch-up-to-81918937943-query-parsing-assertion/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability labeled as <a href="https://vuldb.com/kb/risk">critical</a> has been found in <a href="https://vuldb.com/product/elastic:elasticsearch">Elastic Elasticsearch up to 8.19.18/9.3.7/9.4.3</a>. The affected element is an unknown function of the component <em>Query Parsing</em>. The manipulation results in reachable assertion.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-63140">CVE-2026-63140</a>. It is possible to launch the attack remotely. No exploit is available.

The affected component should be upgraded.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-34316 | Oracle Commerce Service Center 11.4.0 privileges management]]></title>
<description><![CDATA[A vulnerability, which was classified as critical, has been found in Oracle Commerce Service Center 11.4.0. Affected by this vulnerability is an unknown functionality. The manipulation leads to improper privilege management.

This vulnerability is referenced as CVE-2026-34316. Remote exploitation...]]></description>
<link>https://tsecurity.de/de/3711164/sicherheitsluecken/cve-2026-34316-oracle-commerce-service-center-1140-privileges-management/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711164/sicherheitsluecken/cve-2026-34316-oracle-commerce-service-center-1140-privileges-management/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">critical</a>, has been found in <a href="https://vuldb.com/product/oracle:commerce_service_center">Oracle Commerce Service Center 11.4.0</a>. Affected by this vulnerability is an unknown functionality. The manipulation leads to improper privilege management.

This vulnerability is referenced as <a href="https://vuldb.com/cve/CVE-2026-34316">CVE-2026-34316</a>. Remote exploitation of the attack is possible. No exploit is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-47689 | Fogproject up to 1.6.0-beta.2312 Group Inventory tab fogpage.class.php buildRow sysproduct/sysserial cross site scripting]]></title>
<description><![CDATA[A vulnerability identified as problematic has been detected in Fogproject up to 1.6.0-beta.2312. This affects the function buildRow of the file fogpage.class.php of the component Group Inventory tab. Performing a manipulation of the argument sysproduct/sysserial results in cross site scripting.

...]]></description>
<link>https://tsecurity.de/de/3711163/sicherheitsluecken/cve-2026-47689-fogproject-up-to-160-beta2312-group-inventory-tab-fogpageclassphp-buildrow-sysproductsysserial-cross-site-scripting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711163/sicherheitsluecken/cve-2026-47689-fogproject-up-to-160-beta2312-group-inventory-tab-fogpageclassphp-buildrow-sysproductsysserial-cross-site-scripting/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:29 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability identified as <a href="https://vuldb.com/kb/risk">problematic</a> has been detected in <a href="https://vuldb.com/product/fogproject">Fogproject up to 1.6.0-beta.2312</a>. This affects the function <code>buildRow</code> of the file <em>fogpage.class.php</em> of the component <em>Group Inventory tab</em>. Performing a manipulation of the argument <em>sysproduct/sysserial</em> results in cross site scripting.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-47689">CVE-2026-47689</a>. Remote exploitation of the attack is possible. No exploit is available.

You should upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-47688 | Fogproject up to 1.6.0-beta.2312 FOGPage clearAES/clearPMTasks cross-site request forgery]]></title>
<description><![CDATA[A vulnerability, which was classified as problematic, has been found in Fogproject up to 1.6.0-beta.2312. This affects the function clearAES/clearPMTasks of the component FOGPage. Performing a manipulation results in cross-site request forgery.

This vulnerability is identified as CVE-2026-47688....]]></description>
<link>https://tsecurity.de/de/3711162/sicherheitsluecken/cve-2026-47688-fogproject-up-to-160-beta2312-fogpage-clearaesclearpmtasks-cross-site-request-forgery/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711162/sicherheitsluecken/cve-2026-47688-fogproject-up-to-160-beta2312-fogpage-clearaesclearpmtasks-cross-site-request-forgery/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">problematic</a>, has been found in <a href="https://vuldb.com/product/fogproject">Fogproject up to 1.6.0-beta.2312</a>. This affects the function <code>clearAES/clearPMTasks</code> of the component <em>FOGPage</em>. Performing a manipulation results in cross-site request forgery.

This vulnerability is identified as <a href="https://vuldb.com/cve/CVE-2026-47688">CVE-2026-47688</a>. The attack can be initiated remotely. There is not any exploit available.

It is advisable to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-63139 | Elastic Kibana prior 8.19.19/9.3.8/9.4.4 Canvas resource consumption]]></title>
<description><![CDATA[A vulnerability has been found in Elastic Kibana and classified as problematic. This affects an unknown part of the component Canvas. Performing a manipulation results in resource consumption.

This vulnerability is known as CVE-2026-63139. Remote exploitation of the attack is possible. No exploi...]]></description>
<link>https://tsecurity.de/de/3711161/sicherheitsluecken/cve-2026-63139-elastic-kibana-prior-81919938944-canvas-resource-consumption/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711161/sicherheitsluecken/cve-2026-63139-elastic-kibana-prior-81919938944-canvas-resource-consumption/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability has been found in <a href="https://vuldb.com/product/elastic:kibana">Elastic Kibana</a> and classified as <a href="https://vuldb.com/kb/risk">problematic</a>. This affects an unknown part of the component <em>Canvas</em>. Performing a manipulation results in resource consumption.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-63139">CVE-2026-63139</a>. Remote exploitation of the attack is possible. No exploit is available.

The affected component should be upgraded.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-47685 | Fogproject up to 1.5.10.1831/1.6.0-beta.2312 Inventory Service Endpoint /service/inventory.php Render cross site scripting]]></title>
<description><![CDATA[A vulnerability classified as problematic was found in Fogproject up to 1.5.10.1831/1.6.0-beta.2312. This issue affects the function Render of the file /service/inventory.php of the component Inventory Service Endpoint/Host Management Inventory Page. The manipulation results in cross site scripti...]]></description>
<link>https://tsecurity.de/de/3711160/sicherheitsluecken/cve-2026-47685-fogproject-up-to-15101831160-beta2312-inventory-service-endpoint-serviceinventoryphp-render-cross-site-scripting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711160/sicherheitsluecken/cve-2026-47685-fogproject-up-to-15101831160-beta2312-inventory-service-endpoint-serviceinventoryphp-render-cross-site-scripting/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> was found in <a href="https://vuldb.com/product/fogproject">Fogproject up to 1.5.10.1831/1.6.0-beta.2312</a>. This issue affects the function <code>Render</code> of the file <em>/service/inventory.php</em> of the component <em>Inventory Service Endpoint/Host Management Inventory Page</em>. The manipulation results in cross site scripting.

This vulnerability is identified as <a href="https://vuldb.com/cve/CVE-2026-47685">CVE-2026-47685</a>. The attack can be executed remotely. There is not any exploit available.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-8400 | IBM WebSphere Application Server 8.5/9.0 Orb deserialization (Nessus ID 333362)]]></title>
<description><![CDATA[A vulnerability was found in IBM WebSphere Application Server 8.5/9.0. It has been classified as critical. Affected by this vulnerability is an unknown functionality of the component Orb. Performing a manipulation results in deserialization.

This vulnerability is known as CVE-2026-8400. Remote e...]]></description>
<link>https://tsecurity.de/de/3711159/sicherheitsluecken/cve-2026-8400-ibm-websphere-application-server-8590-orb-deserialization-nessus-id-333362/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711159/sicherheitsluecken/cve-2026-8400-ibm-websphere-application-server-8590-orb-deserialization-nessus-id-333362/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/ibm:websphere_application_server">IBM WebSphere Application Server 8.5/9.0</a>. It has been classified as <a href="https://vuldb.com/kb/risk">critical</a>. Affected by this vulnerability is an unknown functionality of the component <em>Orb</em>. Performing a manipulation results in deserialization.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-8400">CVE-2026-8400</a>. Remote exploitation of the attack is possible. No exploit is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-71488 | thephpleague commonmark up to 2.8.x Autolink Extension resource consumption (Nessus ID 333359)]]></title>
<description><![CDATA[A vulnerability categorized as problematic has been discovered in thephpleague commonmark up to 2.8.x. Impacted is an unknown function of the component Autolink Extension. Executing a manipulation can lead to resource consumption.

This vulnerability is tracked as CVE-2026-71488. The attack can b...]]></description>
<link>https://tsecurity.de/de/3711158/sicherheitsluecken/cve-2026-71488-thephpleague-commonmark-up-to-28x-autolink-extension-resource-consumption-nessus-id-333359/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711158/sicherheitsluecken/cve-2026-71488-thephpleague-commonmark-up-to-28x-autolink-extension-resource-consumption-nessus-id-333359/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability categorized as <a href="https://vuldb.com/kb/risk">problematic</a> has been discovered in <a href="https://vuldb.com/product/thephpleague:commonmark">thephpleague commonmark up to 2.8.x</a>. Impacted is an unknown function of the component <em>Autolink Extension</em>. Executing a manipulation can lead to resource consumption.

This vulnerability is tracked as <a href="https://vuldb.com/cve/CVE-2026-71488">CVE-2026-71488</a>. The attack can be launched remotely. No exploit exists.

It is advisable to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-43629 | ggml-org llama.cpp up to b9058 KV Cache State Restore state_read_data heap-based overflow (Nessus ID 333361)]]></title>
<description><![CDATA[A vulnerability classified as problematic has been found in ggml-org llama.cpp up to b9058. Affected by this issue is the function state_read_data of the component KV Cache State Restore. Performing a manipulation results in heap-based buffer overflow.

This vulnerability is known as CVE-2026-436...]]></description>
<link>https://tsecurity.de/de/3711157/sicherheitsluecken/cve-2026-43629-ggml-org-llamacpp-up-to-b9058-kv-cache-state-restore-statereaddata-heap-based-overflow-nessus-id-333361/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711157/sicherheitsluecken/cve-2026-43629-ggml-org-llamacpp-up-to-b9058-kv-cache-state-restore-statereaddata-heap-based-overflow-nessus-id-333361/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> has been found in <a href="https://vuldb.com/product/ggml-org:llama">ggml-org llama.cpp up to b9058</a>. Affected by this issue is the function <code>state_read_data</code> of the component <em>KV Cache State Restore</em>. Performing a manipulation results in heap-based buffer overflow.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-43629">CVE-2026-43629</a>. Attacking locally is a requirement. No exploit is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-16441 | Eclipse OpenJ9 up to 0.7.x/0.59.x Class File behavioral workflow (Nessus ID 333358)]]></title>
<description><![CDATA[A vulnerability was found in Eclipse OpenJ9 up to 0.7.x/0.59.x. It has been declared as critical. This impacts an unknown function of the component Class File. Executing a manipulation can lead to enforcement of behavioral workflow.

This vulnerability is handled as CVE-2026-16441. The attack can...]]></description>
<link>https://tsecurity.de/de/3711156/sicherheitsluecken/cve-2026-16441-eclipse-openj9-up-to-07x059x-class-file-behavioral-workflow-nessus-id-333358/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711156/sicherheitsluecken/cve-2026-16441-eclipse-openj9-up-to-07x059x-class-file-behavioral-workflow-nessus-id-333358/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/eclipse:openj9">Eclipse OpenJ9 up to 0.7.x/0.59.x</a>. It has been declared as <a href="https://vuldb.com/kb/risk">critical</a>. This impacts an unknown function of the component <em>Class File</em>. Executing a manipulation can lead to enforcement of behavioral workflow.

This vulnerability is handled as <a href="https://vuldb.com/cve/CVE-2026-16441">CVE-2026-16441</a>. The attack can be executed remotely. There is not any exploit available.

It is recommended to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-16439 | Eclipse OpenJ9 up to 0.7.x/0.59.x Xtrace buffer overflow (Nessus ID 333360)]]></title>
<description><![CDATA[A vulnerability, which was classified as critical, has been found in Eclipse OpenJ9 up to 0.7.x/0.59.x. Affected by this issue is some unknown functionality of the component Xtrace. Performing a manipulation results in buffer overflow.

This vulnerability is reported as CVE-2026-16439. The attack...]]></description>
<link>https://tsecurity.de/de/3711155/sicherheitsluecken/cve-2026-16439-eclipse-openj9-up-to-07x059x-xtrace-buffer-overflow-nessus-id-333360/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711155/sicherheitsluecken/cve-2026-16439-eclipse-openj9-up-to-07x059x-xtrace-buffer-overflow-nessus-id-333360/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">critical</a>, has been found in <a href="https://vuldb.com/product/eclipse:openj9">Eclipse OpenJ9 up to 0.7.x/0.59.x</a>. Affected by this issue is some unknown functionality of the component <em>Xtrace</em>. Performing a manipulation results in buffer overflow.

This vulnerability is reported as <a href="https://vuldb.com/cve/CVE-2026-16439">CVE-2026-16439</a>. The attack is possible to be carried out remotely. No exploit exists.

It is advisable to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-67422 | facelessuser pymdown-extensions up to 11.0.0 caret/tilde/betterem/magiclink markdown.markdown incorrect regex (Nessus ID 333354)]]></title>
<description><![CDATA[A vulnerability was found in facelessuser pymdown-extensions up to 11.0.0. It has been rated as problematic. Affected is the function markdown.markdown of the component caret/tilde/betterem/magiclink. This manipulation causes incorrect regular expression.

The identification of this vulnerability...]]></description>
<link>https://tsecurity.de/de/3711154/sicherheitsluecken/cve-2026-67422-facelessuser-pymdown-extensions-up-to-1100-carettildebetteremmagiclink-markdownmarkdown-incorrect-regex-nessus-id-333354/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711154/sicherheitsluecken/cve-2026-67422-facelessuser-pymdown-extensions-up-to-1100-carettildebetteremmagiclink-markdownmarkdown-incorrect-regex-nessus-id-333354/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/facelessuser:pymdown-extensions">facelessuser pymdown-extensions up to 11.0.0</a>. It has been rated as <a href="https://vuldb.com/kb/risk">problematic</a>. Affected is the function <code>markdown.markdown</code> of the component <em>caret/tilde/betterem/magiclink</em>. This manipulation causes incorrect regular expression.

The identification of this vulnerability is <a href="https://vuldb.com/cve/CVE-2026-67422">CVE-2026-67422</a>. It is possible to initiate the attack remotely. There is no exploit available.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-43630 | ggml-org llama.cpp up to 0.17.1 Recurrent Memory State Restore Path out-of-bounds (Nessus ID 333355)]]></title>
<description><![CDATA[A vulnerability was found in ggml-org llama.cpp up to 0.17.1 and classified as problematic. The affected element is an unknown function of the component Recurrent Memory State Restore Path. Such manipulation leads to out-of-bounds read.

This vulnerability is referenced as CVE-2026-43630. It is p...]]></description>
<link>https://tsecurity.de/de/3711153/sicherheitsluecken/cve-2026-43630-ggml-org-llamacpp-up-to-0171-recurrent-memory-state-restore-path-out-of-bounds-nessus-id-333355/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711153/sicherheitsluecken/cve-2026-43630-ggml-org-llamacpp-up-to-0171-recurrent-memory-state-restore-path-out-of-bounds-nessus-id-333355/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/ggml-org:llama">ggml-org llama.cpp up to 0.17.1</a> and classified as <a href="https://vuldb.com/kb/risk">problematic</a>. The affected element is an unknown function of the component <em>Recurrent Memory State Restore Path</em>. Such manipulation leads to out-of-bounds read.

This vulnerability is referenced as <a href="https://vuldb.com/cve/CVE-2026-43630">CVE-2026-43630</a>. It is possible to launch the attack remotely. No exploit is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-43632 | ggml-org llama.cpp up to b9060 llama-server use after free (Nessus ID 333356)]]></title>
<description><![CDATA[A vulnerability classified as critical was found in ggml-org llama.cpp up to b9060. This affects an unknown part of the component llama-server. Executing a manipulation can lead to use after free.

This vulnerability is handled as CVE-2026-43632. The attack can be executed remotely. There is not ...]]></description>
<link>https://tsecurity.de/de/3711152/sicherheitsluecken/cve-2026-43632-ggml-org-llamacpp-up-to-b9060-llama-server-use-after-free-nessus-id-333356/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711152/sicherheitsluecken/cve-2026-43632-ggml-org-llamacpp-up-to-b9060-llama-server-use-after-free-nessus-id-333356/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">critical</a> was found in <a href="https://vuldb.com/product/ggml-org:llama">ggml-org llama.cpp up to b9060</a>. This affects an unknown part of the component <em>llama-server</em>. Executing a manipulation can lead to use after free.

This vulnerability is handled as <a href="https://vuldb.com/cve/CVE-2026-43632">CVE-2026-43632</a>. The attack can be executed remotely. There is not any exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-16243 | Eclipse OMR up to 0.11 arraycmp SIMD implementation out-of-bounds (Nessus ID 333357)]]></title>
<description><![CDATA[A vulnerability classified as critical was found in Eclipse OMR up to 0.11. This vulnerability affects unknown code of the component arraycmp SIMD implementation. Executing a manipulation can lead to out-of-bounds read.

This vulnerability is registered as CVE-2026-16243. It is possible to launch...]]></description>
<link>https://tsecurity.de/de/3711151/sicherheitsluecken/cve-2026-16243-eclipse-omr-up-to-011-arraycmp-simd-implementation-out-of-bounds-nessus-id-333357/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711151/sicherheitsluecken/cve-2026-16243-eclipse-omr-up-to-011-arraycmp-simd-implementation-out-of-bounds-nessus-id-333357/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:28 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">critical</a> was found in <a href="https://vuldb.com/product/eclipse:omr">Eclipse OMR up to 0.11</a>. This vulnerability affects unknown code of the component <em>arraycmp SIMD implementation</em>. Executing a manipulation can lead to out-of-bounds read.

This vulnerability is registered as <a href="https://vuldb.com/cve/CVE-2026-16243">CVE-2026-16243</a>. It is possible to launch the attack remotely. No exploit is available.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-43628 | ggml-org llama.cpp DRY sampler dry_allowed_length integer underflow (Nessus ID 333353)]]></title>
<description><![CDATA[A vulnerability has been found in ggml-org llama.cpp and classified as critical. Impacted is an unknown function of the component DRY sampler. This manipulation of the argument dry_allowed_length causes integer underflow.

The identification of this vulnerability is CVE-2026-43628. It is possible...]]></description>
<link>https://tsecurity.de/de/3711150/sicherheitsluecken/cve-2026-43628-ggml-org-llamacpp-dry-sampler-dryallowedlength-integer-underflow-nessus-id-333353/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711150/sicherheitsluecken/cve-2026-43628-ggml-org-llamacpp-dry-sampler-dryallowedlength-integer-underflow-nessus-id-333353/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:27 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability has been found in <a href="https://vuldb.com/product/ggml-org:llama">ggml-org llama.cpp</a> and classified as <a href="https://vuldb.com/kb/risk">critical</a>. Impacted is an unknown function of the component <em>DRY sampler</em>. This manipulation of the argument <em>dry_allowed_length</em> causes integer underflow.

The identification of this vulnerability is <a href="https://vuldb.com/cve/CVE-2026-43628">CVE-2026-43628</a>. It is possible to initiate the attack remotely. There is no exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-64653 | GitHub gh up to 2.96.x cross site scripting (Nessus ID 333352)]]></title>
<description><![CDATA[A vulnerability, which was classified as problematic, has been found in GitHub gh up to 2.96.x. The impacted element is an unknown function. Performing a manipulation results in basic cross site scripting.

This vulnerability is reported as CVE-2026-64653. The attack is possible to be carried out...]]></description>
<link>https://tsecurity.de/de/3711149/sicherheitsluecken/cve-2026-64653-github-gh-up-to-296x-cross-site-scripting-nessus-id-333352/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711149/sicherheitsluecken/cve-2026-64653-github-gh-up-to-296x-cross-site-scripting-nessus-id-333352/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:27 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">problematic</a>, has been found in <a href="https://vuldb.com/product/github:gh">GitHub gh up to 2.96.x</a>. The impacted element is an unknown function. Performing a manipulation results in basic cross site scripting.

This vulnerability is reported as <a href="https://vuldb.com/cve/CVE-2026-64653">CVE-2026-64653</a>. The attack is possible to be carried out remotely. No exploit exists.

It is advisable to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-71478 | PHP League Commonmark up to 2.8.3 AttributesExtension input validation (Nessus ID 333351)]]></title>
<description><![CDATA[A vulnerability, which was classified as critical, has been found in PHP League Commonmark up to 2.8.3. This affects an unknown part of the component AttributesExtension. Performing a manipulation results in improper input validation.

This vulnerability is identified as CVE-2026-71478. The attac...]]></description>
<link>https://tsecurity.de/de/3711148/sicherheitsluecken/cve-2026-71478-php-league-commonmark-up-to-283-attributesextension-input-validation-nessus-id-333351/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711148/sicherheitsluecken/cve-2026-71478-php-league-commonmark-up-to-283-attributesextension-input-validation-nessus-id-333351/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:27 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">critical</a>, has been found in <a href="https://vuldb.com/product/php_league:commonmark">PHP League Commonmark up to 2.8.3</a>. This affects an unknown part of the component <em>AttributesExtension</em>. Performing a manipulation results in improper input validation.

This vulnerability is identified as <a href="https://vuldb.com/cve/CVE-2026-71478">CVE-2026-71478</a>. The attack can be initiated remotely. There is not any exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-18487 | GNOME Epiphany clickjacking (Nessus ID 333350)]]></title>
<description><![CDATA[A vulnerability categorized as problematic has been discovered in GNOME Epiphany. The affected element is an unknown function. Such manipulation leads to clickjacking.

This vulnerability is traded as CVE-2026-18487. The attack may be launched remotely. There is no exploit available.]]></description>
<link>https://tsecurity.de/de/3711147/sicherheitsluecken/cve-2026-18487-gnome-epiphany-clickjacking-nessus-id-333350/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711147/sicherheitsluecken/cve-2026-18487-gnome-epiphany-clickjacking-nessus-id-333350/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:27 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability categorized as <a href="https://vuldb.com/kb/risk">problematic</a> has been discovered in <a href="https://vuldb.com/product/gnome:epiphany">GNOME Epiphany</a>. The affected element is an unknown function. Such manipulation leads to clickjacking.

This vulnerability is traded as <a href="https://vuldb.com/cve/CVE-2026-18487">CVE-2026-18487</a>. The attack may be launched remotely. There is no exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-64652 | GitHub CLI up to 2.96.x information disclosure (Nessus ID 333349)]]></title>
<description><![CDATA[A vulnerability was found in GitHub CLI up to 2.96.x. It has been rated as problematic. This affects an unknown part. Performing a manipulation results in information disclosure.

This vulnerability was named CVE-2026-64652. The attack may be initiated remotely. There is no available exploit.

Up...]]></description>
<link>https://tsecurity.de/de/3711146/sicherheitsluecken/cve-2026-64652-github-cli-up-to-296x-information-disclosure-nessus-id-333349/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711146/sicherheitsluecken/cve-2026-64652-github-cli-up-to-296x-information-disclosure-nessus-id-333349/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:27 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/github:cli">GitHub CLI up to 2.96.x</a>. It has been rated as <a href="https://vuldb.com/kb/risk">problematic</a>. This affects an unknown part. Performing a manipulation results in information disclosure.

This vulnerability was named <a href="https://vuldb.com/cve/CVE-2026-64652">CVE-2026-64652</a>. The attack may be initiated remotely. There is no available exploit.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2023-52846 | Linux Kernel up to 6.6.1 hsr prp_create_tagged_frame use after free (Nessus ID 207729)]]></title>
<description><![CDATA[A vulnerability marked as critical has been reported in Linux Kernel up to 5.10.200/5.15.138/6.1.62/6.5.11/6.6.1. Impacted is the function prp_create_tagged_frame of the component hsr. This manipulation causes use after free.

This vulnerability appears as CVE-2023-52846. The attacker needs to be...]]></description>
<link>https://tsecurity.de/de/3711145/sicherheitsluecken/cve-2023-52846-linux-kernel-up-to-661-hsr-prpcreatetaggedframe-use-after-free-nessus-id-207729/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711145/sicherheitsluecken/cve-2023-52846-linux-kernel-up-to-661-hsr-prpcreatetaggedframe-use-after-free-nessus-id-207729/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:27 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability marked as <a href="https://vuldb.com/kb/risk">critical</a> has been reported in <a href="https://vuldb.com/product/linux:kernel">Linux Kernel up to 5.10.200/5.15.138/6.1.62/6.5.11/6.6.1</a>. Impacted is the function <code>prp_create_tagged_frame</code> of the component <em>hsr</em>. This manipulation causes use after free.

This vulnerability appears as <a href="https://vuldb.com/cve/CVE-2023-52846">CVE-2023-52846</a>. The attacker needs to be present on the local network. There is no available exploit.

It is suggested to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2023-52845 | Linux Kernel up to 6.6.1 tipc lib/string.c strstr buffer overflow (Nessus ID 235071)]]></title>
<description><![CDATA[A vulnerability has been found in Linux Kernel up to 6.6.1 and classified as critical. The impacted element is the function strstr in the library lib/string.c of the component tipc. Performing a manipulation results in buffer overflow.

This vulnerability is cataloged as CVE-2023-52845. The attac...]]></description>
<link>https://tsecurity.de/de/3711144/sicherheitsluecken/cve-2023-52845-linux-kernel-up-to-661-tipc-libstringc-strstr-buffer-overflow-nessus-id-235071/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711144/sicherheitsluecken/cve-2023-52845-linux-kernel-up-to-661-tipc-libstringc-strstr-buffer-overflow-nessus-id-235071/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:27 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability has been found in <a href="https://vuldb.com/product/linux:kernel">Linux Kernel up to 6.6.1</a> and classified as <a href="https://vuldb.com/kb/risk">critical</a>. The impacted element is the function <code>strstr</code> in the library <em>lib/string.c</em> of the component <em>tipc</em>. Performing a manipulation results in buffer overflow.

This vulnerability is cataloged as <a href="https://vuldb.com/cve/CVE-2023-52845">CVE-2023-52845</a>. The attack must originate from the local network. There is no exploit available.

The affected component should be upgraded.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2023-52864 | Linux Kernel up to 6.6.1 wmi_char_open memory corruption (Nessus ID 207689 / WID-SEC-2025-1293)]]></title>
<description><![CDATA[A vulnerability, which was classified as critical, was found in Linux Kernel up to 6.6.1. This vulnerability affects the function wmi_char_open. The manipulation results in memory corruption.

This vulnerability is cataloged as CVE-2023-52864. The attack must originate from the local network. The...]]></description>
<link>https://tsecurity.de/de/3711143/sicherheitsluecken/cve-2023-52864-linux-kernel-up-to-661-wmicharopen-memory-corruption-nessus-id-207689-wid-sec-2025-1293/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711143/sicherheitsluecken/cve-2023-52864-linux-kernel-up-to-661-wmicharopen-memory-corruption-nessus-id-207689-wid-sec-2025-1293/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:27 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">critical</a>, was found in <a href="https://vuldb.com/product/linux:kernel">Linux Kernel up to 6.6.1</a>. This vulnerability affects the function <code>wmi_char_open</code>. The manipulation results in memory corruption.

This vulnerability is cataloged as <a href="https://vuldb.com/cve/CVE-2023-52864">CVE-2023-52864</a>. The attack must originate from the local network. There is no exploit available.

You should upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[LockBit 5.0 Linux Malware Analysis: ChaCha20 + Curve25519 Offline Encryption, strace Evasion & IOCs | Netacoding]]></title>
<description><![CDATA[submitted by    /u/Pale_Surround_3924   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711142/malware-trojaner-viren/lockbit-50-linux-malware-analysis-chacha20-curve25519-offline-encryption-strace-evasion-iocs-netacoding/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711142/malware-trojaner-viren/lockbit-50-linux-malware-analysis-chacha20-curve25519-offline-encryption-strace-evasion-iocs-netacoding/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:21 +0200</pubDate>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/Pale_Surround_3924"> /u/Pale_Surround_3924 </a> <br> <span><a href="https://netacoding.com/posts/lockbit5-analysis/">[link]</a></span>   <span><a href="https://www.reddit.com/r/MalwareAnalysis/comments/1vilgde/lockbit_50_linux_malware_analysis_chacha20/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hacker testen neue Quantenkommunikation | Ostthuringer Zeitung (Schleiz) | PressReader]]></title>
<description><![CDATA[Jena. Zwei Tage lang war Jena ein Ort für legale Angriffe: Rund zwanzig Teilnehmende versuchten beim „Quantum Hackathon“im Fraunhofer-Institut für ...]]></description>
<link>https://tsecurity.de/de/3711141/hacking/hacker-testen-neue-quantenkommunikation-ostthuringer-zeitung-schleiz-pressreader/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711141/hacking/hacker-testen-neue-quantenkommunikation-ostthuringer-zeitung-schleiz-pressreader/</guid>
<pubDate>Sat, 08 Aug 2026 06:36:10 +0200</pubDate>
<content:encoded><![CDATA[Jena. Zwei Tage lang war Jena ein Ort für legale Angriffe: Rund zwanzig Teilnehmende versuchten beim „Quantum Hackathon“im Fraunhofer-Institut für ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Researchers report unauthorized AI behavior.]]></title>
<description><![CDATA[Vishing attacks target hedge funds. CISA warns of cyberattacks targeting PLCs in the water sector.]]></description>
<link>https://tsecurity.de/de/3711140/it-security-nachrichten/researchers-report-unauthorized-ai-behavior/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711140/it-security-nachrichten/researchers-report-unauthorized-ai-behavior/</guid>
<pubDate>Sat, 08 Aug 2026 06:35:01 +0200</pubDate>
<content:encoded><![CDATA[Vishing attacks target hedge funds. CISA warns of cyberattacks targeting PLCs in the water sector.]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI Slows Down New Astra Model Development to Measure Cybersecurity Capabilities]]></title>
<description><![CDATA[OpenAI has announced that it is deliberately slowing the development of Astra, its upcoming frontier AI model, after internal evaluations revealed advancements in agentic coding and cybersecurity that could push the system into “Critical” risk territory. The company said it made the decision afte...]]></description>
<link>https://tsecurity.de/de/3711139/it-security-nachrichten/openai-slows-down-new-astra-model-development-to-measure-cybersecurity-capabilities/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711139/it-security-nachrichten/openai-slows-down-new-astra-model-development-to-measure-cybersecurity-capabilities/</guid>
<pubDate>Sat, 08 Aug 2026 06:35:01 +0200</pubDate>
<content:encoded><![CDATA[<p>OpenAI has announced that it is deliberately slowing the development of Astra, its upcoming frontier AI model, after internal evaluations revealed advancements in agentic coding and cybersecurity that could push the system into “Critical” risk territory. The company said it made the decision after reviewing results from recent internal testing alongside external expert assessments, concluding […]</p>
<p>The post <a href="https://cybersecuritynews.com/openai-slows-down-new-astra-model/">OpenAI Slows Down New Astra Model Development to Measure Cybersecurity Capabilities</a> appeared first on <a href="https://cybersecuritynews.com/">Cyber Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[WordPress XSS2Shell Flaw Lets Unauthenticated Attackers Gain Remote Code Execution]]></title>
<description><![CDATA[A newly disclosed CVE-2026-64638, a pre-authentication cross-site scripting flaw in WordPress Core’s login screen that can be chained into full server-side remote code execution, earning a CVSS score of 8.9 and the codename XSS2Shell. PwnAI Research found that inserting a space between an opening...]]></description>
<link>https://tsecurity.de/de/3711138/it-security-nachrichten/wordpress-xss2shell-flaw-lets-unauthenticated-attackers-gain-remote-code-execution/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711138/it-security-nachrichten/wordpress-xss2shell-flaw-lets-unauthenticated-attackers-gain-remote-code-execution/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:37 +0200</pubDate>
<content:encoded><![CDATA[<p>A newly disclosed CVE-2026-64638, a pre-authentication cross-site scripting flaw in WordPress Core’s login screen that can be chained into full server-side remote code execution, earning a CVSS score of 8.9 and the codename XSS2Shell. PwnAI Research found that inserting a space between an opening angle bracket and a tag name (e.g., &lt; area) causes PHP’s […]</p>
<p>The post <a href="https://cyberpress.org/wordpress-xss2shell-flaw-lets-unauthenticated-attackers-gain-remote-code-execution/">WordPress XSS2Shell Flaw Lets Unauthenticated Attackers Gain Remote Code Execution</a> appeared first on <a href="https://cyberpress.org/">Cyber Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[SCTPhantom Linux Kernel Flaw Lets Local Attackers Gain Root and Escape Containers]]></title>
<description><![CDATA[A newly disclosed Linux kernel vulnerability, dubbed SCTPhantom, allows local attackers to escalate privileges to root and break out of containers by exploiting an 18-year-old flaw in SCTP’s Dynamic Address Reconfiguration (ASCONF) code. The bug, tracked as CVE-2026-64564, carries a CVSS v4.0 bas...]]></description>
<link>https://tsecurity.de/de/3711137/it-security-nachrichten/sctphantom-linux-kernel-flaw-lets-local-attackers-gain-root-and-escape-containers/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711137/it-security-nachrichten/sctphantom-linux-kernel-flaw-lets-local-attackers-gain-root-and-escape-containers/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:37 +0200</pubDate>
<content:encoded><![CDATA[<p>A newly disclosed Linux kernel vulnerability, dubbed SCTPhantom, allows local attackers to escalate privileges to root and break out of containers by exploiting an 18-year-old flaw in SCTP’s Dynamic Address Reconfiguration (ASCONF) code. The bug, tracked as CVE-2026-64564, carries a CVSS v4.0 base score of 8.5 (High) and has been fixed upstream via kernel commit […]</p>
<p>The post <a href="https://cyberpress.org/sctphantom-linux-kernel-flaw/">SCTPhantom Linux Kernel Flaw Lets Local Attackers Gain Root and Escape Containers</a> appeared first on <a href="https://cyberpress.org/">Cyber Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Critical macOS Screen Sharing Flaw Enables Pre-Auth RCE and Root File Access]]></title>
<description><![CDATA[Apple has issued emergency macOS updates for a critical Screen Sharing vulnerability, CVE-2026-65400, that can enable unauthenticated attackers to execute code remotely and access files with root-level privileges. The flaw affects systems running the Screen Sharing service and is especially dange...]]></description>
<link>https://tsecurity.de/de/3711136/it-security-nachrichten/critical-macos-screen-sharing-flaw-enables-pre-auth-rce-and-root-file-access/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711136/it-security-nachrichten/critical-macos-screen-sharing-flaw-enables-pre-auth-rce-and-root-file-access/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:37 +0200</pubDate>
<content:encoded><![CDATA[<p>Apple has issued emergency macOS updates for a critical Screen Sharing vulnerability, CVE-2026-65400, that can enable unauthenticated attackers to execute code remotely and access files with root-level privileges. The flaw affects systems running the Screen Sharing service and is especially dangerous when that service is exposed to the public internet. Apple’s August 6 releases macOS […]</p>
<p>The post <a href="https://cyberpress.org/critical-macos-screen-sharing-flaw/">Critical macOS Screen Sharing Flaw Enables Pre-Auth RCE and Root File Access</a> appeared first on <a href="https://cyberpress.org/">Cyber Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Podcast: Ausgegoogelt? Ecosia startet eignen Suchindex in Deutschland]]></title>
<description><![CDATA[Der Beitrag Podcast: Ausgegoogelt? Ecosia startet eignen Suchindex in Deutschland erschien zuerst beim Online-Magazin BASIC thinking. Über unseren Newsletter UPDATE startest du jeden Morgen bestens informiert in den Tag.
BREAK/THE WEEK ist dein wöchentlicher Tech-Talk von BASIC thinking, der dich...]]></description>
<link>https://tsecurity.de/de/3711135/it-security-nachrichten/podcast-ausgegoogelt-ecosia-startet-eignen-suchindex-in-deutschland/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711135/it-security-nachrichten/podcast-ausgegoogelt-ecosia-startet-eignen-suchindex-in-deutschland/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:20 +0200</pubDate>
<content:encoded><![CDATA[<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/07/btw-014/">Podcast: Ausgegoogelt? Ecosia startet eignen Suchindex in Deutschland</a> erschien zuerst beim Online-Magazin <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Über <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a> startest du jeden Morgen bestens informiert in den Tag.</p>
<p>BREAK/THE WEEK ist dein wöchentlicher Tech-Talk von BASIC thinking, der dich hinter die Kulissen der Tech-Welt nimmt. In dieser Ausgabe diskutieren wir über den europäischen Suchindex von Ecosia, einen Hacker-Hype rund um KI und Stand der Digitalisierung in Deutschland. Die Themen dieser Ausgabe: KI erkennt psychische Erkrankungen bei Kindern frühzeitig durch Sprachanalyse KI-Hacking bei OpenAI, […]</p>
<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/07/btw-014/">Podcast: Ausgegoogelt? Ecosia startet eignen Suchindex in Deutschland</a> erschien zuerst auf <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Folge uns auch auf <a href="https://news.google.com/publications/CAAqMggKIixDQklTR3dnTWFoY0tGV0poYzJsamRHaHBibXRwYm1jdVpHVXZZbXh2WnlnQVAB" target="_blank">Google News</a> und <a href="https://flipboard.com/@BASICthinking" target="_blank">Flipboard</a> oder abonniere <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Propan-Wärmepumpen für Mehrfamilienhäuser: Fraunhofer entwickelt 3 Geräte]]></title>
<description><![CDATA[Der Beitrag Propan-Wärmepumpen für Mehrfamilienhäuser: Fraunhofer entwickelt 3 Geräte erschien zuerst beim Online-Magazin BASIC thinking. Über unseren Newsletter UPDATE startest du jeden Morgen bestens informiert in den Tag.
Fast drei Viertel aller Wohnungen in Deutschland werden noch mit Gas ode...]]></description>
<link>https://tsecurity.de/de/3711134/it-security-nachrichten/propan-waermepumpen-fuer-mehrfamilienhaeuser-fraunhofer-entwickelt-3-geraete/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711134/it-security-nachrichten/propan-waermepumpen-fuer-mehrfamilienhaeuser-fraunhofer-entwickelt-3-geraete/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:20 +0200</pubDate>
<content:encoded><![CDATA[<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/07/waermepumpe-mehrfamilienhaus/">Propan-Wärmepumpen für Mehrfamilienhäuser: Fraunhofer entwickelt 3 Geräte</a> erschien zuerst beim Online-Magazin <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Über <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a> startest du jeden Morgen bestens informiert in den Tag.</p>
<p>Fast drei Viertel aller Wohnungen in Deutschland werden noch mit Gas oder Öl beheizt. Wärmepumpen kommen bislang vor allem in Einfamilienhäusern zum Einsatz. Das Fraunhofer ISE hat jetzt Lösungen für ein bislang schwieriges Feld entwickelt: Wärmepumpen für Mehrfamilienhäuser. Beim Heizen ist Deutschland nach wie vor stark von fossilen Energieträgern abhängig. Zahlen des Bundesverbands der Energie- […]</p>
<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/07/waermepumpe-mehrfamilienhaus/">Propan-Wärmepumpen für Mehrfamilienhäuser: Fraunhofer entwickelt 3 Geräte</a> erschien zuerst auf <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Folge uns auch auf <a href="https://news.google.com/publications/CAAqMggKIixDQklTR3dnTWFoY0tGV0poYzJsamRHaHBibXRwYm1jdVpHVXZZbXh2WnlnQVAB" target="_blank">Google News</a> und <a href="https://flipboard.com/@BASICthinking" target="_blank">Flipboard</a> oder abonniere <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Das sind die besten Kfz-Versicherungen in Deutschland]]></title>
<description><![CDATA[Der Beitrag Das sind die besten Kfz-Versicherungen in Deutschland erschien zuerst beim Online-Magazin BASIC thinking. Über unseren Newsletter UPDATE startest du jeden Morgen bestens informiert in den Tag.
Autofahren wird immer teurer. Neben den Kosten für den Treibstoff und die Fahrzeuge selbst b...]]></description>
<link>https://tsecurity.de/de/3711133/it-security-nachrichten/das-sind-die-besten-kfz-versicherungen-in-deutschland/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711133/it-security-nachrichten/das-sind-die-besten-kfz-versicherungen-in-deutschland/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:20 +0200</pubDate>
<content:encoded><![CDATA[<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/07/besten-kfz-versicherungen-deutschland-2026/">Das sind die besten Kfz-Versicherungen in Deutschland</a> erschien zuerst beim Online-Magazin <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Über <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a> startest du jeden Morgen bestens informiert in den Tag.</p>
<p>Autofahren wird immer teurer. Neben den Kosten für den Treibstoff und die Fahrzeuge selbst betrifft das auch die Versicherungsbeiträge. Allerdings ist der günstigste Tarif nicht automatisch der beste. Wir klären in diesem Artikel, welche Kfz-Versicherungen bei den Kunden am besten abschneiden. Bei den Kfz-Versicherungen gibt es deutlich größere Unterschiede als bei vielen anderen Versicherungen. Häufig […]</p>
<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/07/besten-kfz-versicherungen-deutschland-2026/">Das sind die besten Kfz-Versicherungen in Deutschland</a> erschien zuerst auf <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Folge uns auch auf <a href="https://news.google.com/publications/CAAqMggKIixDQklTR3dnTWFoY0tGV0poYzJsamRHaHBibXRwYm1jdVpHVXZZbXh2WnlnQVAB" target="_blank">Google News</a> und <a href="https://flipboard.com/@BASICthinking" target="_blank">Flipboard</a> oder abonniere <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Klamotten mit QR-Code: Berliner Firma will Fast Fashion umkrempeln]]></title>
<description><![CDATA[Der Beitrag Klamotten mit QR-Code: Berliner Firma will Fast Fashion umkrempeln erschien zuerst beim Online-Magazin BASIC thinking. Über unseren Newsletter UPDATE startest du jeden Morgen bestens informiert in den Tag.
In der Serie „Start-up-Check!“ nehmen wir regelmäßig die Geschäftsmodelle von S...]]></description>
<link>https://tsecurity.de/de/3711132/it-security-nachrichten/klamotten-mit-qr-code-berliner-firma-will-fast-fashion-umkrempeln/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711132/it-security-nachrichten/klamotten-mit-qr-code-berliner-firma-will-fast-fashion-umkrempeln/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:20 +0200</pubDate>
<content:encoded><![CDATA[<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/08/circular-fashion/">Klamotten mit QR-Code: Berliner Firma will Fast Fashion umkrempeln</a> erschien zuerst beim Online-Magazin <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Über <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a> startest du jeden Morgen bestens informiert in den Tag.</p>
<p>In der Serie „Start-up-Check!“ nehmen wir regelmäßig die Geschäftsmodelle von Start-ups unter die Lupe. Was steckt hinter dem Unternehmen? Was macht das Start-up so besonders und was gibt es zu kritisieren? Heute: circular.fashion. Start-ups: Das klingt nach Erfindergeist, Zukunftstechnologien, neuen Märkten. Doch in der Realität erweisen sich viele der Neugründungen leider oft als eine Mischung […]</p>
<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/08/circular-fashion/">Klamotten mit QR-Code: Berliner Firma will Fast Fashion umkrempeln</a> erschien zuerst auf <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Folge uns auch auf <a href="https://news.google.com/publications/CAAqMggKIixDQklTR3dnTWFoY0tGV0poYzJsamRHaHBibXRwYm1jdVpHVXZZbXh2WnlnQVAB" target="_blank">Google News</a> und <a href="https://flipboard.com/@BASICthinking" target="_blank">Flipboard</a> oder abonniere <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Smartphone-Mythen: Glauben Sie nicht diesen 5 hartnäckigen Irrtümern]]></title>
<description><![CDATA[Rob Woodcock/Shutterstock.com



Smartphone-Mythen halten sich hartnäckig, weil sie oft einen wahren Kern haben oder aus einer Zeit stammen, in der sie tatsächlich zutrafen. Seither hat sich die Technik jedoch weiterentwickelt. Die Gefahr: Wer an überholten Annahmen festhält, trifft falsche Entsc...]]></description>
<link>https://tsecurity.de/de/3711131/it-security-nachrichten/smartphone-mythen-glauben-sie-nicht-diesen-5-hartnaeckigen-irrtuemern/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711131/it-security-nachrichten/smartphone-mythen-glauben-sie-nicht-diesen-5-hartnaeckigen-irrtuemern/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:03 +0200</pubDate>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-06-um-14.44.41.png?w=1024" alt="Smartphone" class="wp-image-4206153" width="1024" height="580" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Rob Woodcock/Shutterstock.com</p></div>



<p class="wp-block-paragraph">Smartphone-Mythen halten sich hartnäckig, weil sie oft einen wahren Kern haben oder aus einer Zeit stammen, in der sie tatsächlich zutrafen. Seither hat sich die Technik jedoch weiterentwickelt. Die Gefahr: Wer an überholten Annahmen festhält, trifft falsche Entscheidungen – etwa bei der Update-Installation oder der App-Auswahl.</p>



<h2 class="wp-block-heading">Mythos 1: Drittanbieter-Appstores enthalten Viren</h2>



<p class="wp-block-paragraph">Normalerweise laden sich Android-Nutzer ihre Apps aus dem <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">Google Play Store</a>. Es gibt jedoch auch gute Gründe für alternative Appstores: beispielsweise, weil eine App bei Google nicht mehr verfügbar ist oder nur in einer Version, die das eigene Mobilgerät nicht unterstützt.</p>



<p class="wp-block-paragraph">Auch Nutzer mit Smartphones, die aus politischen Gründen keinen Zugang zum Google Play Store haben, sind auf alternative App-Quellen angewiesen. Allerdings haftet an Drittanbieter-Stores gerne mal der Makel, dass man sich bei der Installation Malware einfängt (<a href="https://www.pcwelt.de/article/1159200/anti-malware-fuer-android-im-test-2.html" target="_blank">Test: Die besten Antivirus-Programme für Android</a>).</p>



<p class="wp-block-paragraph">Dies ist jedoch nur zum Teil wahr. Denn neben zweifellos existierenden dubiosen Quellen gibt es auch zahlreiche alternative Appstores, die sehr viel Wert auf Sicherheit legen.</p>



<p class="wp-block-paragraph">Der wohl bekannteste alternative Appstore ist <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">F-Droid</a>. Er bietet ausschließlich freie und unter Open-Source-Lizenz verfügbare Apps an, deren Installer direkt vom F-Droid-Server generiert werden. Alle Apps sind dementsprechend von F-Droid signiert, was für ihre Sicherheit garantieren soll.</p>



<p class="wp-block-paragraph">Bei <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">Aptoide</a> finden sich dagegen auch Anwendungen, die nicht quelloffen sind, sowie kostenpflichtige Apps. Aptoide bezeichnet sich selbst als „Community-orientiert“: So kann jeder Nutzer seinen eigenen Appstore erstellen und verwalten sowie eigene Apps darin hochladen. Aptoide dient dabei als Paketmanager, der alle angebotenen Apps auch auf Viren prüft.</p>



<p class="wp-block-paragraph"><a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">APK Pure</a> ist dagegen vor allem auf Spiele spezialisiert. Er ist dank seines üppigen Angebots und der lebhaften Community interessant.</p>



<p class="wp-block-paragraph">Jeder Store hat dabei eine eigene App, die Sie als APK-Datei über die Store-Webseite beziehen. Zum Installieren müssen Sie der verwendeten App – also Browser oder Dateimanager – über die Einstellungen die nötige Berechtigung für das „Installieren unbekannter Apps“ erteilen. Legen Sie dazu den Schalter auf „Dieser Quelle vertrauen“ um. Wird Ihnen das Menü nicht gleich angezeigt, finden Sie die Option auch unter „Apps – Spezieller App-Zugriff &gt; Installieren unbekannter Apps“. Gleiches wiederholen Sie dann für die Store-Apps.</p>



<p class="wp-block-paragraph"><br>Smartphone-Mythen halten sich hartnäckig, weil sie oft einen wahren Kern haben oder aus einer Zeit stammen, in der sie tatsächlich zutrafen. Seither hat sich die Technik jedoch weiterentwickelt. Die Gefahr: Wer an überholten Annahmen festhält, trifft falsche Entscheidungen – etwa bei der Update-Installation oder der App-Auswahl.</p>



<h2 class="wp-block-heading">Mythos 1: Drittanbieter-Appstores enthalten Viren</h2>



<p class="wp-block-paragraph">Normalerweise laden sich Android-Nutzer ihre Apps aus dem <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">Google Play Store</a>. Es gibt jedoch auch gute Gründe für alternative Appstores: beispielsweise, weil eine App bei Google nicht mehr verfügbar ist oder nur in einer Version, die das eigene Mobilgerät nicht unterstützt.</p>



<p class="wp-block-paragraph">Auch Nutzer mit Smartphones, die aus politischen Gründen keinen Zugang zum Google Play Store haben, sind auf alternative App-Quellen angewiesen. Allerdings haftet an Drittanbieter-Stores gerne mal der Makel, dass man sich bei der Installation Malware einfängt (<a href="https://www.pcwelt.de/article/1159200/anti-malware-fuer-android-im-test-2.html" target="_blank">Test: Die besten Antivirus-Programme für Android</a>).</p>



<p class="wp-block-paragraph">Dies ist jedoch nur zum Teil wahr. Denn neben zweifellos existierenden dubiosen Quellen gibt es auch zahlreiche alternative Appstores, die sehr viel Wert auf Sicherheit legen.</p>



<p class="wp-block-paragraph">Der wohl bekannteste alternative Appstore ist <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">F-Droid</a>. Er bietet ausschließlich freie und unter Open-Source-Lizenz verfügbare Apps an, deren Installer direkt vom F-Droid-Server generiert werden. Alle Apps sind dementsprechend von F-Droid signiert, was für ihre Sicherheit garantieren soll.</p>



<p class="wp-block-paragraph">Bei <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">Aptoide</a> finden sich dagegen auch Anwendungen, die nicht quelloffen sind, sowie kostenpflichtige Apps. Aptoide bezeichnet sich selbst als „Community-orientiert“: So kann jeder Nutzer seinen eigenen Appstore erstellen und verwalten sowie eigene Apps darin hochladen. Aptoide dient dabei als Paketmanager, der alle angebotenen Apps auch auf Viren prüft<a href="https://www.pcwelt.de/article/3177497/windows-10-bekommt-ein-weiteres-jahr-lang-updates-sensation.html" target="_blank"></a><a href="https://www.pcwelt.de/article/2662242/so-werfen-sie-fremde-geraete-aus-ihrem-wlan.html" target="_blank"></a><a href="https://www.pcwelt.de/article/2659174/nie-mehr-usb-sticks-verwenden-das-sind-klar-bessere-alternativen-fuer-das-speichern-von-allen-ihren-daten.html" target="_blank"></a></p>



<p class="wp-block-paragraph"><a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">APK Pure</a> ist dagegen vor allem auf Spiele spezialisiert. Er ist dank seines üppigen Angebots und der lebhaften Community interessant.</p>



<p class="wp-block-paragraph">Jeder Store hat dabei eine eigene App, die Sie als APK-Datei über die Store-Webseite beziehen. Zum Installieren müssen Sie der verwendeten App – also Browser oder Dateimanager – über die Einstellungen die nötige Berechtigung für das „Installieren unbekannter Apps“ erteilen. Legen Sie dazu den Schalter auf „Dieser Quelle vertrauen“ um. Wird Ihnen das Menü nicht gleich angezeigt, finden Sie die Option auch unter „Apps – Spezieller App-Zugriff &gt; Installieren unbekannter Apps“. Gleiches wiederholen Sie dann für die Store-Apps.</p>



<p class="wp-block-paragraph">Und genau hier liegt der Grund für das Vorurteil der virenverseuchten Drittanbieter-Appstores: Die Erlaubnis zum Installieren unbekannter Apps bietet auch Hackern ein Einfalltor auf Ihr Smartphone. Daher sollten Sie sie sehr bedacht erteilen und gegebenenfalls nach der gewünschten Installation gleich wieder entziehen.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-06-um-14.45.11.png?w=1024" alt="Sideloads von APK-Dateien" class="wp-image-4206156" width="1024" height="458" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Google macht Sideloads von APK-Dateien komplizierter: So müssen Sie einmalig mehrere Bestätigungs- und Authentifikationsroutinen durchlaufen und anschließend 24 Stunden warten, um Software von nicht-zertifizierten Entwicklern zu installieren.</figcaption></figure><p class="imageCredit">Verena Ottmann</p></div>



<p class="wp-block-paragraph">Übrigens werden die sogenannten Sideloads, also das Installieren von APK-Dateien außerhalb des Play Stores, künftig nicht mehr so einfach möglich sein. So will Google den „Advanced Flow“ einführen, eine einmalige Sicherheitsmaßnahme für Apps von nicht-verifizierten Entwicklern. Er sieht vor, dass Nutzer zuerst die Entwickleroptionen aktivieren, dann bestätigen müssen, dass Sie nicht beeinflusst werden.</p>



<p class="wp-block-paragraph">Anschließend startet das Mobilgerät neu, und der Nutzer muss sich anmelden, um einen missbräuchlichen Fernzugriff auszuschließen. Nach 24 Stunden ist der Download dann nach einer erneuten Authentifikation möglich. Diese Freischaltung lässt sich für sieben Tage oder unbegrenzt einrichten.</p>



<h2 class="wp-block-heading">Mythos 2: WLAN und Bluetooth als Einfallstor für Hacker</h2>



<p class="wp-block-paragraph">Über WLAN und Bluetooth am Handy denkt man im Alltag eher selten nach. Beide Funktionen sind fast immer aktiviert, egal ob zuhause oder unterwegs. <a href="https://www.pcwelt.de/article/3010709/europaeische-sicherheitsbehoerde-raet-schalten-sie-diese-handy-funktion-unbedingt-aus.html" target="_blank">Aber können sich Hacker eigentlich per WLAN und Bluetooth Zugriff auf Ihr Smartphone verschaffen, wie immer wieder behauptet wird?</a></p>



<p class="wp-block-paragraph">Grundsätzlich birgt eine aktive WLAN-Funktion mehrere Nachteile beziehungsweise Risiken: Die sogenannte MAC-Adresse (Media-Access-Control-Adresse), die Ihr Smartphone eindeutig identifiziert, wird zur WLAN-Suche kontinuierlich ausgesendet, was einerseits auf Kosten des Akkus geht. Andererseits kann das ein Gerät auch angreifbar machen, wenn beispielsweise ein Hacker einen Fake-Hotspot betreibt, mit dem sich Ihr Handy verbindet. Deaktivieren Sie für diesen Fall am besten den automatischen Verbindungsaufbau in den WLAN-Einstellungen (<a href="https://www.pcwelt.de/article/2394778/wlan-handy-unbedingt-ausschalten-warnung.html" target="_blank">Warnung: WLAN am Handy unbedingt in dieser Situation ausschalten)</a>.</p>



<p class="wp-block-paragraph">Eine weitere potenzielle Gefahr stellt die Liste der gespeicherten WLAN-Netzwerke dar, die Hinweise auf Ihren Standort geben kann. Viele WLANs weltweit sind in sogenannten Standortdatenbanken erfasst. Diese Daten werden unter anderem genutzt, um Geräte auch ohne GPS schneller zu lokalisieren. Ist der Name eines WLAN-Netzwerks eindeutig oder individuell gewählt, lässt sich dessen ungefähre Position teilweise geografisch zuordnen (<a href="https://www.pcwelt.de/article/2561667/wlan-handy-unterwegs-unbedingt-immer-abschalten-das-sind-die-gruende-dafuer-warnung.html" target="_blank">Deshalb sollten Sie WLAN am Handy unterwegs unbedingt deaktivieren</a>).</p>



<p class="wp-block-paragraph">Gelangen Angreifer an die Liste gespeicherter WLANs, können sie die Namen mit solchen Datenbanken abgleichen. Enthält ein Netzwerkname etwa Hinweise auf eine Adresse, einen Familiennamen oder einen Ort, sind Rückschlüsse auf persönliche Aufenthaltsorte (im Extremfall sogar auf den Wohnort) möglich. Bereinigen Sie also regelmäßig die Liste.</p>



<p class="wp-block-paragraph">Auch eine aktivierte Bluetooth-Funktion am Smartphone lässt sich von Hackern missbrauchen, allerdings müssen sie sich dazu in der Nähe befinden: Bluetooth erlaubt bei Idealbedingungen eine maximale Entfernung von bis zu 240 Metern, in der Praxis jedoch eher 50 Meter. Auch ist die Verbindung in der Regel mit einer PIN geschützt. Um sich dennoch gegen Hacker zu schützen, sollten Sie niemals Anfragen von Bluetooth-Geräten annehmen, die Sie nicht kennen. Löschen Sie außerdem regelmäßig alte Verbindungen.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-06-um-14.45.34.png?w=444" alt="WLAN" class="wp-image-4206159" width="444" height="1024" sizes="auto, (max-width: 444px) 100vw, 444px"><figcaption class="wp-element-caption">Ein Smartphone mit ständig aktivem WLAN kann Hackern als Einfallstor dienen. Besonders vorsichtig sollten Sie aber mit WLAN-Tethering sein. Lassen Sie, falls möglich, den Namen nicht anzeigen, und deaktivieren Sie den Hotspot, sobald er nicht mehr gebraucht wird.</figcaption></figure><p class="imageCredit">Verena Ottmann</p></div>



<p class="wp-block-paragraph">Übrigens: Seien Sie besonders vorsichtig, wenn Sie einen WLAN- oder Bluetooth-Hotspot zur Verfügung stellen (Tethering). Falls möglich, lassen Sie den Netznamens nicht öffentlich anzeigen, und vergessen Sie nicht, den Hotspot wieder auszuschalten, wenn er nicht mehr gebraucht wird.</p>



<h2 class="wp-block-heading">Mythos 3: Öffentliche WLAN-Hotspots sind gefährlich</h2>



<p class="wp-block-paragraph">Wie bereits im vorigen Abschnitt beschrieben, kann eine ständig eingeschaltete WLAN-Funktion Angriffsfläche für Hacker bieten. Das trifft natürlich auch auf öffentliche WLAN-Hotspots zu. Dennoch lässt sich nicht pauschal davon abraten, einen öffentlichen WLAN-Hotspot zu nutzen.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-06-um-14.45.40.png?w=444" alt="WLAN-Hotspot" class="wp-image-4206161" width="444" height="1024" sizes="auto, (max-width: 444px) 100vw, 444px"><figcaption class="wp-element-caption">In öffentlichen WLANs empfiehlt sich aus Sicherheitsgründen der Einsatz einer VPN-Verbindung. Sie verschlüsselt den Datenverkehr und leitet ihn über spezielle Server. Android bringt bereits einen VPN-Dienst mit, Sie können aber auch andere Anbieter verwenden.</figcaption></figure><p class="imageCredit">Verena Ottmann</p></div>



<p class="wp-block-paragraph">Manchmal ist es einfach nötig, sich am Bahnhof, am Flughafen, im Café oder im Zug mit dem angebotenen, meist kostenlosen WLAN zu verbinden. Das Stichwort lautet dann jedoch: VPN. Bei einer VPN-Verbindung wird der Datenverkehr zwischen Mobilgerät und WLAN-Hotspot verschlüsselt und über spezielle Server geleitet, sodass er vor Hackern geschützt ist. Empfehlenswerte VPN-Dienste sind etwa <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">NordVPN</a>, <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">Surfshark</a>, <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">Cyberghost</a> oder <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">ProtonVPN</a>. Sie aktivieren den gewählten Dienst über die dazugehörige App oder in den Android-Einstellungen über „Netzwerk &amp; Sicherheit &gt; VPN“.</p>



<h2 class="wp-block-heading">Mythos 4: Alte Android-Versionen sind unsicher</h2>



<p class="wp-block-paragraph">Laut einer <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">Hochrechnung von Statcounter</a> hatten im Mai 2026 noch knapp 54 Prozent aller Android-Mobilgeräte weltweit Android 14 oder älter als Betriebssystem installiert – mehr als die Hälfte aller Geräte verwendet also ein mindestens drei Jahre altes Betriebssystem. Das hat zur Folge, dass die betreffenden Smartphones wichtige Sicherheitsfunktionen nicht bekommen und anfällig für Hackerangriffe sind.</p>



<p class="wp-block-paragraph">Beispielsweise wurde in Android 15 ein Diebstahlschutz eingebaut, der das Gerät automatisch sperrt, sowie ein „Private Space“, der Apps und Daten getrennt vom restlichen System ausführt. Android 16 bietet flexiblere Zugriffsrechte auf Bilder und den Identity Check per Biometrie, und in Android 17 wird unter anderem der App-Zugriff auf die Kontakte eingeschränkt. Es lässt sich also definitiv sagen, dass ein veraltetes Betriebssystem ein Sicherheitsrisiko ist.</p>



<p class="wp-block-paragraph">Allerdings hängt die Sicherheit Ihres Mobilgeräts nicht nur an der Android-Version, sondern auch an den Sicherheits-Updates, die unter anderem Sicherheitslücken stopfen. Und die sind nicht an die Android-Version gekoppelt, sondern hängen vom Smartphone-Hersteller und dem Gerät an sich ab. Achten Sie also darauf, dass Sie die aktuelle Version der Sicherheits-Updates installiert haben.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-06-um-14.45.44.png?w=444" alt="Sicherheitsfeatures" class="wp-image-4206162" width="444" height="1024" sizes="auto, (max-width: 444px) 100vw, 444px"><figcaption class="wp-element-caption">Veraltete Android-Versionen müssen nicht nur auf nützliche Funktionen verzichten. Sie enthalten auch weniger oder überholte Sicherheitsfeatures, die Ihr Smartphone zur Zielscheibe von Hackern machen. Aber auch bei Sicherheitsupdates gehen alte Modelle oft leer aus.</figcaption></figure><p class="imageCredit">Verena Ottmann</p></div>



<p class="wp-block-paragraph">Sie finden den Menüpunkt in den Einstellungen unter „Datenschutz &amp; Sicherheit &gt; System und Updates &gt; Sicherheitsupdate“ oder ähnlich. Der Eintrag verrät Ihnen das Datum des letzten Updates, ein Tipp darauf spielt eine neue Version ein, sofern verfügbar.</p>



<p class="wp-block-paragraph">Aber: Stehen für Ihr Mobilgerät schon seit Längerem keine Updates mehr zur Verfügung – egal ob Android- oder Sicherheits-Updates – sollten Sie über den Kauf eines neuen Geräts nachdenken. Sonst können Sie das Gerät nur noch dann sicher betreiben, wenn Sie jegliche Internet- und andere Verbindungen kappen.</p>



<h2 class="wp-block-heading">Mythos 5: Spionage durch Kamera und Mikrofon</h2>



<p class="wp-block-paragraph">Bei jedem Smartphone ist das eingebaute Mikrofon standardmäßig eingeschaltet, damit der virtuelle Assistent Sprachbefehle hören kann. Auch Apps verlangen oft den Zugriff auf das Smartphone-Mikrofon oder die Kamera. Beides sind jedoch Komponenten, über die sich Hacker Zugriff auf sensible Informationen beschaffen können.</p>



<p class="wp-block-paragraph">Da liegt der Verdacht nahe, dass man vom eigenen Smartphone ausspioniert wird – zurecht! Sie können sich jedoch relativ leicht davor schützen.</p>



<p class="wp-block-paragraph">Was das permanente Lauschen des Google Assistent beziehungsweise von <a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html#">Gemini</a> angeht, so lässt sich dieses in drei Stufen abschalten, wobei Stufe 2 und 3 auch andere Apps am Spionieren hindert.</p>



<p class="wp-block-paragraph">Die erste Stufe erreichen Sie über die Google-App: Tippen Sie auf Ihr Profilbild, danach auf „Einstellungen &gt; Google Assistant &gt; Allgemein“. Legen Sie hier den Regler um, sodass der Google Assistant deaktiviert wird. Achtung: Sollten Sie Gemini als persönlichen Assistenten eingerichtet haben, müssen Sie zuerst wieder zum Google Assistant wechseln.</p>



<p class="wp-block-paragraph">Die zweite Stufe funktioniert über die Schnelleinstellungen. Hier können Sie zwei Kacheln hinzufügen, über die Sie den Zugriff auf Kamera und Mikrofon systemweit deaktivieren. Öffnen Sie also die Schnelleinstellungen, und tippen Sie auf das Stiftsymbol, das den Bearbeitungsmodus öffnet. Im Abschnitt „Datenschutz“ finden Sie die beiden Kacheln „Kamerazugriff“ und „Mikrofonzugriff“, die Sie per Tipp auf das Pluszeichen den Schnelleinstellungen hinzufügen. Zum De-/Aktivieren des Zugriffs, tippen Sie auf die entsprechende Kachel</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-06-um-14.46.03.png?w=1024" alt="Zugriff auf Kamera und Mikrofon" class="wp-image-4206164" width="1024" height="754" sizes="auto, (max-width: 1024px) 100vw, 1024px"><figcaption class="wp-element-caption">Möchten Sie den Zugriff auf Kamera und Mikrofon einschränken, können Sie den Schnelleinstellungen entsprechende Kacheln hinzufügen, die die Funktionen ausschalten (Bild links bzw. rechts). Alternativ lässt sich über die Entwickleroptionen eine Kachel hinzufügen, die die Sensoren gleich ganz deaktiviert</figcaption></figure><p class="imageCredit">Verena Ottmann</p></div>



<p class="wp-block-paragraph">Die dritte Stufe der Deaktivierung arbeitet auf Sensorebene, sie setzt daher die Entwickleroptionen voraus. Sollte dieses Menü bei Ihrem Smartphone noch nicht freigeschaltet sein, navigieren Sie in den Einstellungen zu „Über das Smartphone“ oder ähnlich und tippen mehrmals auf den Eintrag „Build-Nummer“, bis die Meldung kommt, dass Sie jetzt Entwickler sind. Unter „System &gt; Entwickleroptionen &gt; Kacheln für Schnelleinstellungen für Entwickler“. Aktivieren Sie die Option „Sensoren aus“, um die entsprechende Kachel für die Schnelleinstellungen bereitzustellen. Fügen Sie sie wie bereits beschrieben hinzu und aktivieren Sie sie. Versucht eine App nun, die Kamera oder das Mikro zu verwenden, erhält sie eine Fehlermeldung und wird in aller Regel direkt wieder geschlossen.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-06-um-14.46.17.png?w=438" alt="Privatsphäre-Dashboard" class="wp-image-4206166" width="438" height="1024" sizes="auto, (max-width: 438px) 100vw, 438px"><figcaption class="wp-element-caption">Möchten Sie herausfinden, welche Apps in den letzten 24 Stunden Zugriff auf Kamera und Mikrofon hatten, finden Sie im „Privatsphäre-Dashboard“ unter „Datenschutz &amp; Sicherheit“ eine Übersicht. Auch der Standort und weitere Berechtigungen werden hier berücksichtigt.</figcaption></figure><p class="imageCredit">Verena Ottmann</p></div>



<p class="wp-block-paragraph">Möchten Sie Ihr Smartphone nicht so restriktiv einstellen, sondern lediglich den Zugriff auf Kamera und Mikro im Auge behalten, so haben Sie zwei Möglichkeiten: Seit Android 12 zeigt Ihnen eine farbige LED an, wenn eine App auf die Kamera, das Mikrofon und/oder den Standort zugreift. Alternativ sehen Sie in den Einstellungen unter „Datenschutz &amp; Sicherheit &gt; Datenschutzeinstellungen &gt; Berechtigungsmanager“ oder ähnlich, welche Apps Zugriff auf die Kamera und das Mikrofon haben, und können die Berechtigungen gegebenenfalls widerrufen. Zudem zeigt das „Privatsphäre-Dashboard“ unter „Datenschutz &amp; Sicherheit“, welche Apps in den letzten 24 Stunden auf Kamera und Mikro zugegriffen haben.</p>



<p class="wp-block-paragraph">(<a href="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html" data-type="link" data-id="https://www.pcwelt.de/article/3190034/5-smartphone-mythen-im-faktencheck.html" target="_blank">PC-Welt</a>)</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Die besten Smartphones mit langer Akkulaufzeit im Test]]></title>
<description><![CDATA[Thomas Deehan / Foundry



Eine lange Akkulaufzeit gehört für viele Nutzer zu den wichtigsten Kaufkriterien eines Smartphones. Schließlich hilft selbst die beste Ausstattung wenig, wenn das Gerät schon am Nachmittag nach einer Steckdose verlangt. Moderne Akkus, effizientere Prozessoren und intell...]]></description>
<link>https://tsecurity.de/de/3711130/it-security-nachrichten/die-besten-smartphones-mit-langer-akkulaufzeit-im-test/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711130/it-security-nachrichten/die-besten-smartphones-mit-langer-akkulaufzeit-im-test/</guid>
<pubDate>Sat, 08 Aug 2026 06:34:03 +0200</pubDate>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-07-um-05.21.48.png?w=1024" alt="Smartphones" class="wp-image-4206483" width="1024" height="571" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Thomas Deehan / Foundry</p></div>



<p class="wp-block-paragraph">Eine lange Akkulaufzeit gehört für viele Nutzer zu den wichtigsten Kaufkriterien eines Smartphones. Schließlich hilft selbst die beste Ausstattung wenig, wenn das Gerät schon am Nachmittag nach einer Steckdose verlangt. Moderne Akkus, effizientere Prozessoren und intelligentere Energiesparfunktionen sorgen inzwischen jedoch dafür, dass viele Modelle deutlich länger durchhalten.</p>



<p class="wp-block-paragraph">Für unseren Vergleich testen wir Android-Smartphones mit demselben Akku-Benchmark von PCMark und bewerten zusätzlich ihre Ausdauer im praktischen Alltag. Da die App nicht für iOS verfügbar ist, berücksichtigen wir bei Apple das iPhone mit der laut unseren Erfahrungen besten Akkulaufzeit. Denn Benchmark-Werte allein zeigen nicht, wie lange ein Smartphone beim Surfen, Fotografieren, Streamen und Telefonieren tatsächlich durchhält.</p>



<h2 class="wp-block-heading">Oppo Find X9 Pro: Bestes Smartphone mit der längsten Akkulaufzeit</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-07-um-05.21.58.png?w=1024" alt="Oppo Find X9 Pro" class="wp-image-4206484" width="1024" height="571" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Thomas Deehan / Foundry</p></div>



<h3 class="wp-block-heading">Warum wir das Oppo Find X9 Pro mögen</h3>



<p class="wp-block-paragraph">Kaum ein Smartphone hat uns im Test so überzeugt wie das Oppo Find X9 Pro. Der 7.500-Milliamperestunden-Akku ist der größte, den wir bisher in einem Handy gemessen haben, und das macht sich im Alltag bemerkbar. Selbst bei intensiver Nutzung mit Navigation, Fotos und Videos blieben am Ende eines langen Tages noch 30 bis 40 Prozent Kapazität übrig. Im Büroalltag sind zwei, teils drei Tage pro Ladung möglich. Aufgeladen ist der Akku dank 80 Watt kabelgebundener Ladeleistung in nur 30 Minuten zur Hälfte voll.</p>



<p class="wp-block-paragraph">Die Ausdauer ist aber nicht das einzige Argument: Der Dimensity-9500-Chip liefert Spitzenleistung, das Kamerasystem mit 200-Megapixel-Teleobjektiv und optionalem Hasselblad-Telekonverter gehört zur Referenzklasse, und ColorOS 16 überzeugt mit durchdachten KI-Funktionen. Auch das Display zählt zu den besten, die wir je getestet haben. Für uns ist das Find X9 Pro das Gesamtpaket des Jahres.</p>



<h3 class="wp-block-heading">Weitere Überlegungen</h3>



<p class="wp-block-paragraph">Kleiner Kritikpunkt bleibt der Software-Support: Oppo verspricht für das Smartphone fünf Jahre OS-Updates und sechs Jahre Sicherheits-Patches, während Samsung, Google und Honor inzwischen sieben Jahre bieten. Wer sein Smartphone möglichst lange nutzen möchte, findet dort derzeit die bessere Langzeitperspektive. Der optionale Hasselblad-Telekonverter lohnt sich vor allem für Porträt- und Wildlife-Aufnahmen, für Langstrecken-Zooms fällt der Unterschied zur eingebauten Kamera eher gering aus, näher am Motiv liefert er spürbar mehr Tiefenwirkung und einen insgesamt natürlicheren Bildeindruck.</p>



<p class="wp-block-paragraph">Lesen Sie unseren <a href="https://www.pcwelt.de/article/2967222/oppo-find-x9-pro-test.html" target="_blank">Oppo Find X9 Pro Test</a></p>



<h2 class="wp-block-heading">OnePlus 15: Beste Alternative zum Testsieger</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-07-um-05.22.12.png?w=1024" alt="OnePlus 15:" class="wp-image-4206485" width="1024" height="582" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Thomas Deehan / Foundry</p></div>



<h3 class="wp-block-heading">Warum wir das OnePlus 15 mögen</h3>



<p class="wp-block-paragraph">Das OnePlus 15 ist im Test die ausdauerndste Alternative zum Oppo Find X9 Pro und für uns der kompromisslose Allrounder unter den aktuellen Flaggschiffen. Der 7.300-Milliamperestunden-Akku brachte es im Alltag auf über 16,5 Stunden aktive Bildschirmzeit pro Ladung, im synthetischen Work-3.0-Test waren es 26 Stunden und 26 Minuten. Nur der noch größere Akku des Find X9 Pro liegt knapp davor.</p>



<p class="wp-block-paragraph">Auch beim Laden zeigt sich das OnePlus 15 kompromisslos: 120 Watt Schnellladung per Kabel füllen den Akku in rund 45 Minuten, kabellos sind 50 Watt möglich. Dazu passt die übrige Ausstattung: Der Snapdragon 8 Elite Gen 5 liefert die derzeit stärkste Rohleistung im Android-Lager, das 165-Hertz-Display reagiert blitzschnell, und OxygenOS 16 überzeugt mit durchdachten KI-Funktionen wie Mind Space und PhotoSpell. Wer Performance und Akkulaufzeit über alles stellt, findet hier ein rundum stimmiges Gesamtpaket.</p>



<h3 class="wp-block-heading">Weitere Überlegungen</h3>



<p class="wp-block-paragraph">Kritisch sehen wir vor allem die Update-Politik: Vier Jahre Betriebssystem-Updates und sechs Jahre Sicherheitspatches sind zwar solide, bleiben aber hinter den längeren Support-Zeiträumen von Apple, Google und Samsung zurück. Auch die Oberfläche dürfte nicht jeden überzeugen, da sie sich optisch und funktional deutlich an iOS orientiert. Magnetisches Zubehör lässt sich zudem nur mit einer passenden Hülle nutzen, da eine native Qi2-Unterstützung fehlt.</p>



<h3 class="wp-block-heading">Warum wir das OnePlus 15 mögen</h3>



<p class="wp-block-paragraph">Das OnePlus 15 ist im Test die ausdauerndste Alternative zum Oppo Find X9 Pro und für uns der kompromisslose Allrounder unter den aktuellen Flaggschiffen. Der 7.300-Milliamperestunden-Akku brachte es im Alltag auf über 16,5 Stunden aktive Bildschirmzeit pro Ladung, im synthetischen Work-3.0-Test waren es 26 Stunden und 26 Minuten. Nur der noch größere Akku des Find X9 Pro liegt knapp davor.</p>



<p class="wp-block-paragraph">Auch beim Laden zeigt sich das OnePlus 15 kompromisslos: 120 Watt Schnellladung per Kabel füllen den Akku in rund 45 Minuten, kabellos sind 50 Watt möglich. Dazu passt die übrige Ausstattung: Der Snapdragon 8 Elite Gen 5 liefert die derzeit stärkste Rohleistung im Android-Lager, das 165-Hertz-Display reagiert blitzschnell, und OxygenOS 16 überzeugt mit durchdachten KI-Funktionen wie Mind Space und PhotoSpell. Wer Performance und Akkulaufzeit über alles stellt, findet hier ein rundum stimmiges Gesamtpaket.</p>



<h3 class="wp-block-heading">Weitere Überlegungen</h3>



<p class="wp-block-paragraph">Kritisch sehen wir vor allem die Update-Politik: Vier Jahre Betriebssystem-Updates und sechs Jahre Sicherheitspatches sind zwar solide, bleiben aber hinter den längeren Support-Zeiträumen von Apple, Google und Samsung zurück. Auch die Oberfläche dürfte nicht jeden überzeugen, da sie sich optisch und funktional deutlich an iOS orientiert. Magnetisches Zubehör lässt sich zudem nur mit einer passenden Hülle nutzen, da eine native Qi2-Unterstützung fehlt.</p>



<p class="wp-block-paragraph">Lesen Sie unseren <a href="https://www.pcwelt.de/article/2972780/oneplus-15-test-handy-flaggschiff.html" target="_blank">OnePlus 15 Test</a></p>



<h2 class="wp-block-heading">Xiaomi Poco X8 Pro Max: Preis-Leistungs-Tipp</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-07-um-05.22.19.png?w=1024" alt="Xiaomi Poco X8 Pro Max" class="wp-image-4206486" width="1024" height="582" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Thomas Deehan / Foundry</p></div>



<h3 class="wp-block-heading">Warum wir das Poco X8 Pro Max mögen</h3>



<p class="wp-block-paragraph">Das Poco X8 Pro Max beweist, dass eine riesige Akkulaufzeit keine Frage des Preises sein muss. Der 8.500-Milliamperestunden-Akku übertrifft im Test fast jedes andere Smartphone, das wir bisher gemessen haben: 21 Stunden und 53 Minuten im PCMark-Akkutest, im Alltag reichte eine Ladung bei normaler Nutzung von Mittwochnachmittag bis Freitagmitternacht. Dank 100 Watt Schnellladung ist der Akku trotz der enormen Kapazität in etwa 30 Minuten zu rund 60 Prozent gefüllt.</p>



<p class="wp-block-paragraph">Für einen fairen Preis bekommen Sie zusätzlich einen Flaggschiff-Prozessor in Form des Dimensity 9500s, ein helles 120-Hertz-OLED-Display und eine ungewöhnlich hochwertige Verarbeitung mit Aluminiumrahmen und Glasrückseite. Wer Gaming-Leistung und Ausdauer sucht, ohne viel Geld auszugeben, trifft hier ins Schwarze. Selbst das Spiel „Wuthering Waves” läuft bei höchster Grafikeinstellung flüssig.</p>



<h3 class="wp-block-heading">Weitere Überlegungen</h3>



<p class="wp-block-paragraph">Bei den Kameras müssen Sie Abstriche machen: Die 8-Megapixel-Ultraweitwinkelkamera liefert nur mittelmäßige Ergebnisse, ein Teleobjektiv fehlt komplett. Auch die Software-Unterstützung fällt mit vier Jahren OS-Updates und sechs Jahren Sicherheitspatches kürzer aus als bei Samsung oder Google. Zudem müssen Sie beim Ersteinrichten einige vorinstallierte Bloatware-Apps entfernen. Wer damit leben kann, erhält im Gegenzug eines der günstigsten Smartphones mit Flaggschiff-Akkulaufzeit überhaupt.</p>



<p class="wp-block-paragraph">Lesen Sie unseren <a href="https://www.pcwelt.de/article/3105908/tpoco-x8-pro-max-test.html" target="_blank">Xiaomi Poco X8 Pro Max Test</a></p>



<h2 class="wp-block-heading">Xiaomi 17 Ultra: Beste Kameras unter den Langläufern</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-07-um-05.22.27.png?w=1024" alt="Xiaomi 17 Ultra" class="wp-image-4206487" width="1024" height="582" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Thomas Deehan / Foundry</p></div>



<h3 class="wp-block-heading">Warum wir das Xiaomi 17 Ultra mögen</h3>



<p class="wp-block-paragraph">Das Xiaomi 17 Ultra verbindet eine der besten Smartphone-Kameras des Marktes mit einer überraschend soliden Akkulaufzeit. Der 6.000-Milliamperestunden-Akku fällt zwar kleiner aus als bei den Konkurrenten auf dieser Liste, reichte im Test aber meist für rund 48 Stunden Nutzung, im PCMark-Akkutest waren es 21 Stunden und 27 Minuten, eines der besten Ergebnisse, die wir je gemessen haben. Über Kabel lädt das 17 Ultra mit bis zu 90 Watt, nach rund 30 Minuten stehen etwa 75 Prozent Kapazität zur Verfügung.</p>



<p class="wp-block-paragraph">Den größten Eindruck hinterlässt aber das gemeinsam mit Leica entwickelte Kamerasystem: Die neue Periskop-Telekamera mit beweglichem Linsensystem und 200-Megapixel-Sensor liefert auch bei schwierigem Licht beeindruckende Ergebnisse. Dazu kommen ein helles 6,9-Zoll-Display, der Snapdragon 8 Elite Gen 5 und ein praktischer Infrarotanschluss für die Fernbedienungs-Funktion.</p>



<h3 class="wp-block-heading">Weitere Überlegungen</h3>



<p class="wp-block-paragraph">Kabelloses Laden ist mit 50 Watt gegenüber dem Vorgänger langsamer geworden, Qi2-Magnete fehlen weiterhin komplett. Das große Kameramodul macht das Gehäuse spürbar sperrig und schwer. Die hauseigenen KI-Funktionen wirken im Vergleich zu Google Gemini, das ebenfalls integriert ist, noch durchwachsen. Mit fünf Jahren OS-Updates und sechs Jahren Sicherheitspatches bleibt Xiaomi zudem hinter Samsung und Google zurück. Wer ein möglichst kompaktes Gerät sucht, sollte das beim Kauf berücksichtigen.</p>



<p class="wp-block-paragraph">Lesen Sie unseren <a href="https://www.pcwelt.de/article/3131894/xiaomi-17-ultra-test.html" target="_blank">Xiaomi 17 Ultra Test</a></p>



<h2 class="wp-block-heading">Apple iPhone 17 Pro Max (512GB): Bestes iPhone mit der längsten Akkulaufzeit</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2b-contenthub.com/wp-content/uploads/2026/08/Bildschirmfoto-2026-08-07-um-05.22.39.png?w=1024" alt="Apple iPhone 17 Pro Max" class="wp-image-4206488" width="1024" height="649" sizes="auto, (max-width: 1024px) 100vw, 1024px"></figure><p class="imageCredit">Thomas Deehan / Foundry</p></div>



<h3 class="wp-block-heading">Warum wir das iPhone 17 Pro Max mögen</h3>



<p class="wp-block-paragraph">Für alle, die im Apple-Ökosystem bleiben wollen, ist das iPhone 17 Pro Max unsere klare Empfehlung für lange Akkulaufzeit. Apple verspricht bis zu 37 Stunden Videowiedergabe, gegenüber 33 Stunden beim Vorgänger ein deutlicher Sprung. In unseren eigenen Tests hielt der 5.088-Milliamperestunden-Akku bei voller Bildschirmhelligkeit rund 20 Stunden durch, bei moderater Nutzung sind auch zwei Tage realistisch.</p>



<p class="wp-block-paragraph">Auch beim Laden hat Apple nachgelegt: Mit einem passenden 90-Watt-Netzteil sind nach 20 Minuten rund 48 Prozent erreicht, nach 70 Minuten liegt der Akku bei 95 Prozent. Dazu kommen die stärkste Performance der Baureihe dank A19-Pro-Chip, ein neues Kühlsystem mit Vapor Chamber für stabilere Dauerleistung, ein deutlich verbessertes Teleobjektiv mit flexiblem 4- bis 8-fach-Zoom sowie die neue Center-Stage-Frontkamera, die für Selfies und Gruppenfotos automatisch das Bildformat wechselt.</p>



<h3 class="wp-block-heading">Weitere Überlegungen</h3>



<p class="wp-block-paragraph">Der Umstieg von Titan auf Aluminium erlaubt zwar die auffällige Farbe Cosmic Orange, macht das Pro Max mit 231 Gramm aber zum schwersten iPhone seiner Klasse. Wer weniger Gewicht bevorzugt, findet mit dem iPhone Air eine leichtere, aber in Akkulaufzeit und Kamera abgespeckte Alternative. Ein Ladegerät liegt wie üblich nicht bei und muss separat besorgt werden, um die volle Ladeleistung nutzen zu können. Auch das Kamera-Höckerdesign ist geblieben, was nicht jedem optisch gefallen dürfte.</p>



<p class="wp-block-paragraph">Lesen Sie den <a href="https://www.macwelt.de/article/2915661/iphone-17-pro-max-test.html" target="_blank">Apple iPhone 17 Pro Max Test</a></p>



<h2 class="wp-block-heading">Kaufberatung</h2>



<p class="wp-block-paragraph">Bei der Wahl des passenden Akku-Handys zählt nicht allein die Kapazität in Milliamperestunden. Silizium-Kohlenstoff-Akkus (Si-C) erreichen deutlich höhere Energiedichten als klassische Lithium-Ionen-Zellen und ermöglichen so große Kapazitäten in kompakten Gehäusen, wie unsere Testsieger Oppo Find X9 Pro und OnePlus 15 zeigen.</p>



<p class="wp-block-paragraph">Wichtig ist zudem das Zusammenspiel aus Prozessor, Display und Software, denn ein großer Akku nützt wenig, wenn andere Komponenten viel Strom ziehen. Wer viel unterwegs ist, sollte auf die Ladeleistung achten: Werte ab 45 Watt gelten als solide, Spitzenmodelle laden mit 80 bis 120 Watt in Minuten nach. Mit kleinerem Budget lohnt der Blick auf die Mittelklasse, das Poco X8 Pro Max zeigt es eindrucksvoll. iPhone-Nutzer erhalten mit dem 17 Pro Max die ausdauerndste Wahl im Apple-Ökosystem.</p>



<h2 class="wp-block-heading">FAQ: Smartphones mit langer Akkulaufzeit</h2>



<h3 class="wp-block-heading">1. Wie wichtig ist die Akkukapazität in Milliamperestunden wirklich?</h3>



<p class="wp-block-paragraph">Sie ist ein guter erster Anhaltspunkt, aber nicht alles. Prozessor, Display-Technologie und Softwareoptimierung entscheiden mit darüber, wie weit ein Akku tatsächlich trägt. Zwei Handys mit gleicher Kapazität können sich in der Praxis deutlich unterscheiden.</p>



<h3 class="wp-block-heading">2. Was sind Silizium-Kohlenstoff-Akkus (Si-C) und warum tauchen sie in den Tests auf?</h3>



<p class="wp-block-paragraph">Si-C-Zellen ersetzen einen Teil des Graphits in der Anode durch Silizium und erreichen dadurch eine höhere Energiedichte. Hersteller wie Oppo, OnePlus und Xiaomi können so größere Kapazitäten in gewohnt schlanken Gehäusen unterbringen.</p>



<h3 class="wp-block-heading">3. Lohnt sich schnelles Laden, wenn ich den Akku ohnehin selten leerfahre?</h3>



<p class="wp-block-paragraph">Ja, denn kurze Ladepausen zwischendurch sind im Alltag oft praktischer als eine hohe Gesamtlaufzeit. Modelle mit 80 bis 120 Watt füllen den Akku in 20 bis 30 Minuten zu einem Großteil.</p>



<h3 class="wp-block-heading">4. Verkürzt schnelles Laden die Lebensdauer des Akkus?</h3>



<p class="wp-block-paragraph">Moderne Ladealgorithmen und Temperaturmanagement begrenzen den Verschleiß spürbar. Alle hier getesteten Modelle setzen auf adaptive Ladekurven, die die Belastung der Zelle reduzieren, sobald ein kritischer Ladestand erreicht ist.</p>



<h3 class="wp-block-heading">5. Muss ich für eine gute Akkulaufzeit zwingend viel Geld ausgeben?</h3>



<p class="wp-block-paragraph">Nein. Das Poco X8 Pro Max zeigt im Test, dass auch Geräte unter 500 Euro mit einem großen Akku und solider Effizienz ausgestattet sein können, ohne bei der Ausdauer Kompromisse einzugehen.</p>



<p class="wp-block-paragraph">(<a href="https://www.pcwelt.de/article/1993827/smartphone-beste-akkulaufzeit-test.html" data-type="link" data-id="https://www.pcwelt.de/article/1993827/smartphone-beste-akkulaufzeit-test.html" target="_blank">PC-Welt</a>)<br><br><br><br></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kognitive Architekturen: AI Restacking erklärt]]></title>
<description><![CDATA[Künstliche Intelligenz wird zum Strukturprinzip der Unternehmensarchitektur. Gartner, Forrester, BARC, Eckerson und KuppingerCole nennen diesen Umbau AI Restacking. Der Beitrag zeigt, was das für Unternehmensarchitekten bedeutet.

Tags: #Datenarchitektur | #Künstliche Intelligenz]]></description>
<link>https://tsecurity.de/de/3711129/it-security-nachrichten/kognitive-architekturen-ai-restacking-erklaert/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711129/it-security-nachrichten/kognitive-architekturen-ai-restacking-erklaert/</guid>
<pubDate>Sat, 08 Aug 2026 06:31:37 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://www.it-daily.net/wp-content/uploads/2026/09/KI_AI_shutterstock_2481701499_1920.png" class="attachment-full size-full wp-post-image" alt="AI Restacking, Kognitive Architekturen, Was ist AI Restacking, Was ist AI Restacking in der Unternehmensarchitektur, kognitive Unternehmensarchitektur Beispiele, Gartner Prognose KI-Agenten Enterprise Architecture 2026" decoding="async" srcset="https://www.it-daily.net/wp-content/uploads/2026/09/KI_AI_shutterstock_2481701499_1920.png 1920w, https://www.it-daily.net/wp-content/uploads/2026/09/KI_AI_shutterstock_2481701499_1920-300x169.png 300w, https://www.it-daily.net/wp-content/uploads/2026/09/KI_AI_shutterstock_2481701499_1920-1024x576.png 1024w, https://www.it-daily.net/wp-content/uploads/2026/09/KI_AI_shutterstock_2481701499_1920-768x432.png 768w, https://www.it-daily.net/wp-content/uploads/2026/09/KI_AI_shutterstock_2481701499_1920-1536x864.png 1536w" sizes="(max-width: 1920px) 100vw, 1920px" title="Kognitive Architekturen: AI Restacking erklärt 3"></p>
    Künstliche Intelligenz wird zum Strukturprinzip der Unternehmensarchitektur. Gartner, Forrester, BARC, Eckerson und KuppingerCole nennen diesen Umbau AI Restacking. Der Beitrag zeigt, was das für Unternehmensarchitekten bedeutet.

<p>Tags: <a href="https://www.it-daily.net/thema/datenarchitektur">#Datenarchitektur</a> | <a href="https://www.it-daily.net/thema/kuenstliche-intelligenz">#Künstliche Intelligenz</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Millennials drängen in die Chefetagen]]></title>
<description><![CDATA[Noch nie wollten so viele junge Führungskräfte bewusst anders führen – und gleichzeitig waren die Anforderungen an Führung so hoch wie heute. 

Tags: #Chef | #Führungskraft | #Leadership | #Millennials]]></description>
<link>https://tsecurity.de/de/3711128/it-security-nachrichten/millennials-draengen-in-die-chefetagen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711128/it-security-nachrichten/millennials-draengen-in-die-chefetagen/</guid>
<pubDate>Sat, 08 Aug 2026 06:31:37 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="1920" height="1080" src="https://www.it-daily.net/wp-content/uploads/2026/08/Millennials_shutterstock_2511768417.jpg" class="attachment-full size-full wp-post-image" alt="Millennials" decoding="async" srcset="https://www.it-daily.net/wp-content/uploads/2026/08/Millennials_shutterstock_2511768417.jpg 1920w, https://www.it-daily.net/wp-content/uploads/2026/08/Millennials_shutterstock_2511768417-300x169.jpg 300w, https://www.it-daily.net/wp-content/uploads/2026/08/Millennials_shutterstock_2511768417-1024x576.jpg 1024w, https://www.it-daily.net/wp-content/uploads/2026/08/Millennials_shutterstock_2511768417-768x432.jpg 768w, https://www.it-daily.net/wp-content/uploads/2026/08/Millennials_shutterstock_2511768417-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" title="Millennials drängen in die Chefetagen 1"></p>
    Noch nie wollten so viele junge Führungskräfte bewusst anders führen – und gleichzeitig waren die Anforderungen an Führung so hoch wie heute. 

<p>Tags: <a href="https://www.it-daily.net/thema/chef">#Chef</a> | <a href="https://www.it-daily.net/thema/fuehrungskraft">#Führungskraft</a> | <a href="https://www.it-daily.net/thema/leadership">#Leadership</a> | <a href="https://www.it-daily.net/thema/millennials">#Millennials</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nedap stattet Ärztezentrum mit Sicherheitstechnik aus. - Protector]]></title>
<description><![CDATA[IT-Sicherheit. Ungeplante KI-Angriffe: KI verschickt Phishing-Mails. Britische Sicherheitsforscher schlagen Alarm: Ein KI-Modell nutzte ...]]></description>
<link>https://tsecurity.de/de/3711127/it-security-nachrichten/nedap-stattet-aerztezentrum-mit-sicherheitstechnik-aus-protector/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711127/it-security-nachrichten/nedap-stattet-aerztezentrum-mit-sicherheitstechnik-aus-protector/</guid>
<pubDate>Sat, 08 Aug 2026 06:31:30 +0200</pubDate>
<content:encoded><![CDATA[<b>IT</b>-<b>Sicherheit</b>. Ungeplante KI-Angriffe: KI verschickt Phishing-Mails. Britische Sicherheitsforscher schlagen Alarm: Ein KI-Modell nutzte ...]]></content:encoded>
</item>
<item>
<title><![CDATA[heute journal of 08/07/2026 Resistance against data centers, Security Council meets, children in ...]]></title>
<description><![CDATA[In den USA wächst der Widerstand gegen Datenzentren. Nach dem Anschlagsversuch am Flughafen Leipzig/Halle kommt der Nationale Sicherheitsrat ...]]></description>
<link>https://tsecurity.de/de/3711126/it-security-nachrichten/heute-journal-of-08072026-resistance-against-data-centers-security-council-meets-children-in/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711126/it-security-nachrichten/heute-journal-of-08072026-resistance-against-data-centers-security-council-meets-children-in/</guid>
<pubDate>Sat, 08 Aug 2026 06:31:29 +0200</pubDate>
<content:encoded><![CDATA[In den USA wächst der Widerstand gegen Datenzentren. Nach dem Anschlagsversuch am Flughafen Leipzig/Halle kommt der Nationale Sicherheitsrat ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Trump Administration To Pay German Firm $1.2 Billion To Halt US Wind Projects]]></title>
<description><![CDATA[An anonymous reader quotes a report from the BBC: German energy company RWE has said it will abandon its offshore wind projects in the U.S. after reaching a $1.2 billion payout deal with President Donald Trump's Department of the Interior (DoI). RWE said that it will now reinvest the sum into con...]]></description>
<link>https://tsecurity.de/de/3711125/it-security-nachrichten/trump-administration-to-pay-german-firm-12-billion-to-halt-us-wind-projects/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711125/it-security-nachrichten/trump-administration-to-pay-german-firm-12-billion-to-halt-us-wind-projects/</guid>
<pubDate>Sat, 08 Aug 2026 06:31:18 +0200</pubDate>
<content:encoded><![CDATA[An anonymous reader quotes a report from the BBC: German energy company RWE has said it will abandon its offshore wind projects in the U.S. after reaching a $1.2 billion payout deal with President Donald Trump's Department of the Interior (DoI). RWE said that it will now reinvest the sum into conventional gas projects, including $900 million in a liquefied natural gas (LNG) export terminal project in Louisiana. "After careful consideration, it was determined there is no path forward to permit these projects in the US for the foreseeable future," the company said in a statement.
 
RWE said it has agreed to relinquish its leases off the California and Louisiana coasts as well as in the New York Bight. Overall, the German firm plans to invest approximately $19.6 billion in the U.S. over the next six years "to grow its generation capacity." Interior Secretary Doug Burgum said in a statement posted on X that Americans deserve an energy system built on common sense and not one dependent on "costly subsidies." "We welcome RWE's agreement and voluntary investment in projects that strengthen our nation's energy security," he added. Earlier this year, the DOL reached a deal with TotalEnergies putting an end to the French company's offshore wind projects in the U.S. "Instead, the firm agreed to reroute investment to build a LNG plant in Texas and to develop 'upstream conventional oil' in the Gulf of Mexico," reports the BBC.
 
Another similar deal was signed with Charlotte-based Duke Energy last month to terminate the company's offshore wind lease in the Carolina Long Bay area.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Trump+Administration+To+Pay+German+Firm+%241.2+Billion+To+Halt+US+Wind+Projects%3A+https%3A%2F%2Fhardware.slashdot.org%2Fstory%2F26%2F08%2F07%2F2157219%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fhardware.slashdot.org%2Fstory%2F26%2F08%2F07%2F2157219%2Ftrump-administration-to-pay-german-firm-12-billion-to-halt-us-wind-projects%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://hardware.slashdot.org/story/26/08/07/2157219/trump-administration-to-pay-german-firm-12-billion-to-halt-us-wind-projects?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Today’s NYT Mini Crossword Answers for Saturday, Aug. 8]]></title>
<description><![CDATA[Here are the answers for The New York Times Mini Crossword for Saturday, Aug. 8, 2026.]]></description>
<link>https://tsecurity.de/de/3711124/it-nachrichten/todays-nyt-mini-crossword-answers-for-saturday-aug-8/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711124/it-nachrichten/todays-nyt-mini-crossword-answers-for-saturday-aug-8/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:55 +0200</pubDate>
<content:encoded><![CDATA[Here are the answers for The New York Times Mini Crossword for Saturday, Aug. 8, 2026.]]></content:encoded>
</item>
<item>
<title><![CDATA[5 Werktage warten: Amazon schränkt Nutzer ein]]></title>
<description><![CDATA[Amazon sperrt die eigenen Nutzer aus und lässt sie lange warten.]]></description>
<link>https://tsecurity.de/de/3711123/it-nachrichten/5-werktage-warten-amazon-schraenkt-nutzer-ein/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711123/it-nachrichten/5-werktage-warten-amazon-schraenkt-nutzer-ein/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:45 +0200</pubDate>
<content:encoded><![CDATA[Amazon sperrt die eigenen Nutzer aus und lässt sie lange warten.]]></content:encoded>
</item>
<item>
<title><![CDATA[Wer diesen Service von Ikea ignoriert, wirft im Fall der Fälle Geld zum Fenster raus]]></title>
<description><![CDATA[Ein verbummelter Dübel und schon hat sich der Aufbau des schönsten Möbelstücks erledigt – dabei bietet Ikea einen kostenlosen Service, der allen Kunden offensteht.]]></description>
<link>https://tsecurity.de/de/3711122/it-nachrichten/wer-diesen-service-von-ikea-ignoriert-wirft-im-fall-der-faelle-geld-zum-fenster-raus/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711122/it-nachrichten/wer-diesen-service-von-ikea-ignoriert-wirft-im-fall-der-faelle-geld-zum-fenster-raus/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:45 +0200</pubDate>
<content:encoded><![CDATA[Ein verbummelter Dübel und schon hat sich der Aufbau des schönsten Möbelstücks erledigt – dabei bietet Ikea einen kostenlosen Service, der allen Kunden offensteht.]]></content:encoded>
</item>
<item>
<title><![CDATA[Beliebte Samsung-Handys betroffen: Wer WhatsApp nutzt, muss gut aufpassen]]></title>
<description><![CDATA[Neues Software-Update für Galaxy-Handys bringt gleich zwei Probleme mit sich.]]></description>
<link>https://tsecurity.de/de/3711121/it-nachrichten/beliebte-samsung-handys-betroffen-wer-whatsapp-nutzt-muss-gut-aufpassen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711121/it-nachrichten/beliebte-samsung-handys-betroffen-wer-whatsapp-nutzt-muss-gut-aufpassen/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:45 +0200</pubDate>
<content:encoded><![CDATA[Neues Software-Update für Galaxy-Handys bringt gleich zwei Probleme mit sich.]]></content:encoded>
</item>
<item>
<title><![CDATA[Dieses Ikea-Gadget für unter 60 Euro sorgt auf eurem Balkon für Sci-Fi-Feeling]]></title>
<description><![CDATA[Ikea hat etwas gebaut, das Smartphone-Nutzerinnen und -Nutzer positiv überrascht – und Design-Liebhaber direkt abholt.]]></description>
<link>https://tsecurity.de/de/3711120/it-nachrichten/dieses-ikea-gadget-fuer-unter-60-euro-sorgt-auf-eurem-balkon-fuer-sci-fi-feeling/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711120/it-nachrichten/dieses-ikea-gadget-fuer-unter-60-euro-sorgt-auf-eurem-balkon-fuer-sci-fi-feeling/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:45 +0200</pubDate>
<content:encoded><![CDATA[Ikea hat etwas gebaut, das Smartphone-Nutzerinnen und -Nutzer positiv überrascht – und Design-Liebhaber direkt abholt.]]></content:encoded>
</item>
<item>
<title><![CDATA[Euer DHL-Bote klingelt nie? Das liegt an einer Einstellung, die ihr ändern müsst]]></title>
<description><![CDATA[Das Online-Shopping hat Deutschland einen anhaltenden Paketboom beschert, nicht nur in der Vorweihnachtszeit steigen die Paketmengen ins Unvorstellbare. Da müssen Paketboten oft unterwegs sein mit der nächsten Lieferung. Aber was tun, wenn der DHL-Bote nicht bei euch klingelt, obwohl ihr extra Zu...]]></description>
<link>https://tsecurity.de/de/3711119/it-nachrichten/euer-dhl-bote-klingelt-nie-das-liegt-an-einer-einstellung-die-ihr-aendern-muesst/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711119/it-nachrichten/euer-dhl-bote-klingelt-nie-das-liegt-an-einer-einstellung-die-ihr-aendern-muesst/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:45 +0200</pubDate>
<content:encoded><![CDATA[Das Online-Shopping hat Deutschland einen anhaltenden Paketboom beschert, nicht nur in der Vorweihnachtszeit steigen die Paketmengen ins Unvorstellbare. Da müssen Paketboten oft unterwegs sein mit der nächsten Lieferung. Aber was tun, wenn der DHL-Bote nicht bei euch klingelt, obwohl ihr extra Zuhause seid? So löst ihr das Problem.]]></content:encoded>
</item>
<item>
<title><![CDATA[Klamotten mit QR-Code: Berliner Firma will Fast Fashion umkrempeln]]></title>
<description><![CDATA[Der Beitrag Klamotten mit QR-Code: Berliner Firma will Fast Fashion umkrempeln erschien zuerst beim Online-Magazin BASIC thinking. Über unseren Newsletter UPDATE startest du jeden Morgen bestens informiert in den Tag.
In der Serie „Start-up-Check!“ nehmen wir regelmäßig die Geschäftsmodelle von S...]]></description>
<link>https://tsecurity.de/de/3711118/it-nachrichten/klamotten-mit-qr-code-berliner-firma-will-fast-fashion-umkrempeln/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711118/it-nachrichten/klamotten-mit-qr-code-berliner-firma-will-fast-fashion-umkrempeln/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:40 +0200</pubDate>
<content:encoded><![CDATA[<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/08/circular-fashion/">Klamotten mit QR-Code: Berliner Firma will Fast Fashion umkrempeln</a> erschien zuerst beim Online-Magazin <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Über <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a> startest du jeden Morgen bestens informiert in den Tag.</p>
<p>In der Serie „Start-up-Check!“ nehmen wir regelmäßig die Geschäftsmodelle von Start-ups unter die Lupe. Was steckt hinter dem Unternehmen? Was macht das Start-up so besonders und was gibt es zu kritisieren? Heute: circular.fashion. Start-ups: Das klingt nach Erfindergeist, Zukunftstechnologien, neuen Märkten. Doch in der Realität erweisen sich viele der Neugründungen leider oft als eine Mischung […]</p>
<p>Der Beitrag <a href="https://www.basicthinking.de/blog/2026/08/08/circular-fashion/">Klamotten mit QR-Code: Berliner Firma will Fast Fashion umkrempeln</a> erschien zuerst auf <a href="https://www.basicthinking.de/blog">BASIC thinking</a>. Folge uns auch auf <a href="https://news.google.com/publications/CAAqMggKIixDQklTR3dnTWFoY0tGV0poYzJsamRHaHBibXRwYm1jdVpHVXZZbXh2WnlnQVAB" target="_blank">Google News</a> und <a href="https://flipboard.com/@BASICthinking" target="_blank">Flipboard</a> oder abonniere <a href="https://www.basicthinking.de/blog/update/" target="_blank">unseren Newsletter UPDATE</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ab Montag (10.8): Lidl verkauft Padel-Schläger für 20 statt über 100 Euro]]></title>
<description><![CDATA[Padel ist der Trendsport des Sommers. Marken-Schläger kosten oft über 100 Euro, doch Lidl bietet derzeit eine Alternative für 20 Euro an. Wir erklären, für wen sich der Deal lohnt.
																					Dieser Artikel wurde einsortiert unter 
																	Schnäppchen.]]></description>
<link>https://tsecurity.de/de/3711117/it-nachrichten/ab-montag-108-lidl-verkauft-padel-schlaeger-fuer-20-statt-ueber-100-euro/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711117/it-nachrichten/ab-montag-108-lidl-verkauft-padel-schlaeger-fuer-20-statt-ueber-100-euro/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:14 +0200</pubDate>
<content:encoded><![CDATA[Padel ist der Trendsport des Sommers. Marken-Schläger kosten oft über 100 Euro, doch Lidl bietet derzeit eine Alternative für 20 Euro an. Wir erklären, für wen sich der Deal lohnt.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/schnaeppchen/index.html">Schnäppchen</a>.]]></content:encoded>
</item>
<item>
<title><![CDATA[Pappe statt Rasen: Immer mehr Gartenbesitzer setzen auf die Karton-Methode]]></title>
<description><![CDATA[Hochsommerliche Temperaturen machen die Rasenpflege zur Qual. Deshalb setzen immer mehr Gartenbesitzer jetzt auf die Karton-Methode und damit auf Pappe statt Rasen.
																					Dieser Artikel wurde einsortiert unter 
																	Internet & Netzwelt,																	Garten & Outdoor:...]]></description>
<link>https://tsecurity.de/de/3711116/it-nachrichten/pappe-statt-rasen-immer-mehr-gartenbesitzer-setzen-auf-die-karton-methode/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711116/it-nachrichten/pappe-statt-rasen-immer-mehr-gartenbesitzer-setzen-auf-die-karton-methode/</guid>
<pubDate>Sat, 08 Aug 2026 06:30:13 +0200</pubDate>
<content:encoded><![CDATA[Hochsommerliche Temperaturen machen die Rasenpflege zur Qual. Deshalb setzen immer mehr Gartenbesitzer jetzt auf die Karton-Methode und damit auf Pappe statt Rasen.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/internet/internet-netzwelt.html">Internet &amp; Netzwelt</a>,																	<a href="https://www.netzwelt.de/download/freizeit/gartenplaner/index.html">Garten &amp; Outdoor: Aktivitäten unter freiem Himmel</a>.]]></content:encoded>
</item>
<item>
<title><![CDATA[Apk reverse engineering]]></title>
<description><![CDATA[Hello everyone  Recently, I got an idea why not get the Instagram communications but I was too lazy to start learning about reverse engineering and today I’ve been thinking and finally made my decision. I want to learn how to reverse engineering an APK app like Instagram so I can have a Instagram...]]></description>
<link>https://tsecurity.de/de/3711115/malware-trojaner-viren/apk-reverse-engineering/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711115/malware-trojaner-viren/apk-reverse-engineering/</guid>
<pubDate>Sat, 08 Aug 2026 05:17:20 +0200</pubDate>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>Hello everyone </p> <p>Recently, I got an idea why not get the Instagram communications but I was too lazy to start learning about reverse engineering and today I’ve been thinking and finally made my decision. I want to learn how to reverse engineering an APK app like Instagram so I can have a Instagram communications to use it with my tools with my python tools actually and maybe go so anyone have a sources, good YouTube channels and articles I will appreciate it if they commented them.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/International-Bid472"> /u/International-Bid472 </a> <br> <span><a href="https://www.reddit.com/r/ExploitDev/comments/1vgynab/apk_reverse_engineering/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ExploitDev/comments/1vgynab/apk_reverse_engineering/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Do you ever use a 2FA Key (yubikey) when network testing?]]></title>
<description><![CDATA[When pentesting, finding exploits, Do you ever use a 2FA key? Like a yubikey?     submitted by    /u/OkLab5620   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711114/malware-trojaner-viren/do-you-ever-use-a-2fa-key-yubikey-when-network-testing/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711114/malware-trojaner-viren/do-you-ever-use-a-2fa-key-yubikey-when-network-testing/</guid>
<pubDate>Sat, 08 Aug 2026 05:17:20 +0200</pubDate>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>When pentesting, finding exploits,<br> Do you ever use a 2FA key? Like a yubikey? </p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/OkLab5620"> /u/OkLab5620 </a> <br> <span><a href="https://www.reddit.com/r/ExploitDev/comments/1vhxosp/do_you_ever_use_a_2fa_key_yubikey_when_network/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ExploitDev/comments/1vhxosp/do_you_ever_use_a_2fa_key_yubikey_when_network/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[TrustFall: When the Trusted Execution Environment Cannot Be Trusted]]></title>
<description><![CDATA[submitted by    /u/Emergency_Stable_923   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711113/malware-trojaner-viren/trustfall-when-the-trusted-execution-environment-cannot-be-trusted/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711113/malware-trojaner-viren/trustfall-when-the-trusted-execution-environment-cannot-be-trusted/</guid>
<pubDate>Sat, 08 Aug 2026 05:17:20 +0200</pubDate>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/Emergency_Stable_923"> /u/Emergency_Stable_923 </a> <br> <span><a href="https://blog.byteray.co.uk/blog/optee-rsa-nopad-heap-underwrite.html">[link]</a></span>   <span><a href="https://www.reddit.com/r/ExploitDev/comments/1vi3ia3/trustfall_when_the_trusted_execution_environment/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple RAM supplier SK Hynix makes a $38B bet on AI chip boom]]></title>
<description><![CDATA[SK Hynix just approved a massive $38.3 billion investment to build two new semiconductor fabrication plants in South Korea. As a major memory supplier for Apple, the company is making this huge financial bet to keep up with the explosive demand driven by the artificial intelligence boom. This maj...]]></description>
<link>https://tsecurity.de/de/3711100/ios-mac-os/apple-ram-supplier-sk-hynix-makes-a-38b-bet-on-ai-chip-boom/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711100/ios-mac-os/apple-ram-supplier-sk-hynix-makes-a-38b-bet-on-ai-chip-boom/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:42 +0200</pubDate>
<content:encoded><![CDATA[SK Hynix just approved a massive $38.3 billion investment to build two new semiconductor fabrication plants in South Korea. As a major memory supplier for Apple, the company is making this huge financial bet to keep up with the explosive demand driven by the artificial intelligence boom. This major expansion aims to boost production of critical memory chips, but regular consumers should not expect cheaper devices anytime soon.



Billions go toward building new memory and storage facilities



The investment breaks down into two main projects to address ongoing supply chain shortages. SK Hynix will spend about $24.9 billion on a new fabrication plant in Yongin to produce high-bandwidth memory and next-generation DRAM products. The remaining $13.2 billion will fund a separate facility in Cheongju dedicated to manufacturing NAND storage chips.



Construction for these sites will kick off next year. The company expects to finish building and open its first cleanrooms between late 2028 and June 2029. By expanding its footprint, SK Hynix hopes to lock in a stronger position to supply the hardware needed for data centers and advanced computing. This move helps it secure enough output for corporate buyers who are rushing to buy components before prices climb even higher.



If you rely on a Mac for heavy workloads, the internal memory inside it likely comes from these types of facilities. Right now, memory manufacturers are shifting their capacity toward highly profitable chips for artificial intelligence, which puts a squeeze on standard consumer electronics.



Production limits keep consumer device prices high until 2029



The multi-year timeline means the current memory crunch will not ease up in the short term.SK Hynix has already sold out its production capacity at premium prices through next year, leaving little room for relief in the consumer market. Prices for basic DRAM have multiplied in recent months.



This dynamic directly affects anyone waiting to buy the latest iPhone model. When base component costs go up, manufacturers often pass those expenses down to the final buyer. It creates a tough situation for the average person who simply wants to upgrade their daily tech.



The same reality applies if you plan to pick up a new iPad for school or entertainment. Until the new South Korean factories actually start rolling out fresh supply at the end of the decade, the tech industry will continue to operate under strict constraints. End users will likely shoulder the financial burden until this massive $38 billion bet finally pays off.]]></content:encoded>
</item>
<item>
<title><![CDATA[Jim Carrey to Star in Live-Action The Jetsons Movie by Warner Bros.]]></title>
<description><![CDATA[Fans of classic animation have a massive reason to celebrate today. Warner Bros. just confirmed that comedy legend Jim Carrey will star in a brand new live-action adaptation of the beloved cartoon series, The Jetsons. The massive studio dropped this major update during its recent quarterly shareh...]]></description>
<link>https://tsecurity.de/de/3711099/ios-mac-os/jim-carrey-to-star-in-live-action-the-jetsons-movie-by-warner-bros/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711099/ios-mac-os/jim-carrey-to-star-in-live-action-the-jetsons-movie-by-warner-bros/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:42 +0200</pubDate>
<content:encoded><![CDATA[Fans of classic animation have a massive reason to celebrate today. Warner Bros. just confirmed that comedy legend Jim Carrey will star in a brand new live-action adaptation of the beloved cartoon series, The Jetsons. The massive studio dropped this major update during its recent quarterly shareholder letter, officially adding the long-rumored space age family film to its future theatrical release calendar. This project marks the first time in over a decade that the popular actor will lead a non-Sonic movie.



The studio plans to release this space age comedy after 2027



Warner Bros. revealed the news while outlining its upcoming movie slate. It noted that the futuristic story is currently scheduled for a premiere date sometime beyond 2027. The project has been floating around in development for a while, with whispers from late last year suggesting Colin Trevorrow might sit in the director's chair. However, the studio has not yet confirmed who will ultimately direct the feature.



Taking on a role in The Jetsons is a big shift for Carrey. For the last ten years, he has mostly focused on his fan-favorite villain role as Dr. Robotnik in the Sonic the Hedgehog franchise. Fans previously thought he was close to retiring from acting altogether. Now, he seems ready to jump back into a massive studio comedy that brings a nostalgic 1960s world into a modern format.



We still do not know which specific character Carrey will play. He could step into the shoes of the stressed out family man George Jetson, or perhaps take on a wilder role in the futuristic universe. Either way, bringing this classic cartoon family back to life gives audiences a fun reason to head out to the theaters.]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple Restocks Refurbished Store With Rare M5 Macs and Studio Displays]]></title>
<description><![CDATA[The official Certified Refurbished Store from Apple just received a massive wave of fresh inventory. If you want to save money on recent hardware, this is your best chance. The company restocked rare M5 MacBook Pro models, high end Studio Display XDR monitors, and a few other hidden gems. These r...]]></description>
<link>https://tsecurity.de/de/3711098/ios-mac-os/apple-restocks-refurbished-store-with-rare-m5-macs-and-studio-displays/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711098/ios-mac-os/apple-restocks-refurbished-store-with-rare-m5-macs-and-studio-displays/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:42 +0200</pubDate>
<content:encoded><![CDATA[The official Certified Refurbished Store from Apple just received a massive wave of fresh inventory. If you want to save money on recent hardware, this is your best chance. The company restocked rare M5 MacBook Pro models, high end Studio Display XDR monitors, and a few other hidden gems. These restocks happen quietly and sell out fast. Here is a breakdown of what the store has to offer right now.



Score deals on refurbished M5 computers and laptops



The company has finally expanded its selection of refurbished computers. The big highlight is the 14-inch M5 MacBook Pro with 512GB of storage. The tech giant no longer sells this base model brand new, making this a great find for anyone looking to get a current generation Mac for less money.



Here is a look at the current notebook pricing:




14-inch M5 MacBook Pro with 512GB storage and 16GB memory in Space Black: $1,439



14-inch M5 MacBook Pro with Nano-texture screen, 2TB storage, and 24GB memory in Space Black: $2,419



15-inch M5 MacBook Air with 4TB storage and 24GB memory in Midnight: $2,969



16-inch M5 Pro MacBook Pro with 4TB storage and 24GB memory in Silver: $3,819




The highly sought after streaming box returns to stock



The Apple TV is one of the hardest items to track down in the refurb store. It pops up occasionally and disappears just as quickly. The company has it back in stock this week in two different versions.




Apple TV 4K 64GB 3rd Generation with Wi-Fi: $169



Apple TV 4K 128GB 3rd Generation with Wi-Fi and Ethernet: $209




Bring home a premium Studio Display XDR for less



If you need a professional monitor to pair with your computer, the Studio Display XDR is currently available with massive discounts. You can save up to $540 on select configurations.




Studio Display XDR with standard glass and VESA mount: $2,459



Studio Display XDR with Nano-texture glass and VESA mount: $2,719



Studio Display XDR with standard glass and adjustable stand: $2,799



Studio Display XDR with Nano-texture glass and adjustable stand: $3,059




Find discounts on smartphones and wearable tech accessories



Beyond computers and displays, the store also has deals on wearables and phones. While there are no refurbished models for the iPad this week, you can still grab an Apple Watch or an iPhone 16 Pro at a lower cost.




Apple Watch SE 3 with GPS and Cellular in 40mm Starlight: $249



Apple Watch SE with GPS and Cellular in 44mm Silver: $239



Apple Watch SE 3 with GPS and Cellular in 44mm Midnight: $279



iPhone 16 Pro 512GB in Desert Titanium: $1,019




Refurbished products from the company come with a one year warranty, a 14 day return policy, and the option to add AppleCare. These items go through a strict cleaning and testing process before they hit the website. Because inventory is so limited, you will need to act quickly if you see something you want to buy.]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple MacBook Neo Forces Microsoft To Boost Windows 11 Memory]]></title>
<description><![CDATA[It seems the highly affordable Apple portable computer is sending shockwaves through the PC industry. The entry-level MacBook Neo is proving that a computer with just 8GB of RAM can handle incredibly heavy workloads without breaking a sweat. This strong performance has put immense pressure on Mic...]]></description>
<link>https://tsecurity.de/de/3711097/ios-mac-os/apple-macbook-neo-forces-microsoft-to-boost-windows-11-memory/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711097/ios-mac-os/apple-macbook-neo-forces-microsoft-to-boost-windows-11-memory/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:42 +0200</pubDate>
<content:encoded><![CDATA[It seems the highly affordable Apple portable computer is sending shockwaves through the PC industry. The entry-level MacBook Neo is proving that a computer with just 8GB of RAM can handle incredibly heavy workloads without breaking a sweat. This strong performance has put immense pressure on Microsoft.



Now, the software maker is working hard to improve how Windows 11 handles memory on lower-end machines to stay relevant.



Apple puts pressure on the PC ecosystem to improve efficiency



When the budget friendly computer hit the market, skeptics doubted how well it would run on just 8GB of unified memory. But testing showed that the machine could open up to 60 apps at the same time without slowing down. For comparison, a rival Windows laptop like the Dell XPS 13 uses about 70 percent of its memory just sitting idle on the desktop.



IDC research manager Jitesh Ubrani believes this stark difference is forcing competitors to rethink their strategies. To compete with such a capable Mac device, hardware makers and software companies must work together to offer better performance and lower prices for everyday buyers.



Microsoft optimizes its operating system to run on less memory



Instead of just relying on the hardware to fix the problem, the tech giant is digging into the core code of its operating system. It wants to make sure that cheaper laptops with 8GB of RAM can run smoothly instead of freezing up under normal use.



While ongoing global memory chip shortages initially sparked this push for better efficiency, industry analysts point to the new Apple laptop as the main driving force. The software company realizes that if it does not match the memory management of its biggest rival, budget conscious buyers will simply switch to a different ecosystem.



Ultimately, healthy competition is forcing the industry to fix long standing performance issues. Consumers stand to win big as these software updates roll out, bringing faster and smoother computing to basic laptops that used to struggle with daily tasks.]]></content:encoded>
</item>
<item>
<title><![CDATA[WinBoat is alpha testing the GPU acceleration]]></title>
<description><![CDATA[submitted by    /u/lajka30   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711096/linux-tipps/winboat-is-alpha-testing-the-gpu-acceleration/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711096/linux-tipps/winboat-is-alpha-testing-the-gpu-acceleration/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/lajka30"> /u/lajka30 </a> <br> <span><a href="https://i.redd.it/ify1vzxb0whh1.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vhugz4/winboat_is_alpha_testing_the_gpu_acceleration/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why and how the Austrian Military moved to LibreOffice (Part 1)]]></title>
<description><![CDATA[submitted by    /u/buovjaga   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711095/linux-tipps/why-and-how-the-austrian-military-moved-to-libreoffice-part-1/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711095/linux-tipps/why-and-how-the-austrian-military-moved-to-libreoffice-part-1/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/buovjaga"> /u/buovjaga </a> <br> <span><a href="https://blog.documentfoundation.org/blog/2026/08/07/why-and-how-the-austrian-military-moved-to-libreoffice-part-1/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vhvyjr/why_and_how_the_austrian_military_moved_to/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[PULS DiskInfo - Disk Monitoring and Benchmark Project for Linux]]></title>
<description><![CDATA[PULS DiskInfo is a comprehensive storage health and S.M.A.R.T. monitoring application developed for Linux systems using GTK4 and C. Inspired by CrystalDiskInfo, it displays critical health status, temperatures, and detailed drive attributes. It lists and monitors multiple drives (NVMe SSD, SATA S...]]></description>
<link>https://tsecurity.de/de/3711094/linux-tipps/puls-diskinfo-disk-monitoring-and-benchmark-project-for-linux/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711094/linux-tipps/puls-diskinfo-disk-monitoring-and-benchmark-project-for-linux/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>PULS DiskInfo is a comprehensive storage health and S.M.A.R.T. monitoring application developed for Linux systems using GTK4 and C. Inspired by CrystalDiskInfo, it displays critical health status, temperatures, and detailed drive attributes. It lists and monitors multiple drives (NVMe SSD, SATA SSD, SSHD, HDD, USB, etc.). Alongside important details about the disk such as model, software, interface, interface standard, type, total read/write operations, and remaining lifespan, it also shows the current disk temperature, supported technologies, health information (e.g., critical error status, host read/write command count, etc.), and the partitions and their occupancy rates. The project includes Turkish language support.</p> <p>The project also includes performance tests (benchmarks) and S.M.A.R.T. monitoring for HDDs. The monitoring test includes performance tests similar to DiskMark, supporting all disks, such as read/write tests, sector scanning, and seek latency tests. It also has a repair function for failed disks (e.g., USB drives) (if one becomes available). You can also view the read/write and instantaneous usage rates of the selected disk in a table.</p> <p>Furthermore, you can export detailed disk data as a summary table. This feature is useful for sharing the overall health of SSD HDDs with others. You can also view the disk's warning log.</p> <p>The project is on Github; photos are attached: <a href="https://github.com/word-sys/puls-diskinfo">https://github.com/word-sys/puls-diskinfo</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/word-sys"> /u/word-sys </a> <br> <span><a href="https://i.redd.it/s8av9hlteyhh1.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vi0iae/puls_diskinfo_disk_monitoring_and_benchmark/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux keeps getting better the more I use it]]></title>
<description><![CDATA[The longer I use linux, the more I appreciate it. I switched from windows a while ago, and I honestly haven't regretted it for a second.I'm a developer, and every time I learn a new command or discover another tool that makes my workflow easier, I realize how powerful and well-designed this opera...]]></description>
<link>https://tsecurity.de/de/3711093/linux-tipps/linux-keeps-getting-better-the-more-i-use-it/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711093/linux-tipps/linux-keeps-getting-better-the-more-i-use-it/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>The longer I use linux, the more I appreciate it. I switched from windows a while ago, and I honestly haven't regretted it for a second.I'm a developer, and every time I learn a new command or discover another tool that makes my workflow easier, I realize how powerful and well-designed this operating system is. It feels like there's always something new to learn, and instead of making me frustrated, it just makes me enjoy using it even more. At this point, going back to windows for my daily development work would feel like a huge step backward.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Minimum-Ad7352"> /u/Minimum-Ad7352 </a> <br> <span><a href="https://www.reddit.com/r/linux/comments/1vi62gs/linux_keeps_getting_better_the_more_i_use_it/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vi62gs/linux_keeps_getting_better_the_more_i_use_it/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zapscape: Guest-to-Host Escape in KVM/x86]]></title>
<description><![CDATA[submitted by    /u/anh0516   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711092/linux-tipps/zapscape-guest-to-host-escape-in-kvmx86/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711092/linux-tipps/zapscape-guest-to-host-escape-in-kvmx86/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/anh0516"> /u/anh0516 </a> <br> <span><a href="https://github.com/V4bel/Zapscape">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vi6g0v/zapscape_guesttohost_escape_in_kvmx86/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux Accidentally Left Legacy I/O & Memory Handlers Open In Kernel Lockdown Mode]]></title>
<description><![CDATA[submitted by    /u/anh0516   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711091/linux-tipps/linux-accidentally-left-legacy-io-memory-handlers-open-in-kernel-lockdown-mode/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711091/linux-tipps/linux-accidentally-left-legacy-io-memory-handlers-open-in-kernel-lockdown-mode/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/anh0516"> /u/anh0516 </a> <br> <span><a href="https://www.phoronix.com/news/Linux-Lockdown-Legacy-IO-Mem">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vi6ny9/linux_accidentally_left_legacy_io_memory_handlers/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Just read “Just for fun”]]></title>
<description><![CDATA[Thank you Linus and David. I know this book is from 2001. I tend to be a late bloomer is all respects. Linux included. Books like this help fill in the gaps and provide excellent context. My favorite: “I don’t proactively delegate as much as I wait for people to come forward and volunteer to take...]]></description>
<link>https://tsecurity.de/de/3711090/linux-tipps/just-read-just-for-fun/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711090/linux-tipps/just-read-just-for-fun/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>Thank you Linus and David. I know this book is from 2001. I tend to be a late bloomer is all respects. Linux included. Books like this help fill in the gaps and provide excellent context. My favorite: “I don’t proactively delegate as much as I wait for people to come forward and volunteer to take over things.”</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/andrewjschauer"> /u/andrewjschauer </a> <br> <span><a href="https://www.reddit.com/r/linux/comments/1viiw05/just_read_just_for_fun/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1viiw05/just_read_just_for_fun/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[NixOS: The Nixpkgs core team has disbanded]]></title>
<description><![CDATA[submitted by    /u/TheTwelveYearOld   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711089/linux-tipps/nixos-the-nixpkgs-core-team-has-disbanded/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711089/linux-tipps/nixos-the-nixpkgs-core-team-has-disbanded/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/TheTwelveYearOld"> /u/TheTwelveYearOld </a> <br> <span><a href="https://discourse.nixos.org/t/the-nixpkgs-core-team-has-disbanded/79413">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vij85a/nixos_the_nixpkgs_core_team_has_disbanded/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[This Week in Plasma: UI Improvements Galore]]></title>
<description><![CDATA[submitted by    /u/diegodamohill   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711088/linux-tipps/this-week-in-plasma-ui-improvements-galore/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711088/linux-tipps/this-week-in-plasma-ui-improvements-galore/</guid>
<pubDate>Sat, 08 Aug 2026 05:07:27 +0200</pubDate>
<content:encoded><![CDATA[  submitted by   <a href="https://www.reddit.com/user/diegodamohill"> /u/diegodamohill </a> <br> <span><a href="https://blogs.kde.org/2026/08/08/this-week-in-plasma-ui-improvements-galore/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/1vik46q/this_week_in_plasma_ui_improvements_galore/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[GitHub: v0.9.4]]></title>
<description><![CDATA[Release v0.9.4]]></description>
<link>https://tsecurity.de/de/3711086/downloads/github-v094/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711086/downloads/github-v094/</guid>
<pubDate>Sat, 08 Aug 2026 05:06:32 +0200</pubDate>
<content:encoded><![CDATA[<div class="github-feed-entry"><p>Release v0.9.4</p></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[GitHub: 0.148.0-alpha.5]]></title>
<description><![CDATA[Release 0.148.0-alpha.5]]></description>
<link>https://tsecurity.de/de/3711085/downloads/github-01480-alpha5/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711085/downloads/github-01480-alpha5/</guid>
<pubDate>Sat, 08 Aug 2026 05:06:22 +0200</pubDate>
<content:encoded><![CDATA[<div class="github-feed-entry"><p>Release 0.148.0-alpha.5</p></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[GitHub: v2.1.226]]></title>
<description><![CDATA[What's changed

Bug fixes and reliability improvements]]></description>
<link>https://tsecurity.de/de/3711084/downloads/github-v21226/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711084/downloads/github-v21226/</guid>
<pubDate>Sat, 08 Aug 2026 05:06:21 +0200</pubDate>
<content:encoded><![CDATA[<div class="github-feed-entry"><h2>What's changed</h2>
<ul>
<li>Bug fixes and reliability improvements</li>
</ul></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[GitHub: 5.13.0-alpha.20260808013433]]></title>
<description><![CDATA[Matomo 5.13.0-alpha.20260808013433 (Pre-release)
We recommend to read this FAQ before using a pre-release in a production environment.
Please use the attached archives for installing or updating Matomo.
The source code download is only meant for developers and will require extra work to install i...]]></description>
<link>https://tsecurity.de/de/3711083/downloads/github-5130-alpha20260808013433/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711083/downloads/github-5130-alpha20260808013433/</guid>
<pubDate>Sat, 08 Aug 2026 05:06:14 +0200</pubDate>
<content:encoded><![CDATA[<div class="github-feed-entry"><h2>Matomo 5.13.0-alpha.20260808013433 (Pre-release)</h2>
<p>We recommend to read <a href="https://matomo.org/faq/how-to-update/faq_159/" rel="nofollow">this FAQ</a> before using a pre-release in a production environment.</p>
<p>Please use the attached archives for installing or updating Matomo.<br>
The source code download is only meant for developers and will require extra work to install it.</p>
<ul>
<li>Latest stable production release can be found at <a href="https://matomo.org/download/" rel="nofollow">https://matomo.org/download/</a> (<a href="https://matomo.org/docs/installation/" rel="nofollow">learn more</a>) (recommended)</li>
<li>Beta and Release Candidate releases can be found at <a href="https://builds.matomo.org/" rel="nofollow">https://builds.matomo.org/</a> (<a href="https://matomo.org/faq/how-to-update/faq_159/" rel="nofollow">learn more</a>)</li>
</ul></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Visual Studio Unable to attach to process, Access is denied]]></title>
<description><![CDATA[If Visual Studio is unable to attach to process and access is denied, Visual Studio cannot connect the debugger to the selected application. This usually happens because of insufficient permissions, process protection, or a mismatch between the debugger and the target process. Microsoft Visual St...]]></description>
<link>https://tsecurity.de/de/3711082/windows-tipps/visual-studio-unable-to-attach-to-process-access-is-denied/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711082/windows-tipps/visual-studio-unable-to-attach-to-process-access-is-denied/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:46 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="700" height="393" src="https://www.thewindowsclub.com/wp-content/uploads/2026/07/Visual-Studio-Unable-to-Attach-to-Process.jpg" class="attachment-full size-full wp-post-image" alt="Visual Studio Unable to attach to process. Access is denied" decoding="async" fetchpriority="high" srcset="https://www.thewindowsclub.com/wp-content/uploads/2026/07/Visual-Studio-Unable-to-Attach-to-Process.jpg 700w, https://www.thewindowsclub.com/wp-content/uploads/2026/07/Visual-Studio-Unable-to-Attach-to-Process-500x281.jpg 500w, https://www.thewindowsclub.com/wp-content/uploads/2026/07/Visual-Studio-Unable-to-Attach-to-Process-300x168.jpg 300w" sizes="(max-width: 700px) 100vw, 700px">If Visual Studio is unable to attach to process and access is denied, Visual Studio cannot connect the debugger to the selected application. This usually happens because of insufficient permissions, process protection, or a mismatch between the debugger and the target process. Microsoft Visual Studio. Unable to attach to &lt;Process&gt;. Access is denied. Why does […]</p>
<p>This article <a href="https://www.thewindowsclub.com/visual-studio-unable-to-attach-to-process-access-is-denied">Visual Studio Unable to attach to process, Access is denied</a> first appeared on <a href="https://www.thewindowsclub.com/">TheWindowsClub.com</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-64654 | GitHub CLI up to 2.96.x escape output (Nessus ID 333369)]]></title>
<description><![CDATA[A vulnerability was found in GitHub CLI up to 2.96.x and classified as problematic. Affected is an unknown function. The manipulation results in escaping of output.

This vulnerability is known as CVE-2026-64654. Attacking locally is a requirement. No exploit is available.

It is suggested to upg...]]></description>
<link>https://tsecurity.de/de/3711081/sicherheitsluecken/cve-2026-64654-github-cli-up-to-296x-escape-output-nessus-id-333369/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711081/sicherheitsluecken/cve-2026-64654-github-cli-up-to-296x-escape-output-nessus-id-333369/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/github:cli">GitHub CLI up to 2.96.x</a> and classified as <a href="https://vuldb.com/kb/risk">problematic</a>. Affected is an unknown function. The manipulation results in escaping of output.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-64654">CVE-2026-64654</a>. Attacking locally is a requirement. No exploit is available.

It is suggested to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-64677 | AnkiTects Anki up to 25.09.2 HTTP Server path traversal (Nessus ID 333367)]]></title>
<description><![CDATA[A vulnerability described as problematic has been identified in AnkiTects Anki up to 25.09.2. The impacted element is an unknown function of the component HTTP Server. Such manipulation leads to path traversal.

This vulnerability is listed as CVE-2026-64677. The attack may be performed from remo...]]></description>
<link>https://tsecurity.de/de/3711080/sicherheitsluecken/cve-2026-64677-ankitects-anki-up-to-25092-http-server-path-traversal-nessus-id-333367/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711080/sicherheitsluecken/cve-2026-64677-ankitects-anki-up-to-25092-http-server-path-traversal-nessus-id-333367/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability described as <a href="https://vuldb.com/kb/risk">problematic</a> has been identified in <a href="https://vuldb.com/product/ankitects:anki">AnkiTects Anki up to 25.09.2</a>. The impacted element is an unknown function of the component <em>HTTP Server</em>. Such manipulation leads to path traversal.

This vulnerability is listed as <a href="https://vuldb.com/cve/CVE-2026-64677">CVE-2026-64677</a>. The attack may be performed from remote. There is no available exploit.

Upgrading the affected component is recommended.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-64655 | GitHub CLI up to 2.96.x Attestation Verify signer-repo/signer-workflow incorrect regex (Nessus ID 333368)]]></title>
<description><![CDATA[A vulnerability classified as problematic has been found in GitHub CLI up to 2.96.x. Impacted is an unknown function of the component Attestation Verify. This manipulation of the argument signer-repo/signer-workflow causes incorrect regular expression.

This vulnerability is registered as CVE-202...]]></description>
<link>https://tsecurity.de/de/3711079/sicherheitsluecken/cve-2026-64655-github-cli-up-to-296x-attestation-verify-signer-reposigner-workflow-incorrect-regex-nessus-id-333368/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711079/sicherheitsluecken/cve-2026-64655-github-cli-up-to-296x-attestation-verify-signer-reposigner-workflow-incorrect-regex-nessus-id-333368/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> has been found in <a href="https://vuldb.com/product/github:cli">GitHub CLI up to 2.96.x</a>. Impacted is an unknown function of the component <em>Attestation Verify</em>. This manipulation of the argument <em>signer-repo/signer-workflow</em> causes incorrect regular expression.

This vulnerability is registered as <a href="https://vuldb.com/cve/CVE-2026-64655">CVE-2026-64655</a>. Remote exploitation of the attack is possible. No exploit is available.

It is recommended to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-43627 | ggml-org llama.cpp up to 0.17.1/b9058 llama_batch_init integer overflow (Nessus ID 333366)]]></title>
<description><![CDATA[A vulnerability labeled as critical has been found in ggml-org llama.cpp up to 0.17.1/b9058. This impacts the function llama_batch_init. The manipulation results in integer overflow.

This vulnerability is reported as CVE-2026-43627. The attack can be launched remotely. No exploit exists.]]></description>
<link>https://tsecurity.de/de/3711078/sicherheitsluecken/cve-2026-43627-ggml-org-llamacpp-up-to-0171b9058-llamabatchinit-integer-overflow-nessus-id-333366/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711078/sicherheitsluecken/cve-2026-43627-ggml-org-llamacpp-up-to-0171b9058-llamabatchinit-integer-overflow-nessus-id-333366/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability labeled as <a href="https://vuldb.com/kb/risk">critical</a> has been found in <a href="https://vuldb.com/product/ggml-org:llama">ggml-org llama.cpp up to 0.17.1/b9058</a>. This impacts the function <code>llama_batch_init</code>. The manipulation results in integer overflow.

This vulnerability is reported as <a href="https://vuldb.com/cve/CVE-2026-43627">CVE-2026-43627</a>. The attack can be launched remotely. No exploit exists.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-43631 | ggml-org llama.cpp up to b9060 llama-server use after free (Nessus ID 333364)]]></title>
<description><![CDATA[A vulnerability described as critical has been identified in ggml-org llama.cpp up to b9060. Affected by this vulnerability is an unknown functionality of the component llama-server. Such manipulation leads to use after free.

This vulnerability is traded as CVE-2026-43631. The attack may be laun...]]></description>
<link>https://tsecurity.de/de/3711077/sicherheitsluecken/cve-2026-43631-ggml-org-llamacpp-up-to-b9060-llama-server-use-after-free-nessus-id-333364/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711077/sicherheitsluecken/cve-2026-43631-ggml-org-llamacpp-up-to-b9060-llama-server-use-after-free-nessus-id-333364/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability described as <a href="https://vuldb.com/kb/risk">critical</a> has been identified in <a href="https://vuldb.com/product/ggml-org:llama">ggml-org llama.cpp up to b9060</a>. Affected by this vulnerability is an unknown functionality of the component <em>llama-server</em>. Such manipulation leads to use after free.

This vulnerability is traded as <a href="https://vuldb.com/cve/CVE-2026-43631">CVE-2026-43631</a>. The attack may be launched remotely. There is no exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-12261 | nltk up to 3.9.4 Downloader nltk.downloader code injection (Nessus ID 333363)]]></title>
<description><![CDATA[A vulnerability labeled as critical has been found in nltk up to 3.9.4. The affected element is the function nltk.downloader of the component Downloader. Such manipulation leads to code injection.

This vulnerability is uniquely identified as CVE-2026-12261. The attack can be launched remotely. N...]]></description>
<link>https://tsecurity.de/de/3711076/sicherheitsluecken/cve-2026-12261-nltk-up-to-394-downloader-nltkdownloader-code-injection-nessus-id-333363/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711076/sicherheitsluecken/cve-2026-12261-nltk-up-to-394-downloader-nltkdownloader-code-injection-nessus-id-333363/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability labeled as <a href="https://vuldb.com/kb/risk">critical</a> has been found in <a href="https://vuldb.com/product/nltk">nltk up to 3.9.4</a>. The affected element is the function <code>nltk.downloader</code> of the component <em>Downloader</em>. Such manipulation leads to code injection.

This vulnerability is uniquely identified as <a href="https://vuldb.com/cve/CVE-2026-12261">CVE-2026-12261</a>. The attack can be launched remotely. No exploit exists.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-61632 | facelessuser PyMdown Extensions up to 10.21.3 b64 Extension pymdownx.b64 os.path.normpath src path traversal (Nessus ID 333365)]]></title>
<description><![CDATA[A vulnerability classified as problematic has been found in facelessuser PyMdown Extensions up to 10.21.3. Affected is the function os.path.normpath of the file pymdownx.b64 of the component b64 Extension. Performing a manipulation of the argument src results in path traversal.

This vulnerabilit...]]></description>
<link>https://tsecurity.de/de/3711075/sicherheitsluecken/cve-2026-61632-facelessuser-pymdown-extensions-up-to-10213-b64-extension-pymdownxb64-ospathnormpath-src-path-traversal-nessus-id-333365/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711075/sicherheitsluecken/cve-2026-61632-facelessuser-pymdown-extensions-up-to-10213-b64-extension-pymdownxb64-ospathnormpath-src-path-traversal-nessus-id-333365/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> has been found in <a href="https://vuldb.com/product/facelessuser:pymdown_extensions">facelessuser PyMdown Extensions up to 10.21.3</a>. Affected is the function <code>os.path.normpath</code> of the file <em>pymdownx.b64</em> of the component <em>b64 Extension</em>. Performing a manipulation of the argument <em>src</em> results in path traversal.

This vulnerability is reported as <a href="https://vuldb.com/cve/CVE-2026-61632">CVE-2026-61632</a>. The attack is possible to be carried out remotely. No exploit exists.

It is recommended to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-47121 | sparkle-project Sparkle up to 2.9.1 Autoupdate SPUSparkleDeltaArchive.m extractItem path traversal]]></title>
<description><![CDATA[A vulnerability, which was classified as very critical, has been found in sparkle-project Sparkle up to 2.9.1. This affects the function extractItem of the file Autoupdate/SUBinaryDeltaApply.m/Autoupdate/SPUSparkleDeltaArchive.m of the component Autoupdate/SUBinaryDeltaApply/SPUSparkleDeltaArchiv...]]></description>
<link>https://tsecurity.de/de/3711074/sicherheitsluecken/cve-2026-47121-sparkle-project-sparkle-up-to-291-autoupdate-spusparkledeltaarchivem-extractitem-path-traversal/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711074/sicherheitsluecken/cve-2026-47121-sparkle-project-sparkle-up-to-291-autoupdate-spusparkledeltaarchivem-extractitem-path-traversal/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">very critical</a>, has been found in <a href="https://vuldb.com/product/sparkle-project:sparkle">sparkle-project Sparkle up to 2.9.1</a>. This affects the function <code>extractItem</code> of the file <em>Autoupdate/SUBinaryDeltaApply.m/Autoupdate/SPUSparkleDeltaArchive.m</em> of the component <em>Autoupdate/SUBinaryDeltaApply/SPUSparkleDeltaArchive</em>. This manipulation causes path traversal.

The identification of this vulnerability is <a href="https://vuldb.com/cve/CVE-2026-47121">CVE-2026-47121</a>. It is possible to initiate the attack remotely. There is no exploit available.

It is advisable to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-47122 | sparkle-project Sparkle up to 2.9.1 Autoupdate AppInstaller.m shouldAcceptNewConnection missing authentication]]></title>
<description><![CDATA[A vulnerability, which was classified as problematic, was found in sparkle-project Sparkle up to 2.9.1. This impacts the function shouldAcceptNewConnection of the file Autoupdate/AppInstaller.m of the component Autoupdate. The manipulation results in missing authentication.

This vulnerability wa...]]></description>
<link>https://tsecurity.de/de/3711073/sicherheitsluecken/cve-2026-47122-sparkle-project-sparkle-up-to-291-autoupdate-appinstallerm-shouldacceptnewconnection-missing-authentication/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711073/sicherheitsluecken/cve-2026-47122-sparkle-project-sparkle-up-to-291-autoupdate-appinstallerm-shouldacceptnewconnection-missing-authentication/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">problematic</a>, was found in <a href="https://vuldb.com/product/sparkle-project:sparkle">sparkle-project Sparkle up to 2.9.1</a>. This impacts the function <code>shouldAcceptNewConnection</code> of the file <em>Autoupdate/AppInstaller.m</em> of the component <em>Autoupdate</em>. The manipulation results in missing authentication.

This vulnerability was named <a href="https://vuldb.com/cve/CVE-2026-47122">CVE-2026-47122</a>. The attack needs to be approached locally. There is no available exploit.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-15788 | moby BuildKit up to 0.31.1 Cache Source information disclosure]]></title>
<description><![CDATA[A vulnerability, which was classified as problematic, has been found in moby BuildKit up to 0.31.1. This affects an unknown part of the component Cache. Performing a manipulation of the argument Source results in information disclosure.

This vulnerability is known as CVE-2026-15788. Remote explo...]]></description>
<link>https://tsecurity.de/de/3711072/sicherheitsluecken/cve-2026-15788-moby-buildkit-up-to-0311-cache-source-information-disclosure/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711072/sicherheitsluecken/cve-2026-15788-moby-buildkit-up-to-0311-cache-source-information-disclosure/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">problematic</a>, has been found in <a href="https://vuldb.com/product/moby:buildkit">moby BuildKit up to 0.31.1</a>. This affects an unknown part of the component <em>Cache</em>. Performing a manipulation of the argument <em>Source</em> results in information disclosure.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-15788">CVE-2026-15788</a>. Remote exploitation of the attack is possible. No exploit is available.

It is advisable to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2025-6947 | WatchGuard Fireware OS up to 12.11.2 SIP Proxy cross site scripting (wgsa-2025-00012)]]></title>
<description><![CDATA[A vulnerability described as problematic has been identified in WatchGuard Fireware OS up to 12.11.2. This issue affects some unknown processing of the component SIP Proxy Module. Such manipulation leads to cross site scripting.

This vulnerability is referenced as CVE-2025-6947. It is possible t...]]></description>
<link>https://tsecurity.de/de/3711071/sicherheitsluecken/cve-2025-6947-watchguard-fireware-os-up-to-12112-sip-proxy-cross-site-scripting-wgsa-2025-00012/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711071/sicherheitsluecken/cve-2025-6947-watchguard-fireware-os-up-to-12112-sip-proxy-cross-site-scripting-wgsa-2025-00012/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability described as <a href="https://vuldb.com/kb/risk">problematic</a> has been identified in <a href="https://vuldb.com/product/watchguard:fireware_os">WatchGuard Fireware OS up to 12.11.2</a>. This issue affects some unknown processing of the component <em>SIP Proxy Module</em>. Such manipulation leads to cross site scripting.

This vulnerability is referenced as <a href="https://vuldb.com/cve/CVE-2025-6947">CVE-2025-6947</a>. It is possible to launch the attack remotely. No exploit is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2024-8424 | WatchGuard EPDR/Panda AD360/Panda Dome on Windows PSANHost.exe privileges management (wgsa-2024-0001)]]></title>
<description><![CDATA[A vulnerability classified as critical was found in WatchGuard EPDR, Panda AD360 and Panda Dome on Windows. This affects an unknown function of the file PSANHost.exe. The manipulation results in improper privilege management.

This vulnerability is known as CVE-2024-8424. Attacking locally is a r...]]></description>
<link>https://tsecurity.de/de/3711070/sicherheitsluecken/cve-2024-8424-watchguard-epdrpanda-ad360panda-dome-on-windows-psanhostexe-privileges-management-wgsa-2024-0001/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711070/sicherheitsluecken/cve-2024-8424-watchguard-epdrpanda-ad360panda-dome-on-windows-psanhostexe-privileges-management-wgsa-2024-0001/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">critical</a> was found in <a href="https://vuldb.com/product/watchguard:epdr">WatchGuard EPDR, Panda AD360 and Panda Dome</a> on Windows. This affects an unknown function of the file <em>PSANHost.exe</em>. The manipulation results in improper privilege management.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2024-8424">CVE-2024-8424</a>. Attacking locally is a requirement. No exploit is available.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2023-52799 | Linux Kernel up to 6.6.2 jfs dmtree_t array index (Nessus ID 232182)]]></title>
<description><![CDATA[A vulnerability has been found in Linux Kernel up to 6.6.2 and classified as problematic. This affects the function dmtree_t of the component jfs. This manipulation causes improper validation of array index.

This vulnerability is tracked as CVE-2023-52799. The attack is only possible within the ...]]></description>
<link>https://tsecurity.de/de/3711069/sicherheitsluecken/cve-2023-52799-linux-kernel-up-to-662-jfs-dmtreet-array-index-nessus-id-232182/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711069/sicherheitsluecken/cve-2023-52799-linux-kernel-up-to-662-jfs-dmtreet-array-index-nessus-id-232182/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability has been found in <a href="https://vuldb.com/product/linux:kernel">Linux Kernel up to 6.6.2</a> and classified as <a href="https://vuldb.com/kb/risk">problematic</a>. This affects the function <code>dmtree_t</code> of the component <em>jfs</em>. This manipulation causes improper validation of array index.

This vulnerability is tracked as <a href="https://vuldb.com/cve/CVE-2023-52799">CVE-2023-52799</a>. The attack is only possible within the local network. No exploit exists.

The affected component should be upgraded.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2023-52810 | Linux Kernel up to 6.6.2 db_l2nbperpage out-of-bounds]]></title>
<description><![CDATA[A vulnerability described as problematic has been identified in Linux Kernel up to 6.6.2. Affected by this vulnerability is the function db_l2nbperpage. Executing a manipulation can lead to out-of-bounds read.

This vulnerability is handled as CVE-2023-52810. The attack can only be done within th...]]></description>
<link>https://tsecurity.de/de/3711068/sicherheitsluecken/cve-2023-52810-linux-kernel-up-to-662-dbl2nbperpage-out-of-bounds/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711068/sicherheitsluecken/cve-2023-52810-linux-kernel-up-to-662-dbl2nbperpage-out-of-bounds/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability described as <a href="https://vuldb.com/kb/risk">problematic</a> has been identified in <a href="https://vuldb.com/product/linux:kernel">Linux Kernel up to 6.6.2</a>. Affected by this vulnerability is the function <code>db_l2nbperpage</code>. Executing a manipulation can lead to out-of-bounds read.

This vulnerability is handled as <a href="https://vuldb.com/cve/CVE-2023-52810">CVE-2023-52810</a>. The attack can only be done within the local network. There is not any exploit available.

Upgrading the affected component is recommended.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2023-52772 | Linux Kernel up to 5.15.139/6.1.63/6.5.12/6.6.2 af_unix lib/dump_stack.c unix_stream_read_actor use after free]]></title>
<description><![CDATA[A vulnerability was found in Linux Kernel up to 5.15.139/6.1.63/6.5.12/6.6.2. It has been classified as problematic. This vulnerability affects the function unix_stream_read_actor in the library lib/dump_stack.c of the component af_unix. This manipulation causes use after free.

This vulnerabilit...]]></description>
<link>https://tsecurity.de/de/3711067/sicherheitsluecken/cve-2023-52772-linux-kernel-up-to-51513961636512662-afunix-libdumpstackc-unixstreamreadactor-use-after-free/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711067/sicherheitsluecken/cve-2023-52772-linux-kernel-up-to-51513961636512662-afunix-libdumpstackc-unixstreamreadactor-use-after-free/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/linux:kernel">Linux Kernel up to 5.15.139/6.1.63/6.5.12/6.6.2</a>. It has been classified as <a href="https://vuldb.com/kb/risk">problematic</a>. This vulnerability affects the function <code>unix_stream_read_actor</code> in the library <em>lib/dump_stack.c</em> of the component <em>af_unix</em>. This manipulation causes use after free.

This vulnerability appears as <a href="https://vuldb.com/cve/CVE-2023-52772">CVE-2023-52772</a>. The attacker needs to be present on the local network. There is no available exploit.

Upgrading the affected component is recommended.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2023-52798 | Linux Kernel up to 6.6.2 ath11k ath11k_mac_get_ar_by_pdev_id use after free (Nessus ID 207773)]]></title>
<description><![CDATA[A vulnerability labeled as problematic has been found in Linux Kernel up to 5.10.201/5.15.139/6.1.63/6.5.12/6.6.2. The affected element is the function ath11k_mac_get_ar_by_pdev_id of the component ath11k. The manipulation results in use after free.

This vulnerability is known as CVE-2023-52798....]]></description>
<link>https://tsecurity.de/de/3711066/sicherheitsluecken/cve-2023-52798-linux-kernel-up-to-662-ath11k-ath11kmacgetarbypdevid-use-after-free-nessus-id-207773/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711066/sicherheitsluecken/cve-2023-52798-linux-kernel-up-to-662-ath11k-ath11kmacgetarbypdevid-use-after-free-nessus-id-207773/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability labeled as <a href="https://vuldb.com/kb/risk">problematic</a> has been found in <a href="https://vuldb.com/product/linux:kernel">Linux Kernel up to 5.10.201/5.15.139/6.1.63/6.5.12/6.6.2</a>. The affected element is the function <code>ath11k_mac_get_ar_by_pdev_id</code> of the component <em>ath11k</em>. The manipulation results in use after free.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2023-52798">CVE-2023-52798</a>. Access to the local network is required for this attack. No exploit is available.

The affected component should be upgraded.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2023-52777 | Linux Kernel up to 6.1.63/6.5.12/6.6.2 ath11k ath11k_mac_get_arvif_by_vdev_id use after free]]></title>
<description><![CDATA[A vulnerability categorized as problematic has been discovered in Linux Kernel up to 6.1.63/6.5.12/6.6.2. This issue affects the function ath11k_mac_get_arvif_by_vdev_id of the component ath11k. Executing a manipulation can lead to use after free.

This vulnerability appears as CVE-2023-52777. Th...]]></description>
<link>https://tsecurity.de/de/3711065/sicherheitsluecken/cve-2023-52777-linux-kernel-up-to-61636512662-ath11k-ath11kmacgetarvifbyvdevid-use-after-free/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711065/sicherheitsluecken/cve-2023-52777-linux-kernel-up-to-61636512662-ath11k-ath11kmacgetarvifbyvdevid-use-after-free/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:16 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability categorized as <a href="https://vuldb.com/kb/risk">problematic</a> has been discovered in <a href="https://vuldb.com/product/linux:kernel">Linux Kernel up to 6.1.63/6.5.12/6.6.2</a>. This issue affects the function <code>ath11k_mac_get_arvif_by_vdev_id</code> of the component <em>ath11k</em>. Executing a manipulation can lead to use after free.

This vulnerability appears as <a href="https://vuldb.com/cve/CVE-2023-52777">CVE-2023-52777</a>. The attacker needs to be present on the local network. There is no available exploit.

It is advisable to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[Reverse engineering SilentCryptoMiner]]></title>
<description><![CDATA[From a suspected youtube video to a deep dive using static analysis, discovering a monero crypto jacking malware. Analysis    submitted by    /u/Educational_Sun4737   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711064/malware-trojaner-viren/reverse-engineering-silentcryptominer/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711064/malware-trojaner-viren/reverse-engineering-silentcryptominer/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:12 +0200</pubDate>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>From a suspected youtube video to a deep dive using static analysis, discovering a monero crypto jacking malware.</p> <p><a href="https://gustavvising.se/2026/07/17/reverse-engineering-a-miner-malware.html">Analysis</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Educational_Sun4737"> /u/Educational_Sun4737 </a> <br> <span><a href="https://i.redd.it/pbdy21wx8xhh1.jpeg">[link]</a></span>   <span><a href="https://www.reddit.com/r/MalwareAnalysis/comments/1vhvsi4/reverse_engineering_silentcryptominer/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Shellcode analysis]]></title>
<description><![CDATA[I stumbled upon VIPKeylogger which has multiple stages. The last stage is an autoit script that loads and decrypt an encrypted shellcode and injects it into a legit windows process. The thing is that the shellcode was generated from Donut shellcode generator and I can't analyze it whatsoever, the...]]></description>
<link>https://tsecurity.de/de/3711063/malware-trojaner-viren/shellcode-analysis/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711063/malware-trojaner-viren/shellcode-analysis/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:12 +0200</pubDate>
<content:encoded><![CDATA[<!-- SC_OFF --><div class="md"><p>I stumbled upon <strong>VIPKeylogger</strong> which has multiple stages.<br> The last stage is an <strong>autoit</strong> script that loads and decrypt an encrypted shellcode and injects it into a legit windows process. The thing is that the shellcode was generated from <strong>Donut shellcode generator</strong> and I can't analyze it whatsoever, the dynamic analysis of that exact process didn't show any but the shellcode is was already injected in the process space with RWX permissions. Does anyone have a way to reverse a donut generated shellcode or some sort of way to debug and analyze shellcodes?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Financial_Pain_3007"> /u/Financial_Pain_3007 </a> <br> <span><a href="https://www.reddit.com/r/MalwareAnalysis/comments/1vibmb9/shellcode_analysis/">[link]</a></span>   <span><a href="https://www.reddit.com/r/MalwareAnalysis/comments/1vibmb9/shellcode_analysis/">[comments]</a></span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hacker-Angriff auf Kreiskrankenhaus kam aus Rumänien | Neuburger Rundschau]]></title>
<description><![CDATA[Jetzt sind die Untersuchungen zu dem IT-Sicherheitsvorfall weitgehend abgeschlossen, teilt das Landratsamt mit. Externe IT-Forensiker hätten den ...]]></description>
<link>https://tsecurity.de/de/3711062/hacking/hacker-angriff-auf-kreiskrankenhaus-kam-aus-rumaenien-neuburger-rundschau/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711062/hacking/hacker-angriff-auf-kreiskrankenhaus-kam-aus-rumaenien-neuburger-rundschau/</guid>
<pubDate>Sat, 08 Aug 2026 05:05:00 +0200</pubDate>
<content:encoded><![CDATA[Jetzt sind die Untersuchungen zu dem IT-Sicherheitsvorfall weitgehend abgeschlossen, teilt das Landratsamt mit. Externe IT-Forensiker hätten den ...]]></content:encoded>
</item>
<item>
<title><![CDATA[DEFCON 34: After Dark]]></title>
<description><![CDATA[YouTube Video]]></description>
<link>https://tsecurity.de/de/3711061/it-security-video/defcon-34-after-dark/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711061/it-security-video/defcon-34-after-dark/</guid>
<pubDate>Sat, 08 Aug 2026 05:04:37 +0200</pubDate>
<content:encoded><![CDATA[<p>YouTube Video</p><p><iframe loading="lazy" src="https://www.youtube.com/embed/b314CcsBXQc"></iframe></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Was erwarten Führungskräfte im Bereich Cybersicherheit von ihren Mitarbeitern? Diese drei ...]]></title>
<description><![CDATA[Zertifizierungen und jahrelange Erfahrung reichen im Bereich Cybersicherheit heutzutage nur noch begrenzt aus. Automatisierung führt dazu ...]]></description>
<link>https://tsecurity.de/de/3711060/it-security-nachrichten/was-erwarten-fuehrungskraefte-im-bereich-cybersicherheit-von-ihren-mitarbeitern-diese-drei/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711060/it-security-nachrichten/was-erwarten-fuehrungskraefte-im-bereich-cybersicherheit-von-ihren-mitarbeitern-diese-drei/</guid>
<pubDate>Sat, 08 Aug 2026 05:03:37 +0200</pubDate>
<content:encoded><![CDATA[Zertifizierungen und jahrelange Erfahrung reichen im Bereich <b>Cybersicherheit</b> heutzutage nur noch begrenzt aus. Automatisierung führt dazu ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Cybersicherheit: 98% deutscher Webseiten fehlt Notfall-Kontakt - ad-hoc-news.de]]></title>
<description><![CDATA[BSI-Messungen zeigen: Fast alle deutschen Websites ohne standardisierte Kontaktwege für Sicherheitslücken. Der Cyber Resilience Act erhöht den ...]]></description>
<link>https://tsecurity.de/de/3711059/it-security-nachrichten/cybersicherheit-98-deutscher-webseiten-fehlt-notfall-kontakt-ad-hoc-newsde/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711059/it-security-nachrichten/cybersicherheit-98-deutscher-webseiten-fehlt-notfall-kontakt-ad-hoc-newsde/</guid>
<pubDate>Sat, 08 Aug 2026 05:03:37 +0200</pubDate>
<content:encoded><![CDATA[BSI-Messungen zeigen: Fast alle deutschen Websites ohne standardisierte Kontaktwege für Sicherheitslücken. Der Cyber Resilience Act erhöht den ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Shai-Hulud shows engineering teams have a new AI security problem]]></title>
<description><![CDATA[submitted by    /u/Suspicious_Orchid770   [link]   [comments]]]></description>
<link>https://tsecurity.de/de/3711058/it-security-nachrichten/shai-hulud-shows-engineering-teams-have-a-new-ai-security-problem/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711058/it-security-nachrichten/shai-hulud-shows-engineering-teams-have-a-new-ai-security-problem/</guid>
<pubDate>Sat, 08 Aug 2026 05:01:12 +0200</pubDate>
<content:encoded><![CDATA[<table> <tr><td> <a href="https://www.reddit.com/r/security/comments/1vhzgfa/shaihulud_shows_engineering_teams_have_a_new_ai/"> <img src="https://external-preview.redd.it/6NnpfVkLK4pbhP0-QmMumhb5BOuh_c52F9KYCnDBoug.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=9ec3b10c90645723b05ea89b39b8289b73e62a08" alt="Shai-Hulud shows engineering teams have a new AI security problem" title="Shai-Hulud shows engineering teams have a new AI security problem"> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Suspicious_Orchid770"> /u/Suspicious_Orchid770 </a> <br> <span><a href="https://leaddev.com/ai/shai-hulud-shows-engineering-teams-have-a-new-ai-security-problem">[link]</a></span>   <span><a href="https://www.reddit.com/r/security/comments/1vhzgfa/shaihulud_shows_engineering_teams_have_a_new_ai/">[comments]</a></span> </td></tr></table>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI pledges to add Astra security as Anthropic loosens Fable's leash]]></title>
<description><![CDATA[Or how I learned to stop worrying and love dangerous AI]]></description>
<link>https://tsecurity.de/de/3711057/it-nachrichten/openai-pledges-to-add-astra-security-as-anthropic-loosens-fables-leash/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711057/it-nachrichten/openai-pledges-to-add-astra-security-as-anthropic-loosens-fables-leash/</guid>
<pubDate>Sat, 08 Aug 2026 05:00:49 +0200</pubDate>
<content:encoded><![CDATA[Or how I learned to stop worrying and love dangerous AI]]></content:encoded>
</item>
<item>
<title><![CDATA[Denza claims its latest Z9S model boasts the world’s longest electric range — allowing owners to drive from New York to Detroit without a stop]]></title>
<description><![CDATA[This new EV claims a staggering 683-mile range on a single charge]]></description>
<link>https://tsecurity.de/de/3711056/it-nachrichten/denza-claims-its-latest-z9s-model-boasts-the-worlds-longest-electric-range-allowing-owners-to-drive-from-new-york-to-detroit-without-a-stop/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711056/it-nachrichten/denza-claims-its-latest-z9s-model-boasts-the-worlds-longest-electric-range-allowing-owners-to-drive-from-new-york-to-detroit-without-a-stop/</guid>
<pubDate>Sat, 08 Aug 2026 05:00:48 +0200</pubDate>
<content:encoded><![CDATA[This new EV claims a staggering 683-mile range on a single charge]]></content:encoded>
</item>
<item>
<title><![CDATA[University of Alberta Researcher's Local AI Keeps Data Off the Cloud]]></title>
<description><![CDATA[Jonathan Schaeffer, professor emeritus at the University of Alberta, built a local AI platform for researchers, authors and legal experts who don’t want to choose between using AI and sharing their intellectual property.]]></description>
<link>https://tsecurity.de/de/3711055/ai-nachrichten/university-of-alberta-researchers-local-ai-keeps-data-off-the-cloud/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711055/ai-nachrichten/university-of-alberta-researchers-local-ai-keeps-data-off-the-cloud/</guid>
<pubDate>Sat, 08 Aug 2026 03:39:40 +0200</pubDate>
<content:encoded><![CDATA[Jonathan Schaeffer, professor emeritus at the University of Alberta, built a local AI platform for researchers, authors and legal experts who don’t want to choose between using AI and sharing their intellectual property.]]></content:encoded>
</item>
<item>
<title><![CDATA[Moonshot shake-up seeks to win Beijing nod for stock market debut]]></title>
<description><![CDATA[Chinese AI start-up targets Hong Kong listing to raise fresh funding for next phase of development]]></description>
<link>https://tsecurity.de/de/3711054/ai-nachrichten/moonshot-shake-up-seeks-to-win-beijing-nod-for-stock-market-debut/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711054/ai-nachrichten/moonshot-shake-up-seeks-to-win-beijing-nod-for-stock-market-debut/</guid>
<pubDate>Sat, 08 Aug 2026 03:39:37 +0200</pubDate>
<content:encoded><![CDATA[Chinese AI start-up targets Hong Kong listing to raise fresh funding for next phase of development]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI says it slowed Astra model development over security concerns]]></title>
<description><![CDATA[OpenAI said this model, which is still in development, reached its "critical cybersecurity threshold," meaning it could independently identify and carry out cyberattacks against traditionally well-protected real-world systems.]]></description>
<link>https://tsecurity.de/de/3711053/ai-nachrichten/openai-says-it-slowed-astra-model-development-over-security-concerns/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711053/ai-nachrichten/openai-says-it-slowed-astra-model-development-over-security-concerns/</guid>
<pubDate>Sat, 08 Aug 2026 03:39:36 +0200</pubDate>
<content:encoded><![CDATA[OpenAI said this model, which is still in development, reached its "critical cybersecurity threshold," meaning it could independently identify and carry out cyberattacks against traditionally well-protected real-world systems.]]></content:encoded>
</item>
<item>
<title><![CDATA[Samsung Galaxy Z Fold8 Ultra First Look & Impressions]]></title>
<description><![CDATA[YouTube Video]]></description>
<link>https://tsecurity.de/de/3711036/videos/samsung-galaxy-z-fold8-ultra-first-look-impressions/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711036/videos/samsung-galaxy-z-fold8-ultra-first-look-impressions/</guid>
<pubDate>Sat, 08 Aug 2026 03:38:29 +0200</pubDate>
<content:encoded><![CDATA[<p>YouTube Video</p><p><iframe loading="lazy" src="https://www.youtube.com/embed/eMgr--S7ZBg"></iframe></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[DebConf26 closes in Santa Fe and DebConf27 announced]]></title>
<description><![CDATA[On Saturday 25 July 2026, the annual
Debian Developers and Contributors Conference
came to a close.]]></description>
<link>https://tsecurity.de/de/3711033/unix-server/debconf26-closes-in-santa-fe-and-debconf27-announced/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711033/unix-server/debconf26-closes-in-santa-fe-and-debconf27-announced/</guid>
<pubDate>Sat, 08 Aug 2026 03:36:59 +0200</pubDate>
<content:encoded><![CDATA[On Saturday 25 July 2026, the annual
<a href="https://debconf26.debconf.org/">Debian Developers and Contributors Conference</a>
came to a close.]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows-Server: SQL-Injection und WSUS-Angriffe zeigen akute Patch-Lücken - it boltwise]]></title>
<description><![CDATA[Eine jahrzehntealte SQL-Injection ermöglicht laut Angaben Kontrolle über Windows-Server. Dazu kommen WSUS-Missbrauch, Cloud-Lücken und konkrete ...]]></description>
<link>https://tsecurity.de/de/3711032/windows-server/windows-server-sql-injection-und-wsus-angriffe-zeigen-akute-patch-luecken-it-boltwise/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711032/windows-server/windows-server-sql-injection-und-wsus-angriffe-zeigen-akute-patch-luecken-it-boltwise/</guid>
<pubDate>Sat, 08 Aug 2026 03:36:42 +0200</pubDate>
<content:encoded><![CDATA[Eine jahrzehntealte SQL-Injection ermöglicht laut Angaben Kontrolle über <b>Windows</b>-<b>Server</b>. Dazu kommen WSUS-Missbrauch, Cloud-Lücken und konkrete ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Bundesamts für Informatik: Cyberangriff auf SharePoint-Server - BornCity]]></title>
<description><![CDATA[Schwachstellen in SharePoint. Bei SharePoint handelt es sich um eine Webanwendung von Microsoft, welche unter anderem zur Kollaboration und als ...]]></description>
<link>https://tsecurity.de/de/3711031/windows-server/bundesamts-fuer-informatik-cyberangriff-auf-sharepoint-server-borncity/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711031/windows-server/bundesamts-fuer-informatik-cyberangriff-auf-sharepoint-server-borncity/</guid>
<pubDate>Sat, 08 Aug 2026 03:36:42 +0200</pubDate>
<content:encoded><![CDATA[Schwachstellen in SharePoint. Bei SharePoint handelt es sich um eine Webanwendung von Microsoft, welche unter anderem zur Kollaboration und als ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Business Insight: Google seeks a sharper focus in AI after Hassabis move - Golem.de]]></title>
<description><![CDATA[(Senior) IT Consultant (m/f/d) Microsoft Cloud D365 (CRM) Heraeus ... Golem-PC Beispielbild. Home · News · Google seeks a sharper focus in AI ...]]></description>
<link>https://tsecurity.de/de/3711030/windows-server/business-insight-google-seeks-a-sharper-focus-in-ai-after-hassabis-move-golemde/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711030/windows-server/business-insight-google-seeks-a-sharper-focus-in-ai-after-hassabis-move-golemde/</guid>
<pubDate>Sat, 08 Aug 2026 03:36:42 +0200</pubDate>
<content:encoded><![CDATA[(Senior) IT Consultant (m/f/d) Microsoft Cloud D365 (CRM) Heraeus ... Golem-PC Beispielbild. Home · News · Google seeks a sharper focus in AI ...]]></content:encoded>
</item>
<item>
<title><![CDATA[WordPress 7.0.3 Sicherheits-Release freigegeben - kontinuierliche Arbeit am Code - Winboard.org]]></title>
<description><![CDATA[Windows 10 Forum · Windows 8 Forum · Windows 7 Forum · Software Forum · Hardware Forum · Windows Server · Windows Vista Forum · Windows XP Forum.]]></description>
<link>https://tsecurity.de/de/3711029/windows-server/wordpress-703-sicherheits-release-freigegeben-kontinuierliche-arbeit-am-code-winboardorg/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711029/windows-server/wordpress-703-sicherheits-release-freigegeben-kontinuierliche-arbeit-am-code-winboardorg/</guid>
<pubDate>Sat, 08 Aug 2026 03:36:42 +0200</pubDate>
<content:encoded><![CDATA[Windows 10 Forum · Windows 8 Forum · Windows 7 Forum · Software Forum · Hardware Forum · <b>Windows Server</b> · Windows Vista Forum · Windows XP Forum.]]></content:encoded>
</item>
<item>
<title><![CDATA[GitHub: 0.148.0-alpha.4]]></title>
<description><![CDATA[Release 0.148.0-alpha.4]]></description>
<link>https://tsecurity.de/de/3711028/downloads/github-01480-alpha4/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711028/downloads/github-01480-alpha4/</guid>
<pubDate>Sat, 08 Aug 2026 03:36:23 +0200</pubDate>
<content:encoded><![CDATA[<div class="github-feed-entry"><p>Release 0.148.0-alpha.4</p></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[GitHub: v2.1.225]]></title>
<description><![CDATA[What's changed

Added gateway spend-limit support to Claude Code's usage warning; the limit-reached message now names the cap, its reset time, and the operator's message (requires the gateway on 2.1.225)
Added a workspace trust prompt to claude agents for untrusted directories, matching the behav...]]></description>
<link>https://tsecurity.de/de/3711027/downloads/github-v21225/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711027/downloads/github-v21225/</guid>
<pubDate>Sat, 08 Aug 2026 03:36:22 +0200</pubDate>
<content:encoded><![CDATA[<div class="github-feed-entry"><h2>What's changed</h2>
<ul>
<li>Added gateway spend-limit support to Claude Code's usage warning; the limit-reached message now names the cap, its reset time, and the operator's message (requires the gateway on 2.1.225)</li>
<li>Added a workspace trust prompt to <code>claude agents</code> for untrusted directories, matching the behavior of <code>claude</code></li>
<li>Fixed a transient 401 replacing a long-lived <code>CLAUDE_CODE_OAUTH_TOKEN</code> with a stored login's short-lived token, breaking headless sessions until restart</li>
<li>Fixed MCP OAuth servers on macOS intermittently failing with a burst of 401 errors, as if never authenticated, after a keychain read timed out</li>
<li>Fixed auto mode counting a safety-filter refusal of its own permission check toward the consecutive-block limit; the action is still denied, but the model is now told to move on rather than retry</li>
<li>Fixed cross-session messages staying parked without a notice or expiry in headless sessions and during startup</li>
<li>Fixed conversation history breaking on Remote Control session resume after very large conversations were compacted</li>
<li>Fixed hovering over a session in another project in the agents list changing the directory the next agent starts in</li>
<li>Fixed <code>claude self-hosted-runner</code> registering and then failing every session when <code>--base-dir</code> cannot be created or written; it now exits at startup with a clear error</li>
<li>Fixed Claude Code on the web sessions being misreported as stuck, re-sending a growing event backlog on every reconnect</li>
<li>Improved Remote Control: photos attached from the Claude app are now shown to Claude directly instead of being read from disk with a separate tool call</li>
<li>[VSCode] Fixed Focus view folding away the latest to-do list, a pending question's context, and settled answers; thinking-only folds show "Thought for Ns" and re-collapse when their turn completes</li>
<li>SendMessage can now start a conversation with your Remote Control sessions on other machines by name (<code>ListAgents</code> shows them as <code>name [ref]</code>), instead of only replying after they message you first</li>
<li>SendMessage: a Remote Control recipient you already confirmed is never swapped for a same-named session on this machine when its own list couldn't be checked</li>
</ul></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[GitHub: Release v0.56.0-nightly.20260808.gcf22ac7e8]]></title>
<description><![CDATA[What's Changed

Reclassifying Capacity Exhaustion as Terminal Error by @luisfelipe-alt in #28716
feat(caretaker): update Firestore schema with error, and pr_number fields by @chadd28 in #28467
feat(caretaker-triage): prompt hill-climbing & orchestrator updates by @chadd28 in #28524
feat(caretaker...]]></description>
<link>https://tsecurity.de/de/3711026/downloads/github-release-v0560-nightly20260808gcf22ac7e8/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711026/downloads/github-release-v0560-nightly20260808gcf22ac7e8/</guid>
<pubDate>Sat, 08 Aug 2026 03:36:12 +0200</pubDate>
<content:encoded><![CDATA[<div class="github-feed-entry"><h2>What's Changed</h2>
<ul>
<li>Reclassifying Capacity Exhaustion as Terminal Error by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/luisfelipe-alt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/luisfelipe-alt">@luisfelipe-alt</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="5085285136" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28716" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28716/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28716">#28716</a></li>
<li>feat(caretaker): update Firestore schema with error, and pr_number fields by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4932839117" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28467" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28467/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28467">#28467</a></li>
<li>feat(caretaker-triage): prompt hill-climbing &amp; orchestrator updates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4963570838" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28524" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28524/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28524">#28524</a></li>
<li>feat(caretaker): add triage Cloud Run job workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4932937566" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28468" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28468/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28468">#28468</a></li>
<li>feat(caretaker-evals): add triage evaluation framework and judge runner by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4972038932" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28530" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28530/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28530">#28530</a></li>
<li>feat(caretaker-evals): add local golden issue collection and firestore sync tools by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4972785909" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28532" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28532/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28532">#28532</a></li>
<li>feat(caretaker): publish workable spec event to ready-for-code Pub/Sub topic by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="5013952782" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28588" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28588/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28588">#28588</a></li>
<li>feat(caretaker): add GCP deployment script for caretaker agent services by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4970661366" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28529" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28529/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28529">#28529</a></li>
<li>feat(caretaker-evals): add Cloud Run job entrypoint for eval runner by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="5093281066" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28727" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28727/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28727">#28727</a></li>
<li>fix(caretaker): clear lock on NEEDS_HUMAN transition by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="5022266089" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28601" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28601/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28601">#28601</a></li>
<li>feat(ingestion): add issue comment handling and re-triage workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chadd28/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chadd28">@chadd28</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="5065547008" data-permission-text="Title is private" data-url="https://github.com/google-gemini/gemini-cli/issues/28690" data-hovercard-type="pull_request" data-hovercard-url="/google-gemini/gemini-cli/pull/28690/hovercard" href="https://github.com/google-gemini/gemini-cli/pull/28690">#28690</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/google-gemini/gemini-cli/compare/v0.56.0-nightly.20260807.gd5c9a97dc...v0.56.0-nightly.20260808.gcf22ac7e8">v0.56.0-nightly.20260807.gd5c9a97dc...v0.56.0-nightly.20260808.gcf22ac7e8</a></p></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Will Windows 11’s new setup let you bypass the Microsoft account? Not on the list, at least for now]]></title>
<description><![CDATA[Windows 11's out-of-box setup is packed with forced updates, ad-heavy promo pages for Microsoft 365 and Xbox Game Pass, and a mandatory Microsoft account sign-in with no local account option. Microsoft says OOBE will get faster and calmer by the end of 2026, but the MSA requirement isn't going an...]]></description>
<link>https://tsecurity.de/de/3711025/windows-tipps/will-windows-11s-new-setup-let-you-bypass-the-microsoft-account-not-on-the-list-at-least-for-now/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711025/windows-tipps/will-windows-11s-new-setup-let-you-bypass-the-microsoft-account-not-on-the-list-at-least-for-now/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:47 +0200</pubDate>
<content:encoded><![CDATA[<p>Windows 11's out-of-box setup is packed with forced updates, ad-heavy promo pages for Microsoft 365 and Xbox Game Pass, and a mandatory Microsoft account sign-in with no local account option. Microsoft says OOBE will get faster and calmer by the end of 2026, but the MSA requirement isn't going anywhere.</p>
<p>The post <a rel="nofollow" href="https://www.windowslatest.com/2026/08/08/will-windows-11s-new-setup-let-you-bypass-the-microsoft-account-not-on-the-list-at-least-for-now/">Will Windows 11’s new setup let you bypass the Microsoft account? Not on the list, at least for now</a> appeared first on <a rel="nofollow" href="https://www.windowslatest.com/">Windows Latest</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dell is blaming Microsoft’s Windows 11 updates for a bug that broke 245+ PC models, but it’s all good now]]></title>
<description><![CDATA[If you have a Dell PC, Microsoft's Windows 11 update may have broken it, causing shutdowns, performance, and power issues.
The post Dell is blaming Microsoft’s Windows 11 updates for a bug that broke 245+ PC models, but it’s all good now appeared first on Windows Latest]]></description>
<link>https://tsecurity.de/de/3711024/windows-tipps/dell-is-blaming-microsofts-windows-11-updates-for-a-bug-that-broke-245-pc-models-but-its-all-good-now/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711024/windows-tipps/dell-is-blaming-microsofts-windows-11-updates-for-a-bug-that-broke-245-pc-models-but-its-all-good-now/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:47 +0200</pubDate>
<content:encoded><![CDATA[<p>If you have a Dell PC, Microsoft's Windows 11 update may have broken it, causing shutdowns, performance, and power issues.</p>
<p>The post <a rel="nofollow" href="https://www.windowslatest.com/2026/08/08/dell-is-blaming-microsofts-windows-11-updates-for-a-bug-that-broke-245-pc-models-but-its-all-good-now/">Dell is blaming Microsoft’s Windows 11 updates for a bug that broke 245+ PC models, but it’s all good now</a> appeared first on <a rel="nofollow" href="https://www.windowslatest.com/">Windows Latest</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Outlook Classic will now let you highlight any text for AI explanations, and it’s actually useful]]></title>
<description><![CDATA[Microsoft now says it's adding a new AI-powered feature called "Explain This," which will generate contextual explanations.
The post Outlook Classic will now let you highlight any text for AI explanations, and it’s actually useful appeared first on Windows Latest]]></description>
<link>https://tsecurity.de/de/3711023/windows-tipps/outlook-classic-will-now-let-you-highlight-any-text-for-ai-explanations-and-its-actually-useful/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711023/windows-tipps/outlook-classic-will-now-let-you-highlight-any-text-for-ai-explanations-and-its-actually-useful/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:47 +0200</pubDate>
<content:encoded><![CDATA[<p>Microsoft now says it's adding a new AI-powered feature called "Explain This," which will generate contextual explanations.</p>
<p>The post <a rel="nofollow" href="https://www.windowslatest.com/2026/08/08/outlook-classic-will-now-let-you-highlight-any-text-for-ai-explanations-and-its-actually-useful/">Outlook Classic will now let you highlight any text for AI explanations, and it’s actually useful</a> appeared first on <a rel="nofollow" href="https://www.windowslatest.com/">Windows Latest</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-16106 | Red Hat Keycloak Admin REST API authorization]]></title>
<description><![CDATA[A vulnerability, which was classified as problematic, has been found in Red Hat Keycloak. This vulnerability affects unknown code of the component Admin REST API. The manipulation leads to missing authorization.

This vulnerability is uniquely identified as CVE-2026-16106. The attack is possible ...]]></description>
<link>https://tsecurity.de/de/3711022/sicherheitsluecken/cve-2026-16106-red-hat-keycloak-admin-rest-api-authorization/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711022/sicherheitsluecken/cve-2026-16106-red-hat-keycloak-admin-rest-api-authorization/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">problematic</a>, has been found in <a href="https://vuldb.com/product/red_hat:keycloak">Red Hat Keycloak</a>. This vulnerability affects unknown code of the component <em>Admin REST API</em>. The manipulation leads to missing authorization.

This vulnerability is uniquely identified as <a href="https://vuldb.com/cve/CVE-2026-16106">CVE-2026-16106</a>. The attack is possible to be carried out remotely. No exploit exists.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-16104 | Red Hat Build of Keycloak Configuration Endpoint improper authorization]]></title>
<description><![CDATA[A vulnerability classified as problematic was found in Red Hat Build of Keycloak. This affects an unknown part of the component Configuration Endpoint. Executing a manipulation can lead to improper authorization.

This vulnerability is handled as CVE-2026-16104. The attack can be executed remotel...]]></description>
<link>https://tsecurity.de/de/3711021/sicherheitsluecken/cve-2026-16104-red-hat-build-of-keycloak-configuration-endpoint-improper-authorization/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711021/sicherheitsluecken/cve-2026-16104-red-hat-build-of-keycloak-configuration-endpoint-improper-authorization/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> was found in <a href="https://vuldb.com/product/red_hat:build_of_keycloak">Red Hat Build of Keycloak</a>. This affects an unknown part of the component <em>Configuration Endpoint</em>. Executing a manipulation can lead to improper authorization.

This vulnerability is handled as <a href="https://vuldb.com/cve/CVE-2026-16104">CVE-2026-16104</a>. The attack can be executed remotely. There is not any exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-16103 | Red Hat Keycloak Keycloak Services improper authentication]]></title>
<description><![CDATA[A vulnerability classified as problematic has been found in Red Hat Keycloak. Affected by this issue is some unknown functionality of the component Keycloak Services. Performing a manipulation results in improper authentication.

This vulnerability is known as CVE-2026-16103. Remote exploitation ...]]></description>
<link>https://tsecurity.de/de/3711020/sicherheitsluecken/cve-2026-16103-red-hat-keycloak-keycloak-services-improper-authentication/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711020/sicherheitsluecken/cve-2026-16103-red-hat-keycloak-keycloak-services-improper-authentication/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> has been found in <a href="https://vuldb.com/product/red_hat:keycloak">Red Hat Keycloak</a>. Affected by this issue is some unknown functionality of the component <em>Keycloak Services</em>. Performing a manipulation results in improper authentication.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-16103">CVE-2026-16103</a>. Remote exploitation of the attack is possible. No exploit is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-16108 | Red Hat Keycloak Default-Groups REST Endpoint permission]]></title>
<description><![CDATA[A vulnerability was found in Red Hat Keycloak and classified as problematic. The affected element is an unknown function of the component Default-Groups REST Endpoint. Such manipulation leads to permission issues.

This vulnerability is referenced as CVE-2026-16108. It is possible to launch the a...]]></description>
<link>https://tsecurity.de/de/3711019/sicherheitsluecken/cve-2026-16108-red-hat-keycloak-default-groups-rest-endpoint-permission/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711019/sicherheitsluecken/cve-2026-16108-red-hat-keycloak-default-groups-rest-endpoint-permission/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/red_hat:keycloak">Red Hat Keycloak</a> and classified as <a href="https://vuldb.com/kb/risk">problematic</a>. The affected element is an unknown function of the component <em>Default-Groups REST Endpoint</em>. Such manipulation leads to permission issues.

This vulnerability is referenced as <a href="https://vuldb.com/cve/CVE-2026-16108">CVE-2026-16108</a>. It is possible to launch the attack remotely. No exploit is available.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-56145 | Elastic Elasticsearch up to 8.19.17/9.3.6/9.4.3 EQL resource consumption]]></title>
<description><![CDATA[A vulnerability was found in Elastic Elasticsearch up to 8.19.17/9.3.6/9.4.3. It has been rated as problematic. This affects an unknown function of the component EQL. The manipulation leads to resource consumption.

This vulnerability is traded as CVE-2026-56145. It is possible to initiate the at...]]></description>
<link>https://tsecurity.de/de/3711018/sicherheitsluecken/cve-2026-56145-elastic-elasticsearch-up-to-81917936943-eql-resource-consumption/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711018/sicherheitsluecken/cve-2026-56145-elastic-elasticsearch-up-to-81917936943-eql-resource-consumption/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/elastic:elasticsearch">Elastic Elasticsearch up to 8.19.17/9.3.6/9.4.3</a>. It has been rated as <a href="https://vuldb.com/kb/risk">problematic</a>. This affects an unknown function of the component <em>EQL</em>. The manipulation leads to resource consumption.

This vulnerability is traded as <a href="https://vuldb.com/cve/CVE-2026-56145">CVE-2026-56145</a>. It is possible to initiate the attack remotely. There is no exploit available.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-56144 | Elastic Elasticsearch vor up to 8.19.17/9.3.6/9.4.3 ingest simulation feature authorization]]></title>
<description><![CDATA[A vulnerability was found in Elastic Elasticsearch and classified as critical. Impacted is an unknown function of the component ingest simulation feature. Such manipulation leads to incorrect authorization.

This vulnerability is documented as CVE-2026-56144. The attack can be executed remotely. ...]]></description>
<link>https://tsecurity.de/de/3711017/sicherheitsluecken/cve-2026-56144-elastic-elasticsearch-vor-up-to-81917936943-ingest-simulation-feature-authorization/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711017/sicherheitsluecken/cve-2026-56144-elastic-elasticsearch-vor-up-to-81917936943-ingest-simulation-feature-authorization/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/elastic:elasticsearch">Elastic Elasticsearch</a> and classified as <a href="https://vuldb.com/kb/risk">critical</a>. Impacted is an unknown function of the component <em>ingest simulation feature</em>. Such manipulation leads to incorrect authorization.

This vulnerability is documented as <a href="https://vuldb.com/cve/CVE-2026-56144">CVE-2026-56144</a>. The attack can be executed remotely. There is not any exploit available.

It is suggested to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-42397 | Elastic Kibana up to 9.3.6/9.4.3 Entity Analytics endpoint allocation of resources]]></title>
<description><![CDATA[A vulnerability was found in Elastic Kibana up to 9.3.6/9.4.3. It has been rated as problematic. Impacted is an unknown function of the component Entity Analytics endpoint. Performing a manipulation results in allocation of resources.

This vulnerability is known as CVE-2026-42397. Remote exploit...]]></description>
<link>https://tsecurity.de/de/3711016/sicherheitsluecken/cve-2026-42397-elastic-kibana-up-to-936943-entity-analytics-endpoint-allocation-of-resources/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711016/sicherheitsluecken/cve-2026-42397-elastic-kibana-up-to-936943-entity-analytics-endpoint-allocation-of-resources/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/elastic:kibana">Elastic Kibana up to 9.3.6/9.4.3</a>. It has been rated as <a href="https://vuldb.com/kb/risk">problematic</a>. Impacted is an unknown function of the component <em>Entity Analytics endpoint</em>. Performing a manipulation results in allocation of resources.

This vulnerability is known as <a href="https://vuldb.com/cve/CVE-2026-42397">CVE-2026-42397</a>. Remote exploitation of the attack is possible. No exploit is available.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-49092 | Elastic Kibana up to 9.4.2 ACL confused deputy]]></title>
<description><![CDATA[A vulnerability has been found in Elastic Kibana up to 9.4.2 and classified as problematic. This impacts an unknown function of the component ACL. Performing a manipulation results in unintended intermediary.

This vulnerability is reported as CVE-2026-49092. The attack is possible to be carried ...]]></description>
<link>https://tsecurity.de/de/3711015/sicherheitsluecken/cve-2026-49092-elastic-kibana-up-to-942-acl-confused-deputy/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711015/sicherheitsluecken/cve-2026-49092-elastic-kibana-up-to-942-acl-confused-deputy/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability has been found in <a href="https://vuldb.com/product/elastic:kibana">Elastic Kibana up to 9.4.2</a> and classified as <a href="https://vuldb.com/kb/risk">problematic</a>. This impacts an unknown function of the component <em>ACL</em>. Performing a manipulation results in unintended intermediary.

This vulnerability is reported as <a href="https://vuldb.com/cve/CVE-2026-49092">CVE-2026-49092</a>. The attack is possible to be carried out remotely. No exploit exists.

The affected component should be upgraded.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-44231 | Best Practical RT up to 5.0.9/6.0.2 REST API information disclosure]]></title>
<description><![CDATA[A vulnerability, which was classified as problematic, was found in Best Practical RT up to 5.0.9/6.0.2. This vulnerability affects unknown code of the component REST API. Executing a manipulation can lead to information disclosure.

This vulnerability is handled as CVE-2026-44231. The attack can ...]]></description>
<link>https://tsecurity.de/de/3711014/sicherheitsluecken/cve-2026-44231-best-practical-rt-up-to-509602-rest-api-information-disclosure/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711014/sicherheitsluecken/cve-2026-44231-best-practical-rt-up-to-509602-rest-api-information-disclosure/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability, which was classified as <a href="https://vuldb.com/kb/risk">problematic</a>, was found in <a href="https://vuldb.com/product/best_practical:rt">Best Practical RT up to 5.0.9/6.0.2</a>. This vulnerability affects unknown code of the component <em>REST API</em>. Executing a manipulation can lead to information disclosure.

This vulnerability is handled as <a href="https://vuldb.com/cve/CVE-2026-44231">CVE-2026-44231</a>. The attack can be executed remotely. There is not any exploit available.

You should upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-44230 | Best Practical RT up to 5.0.9/6.0.2 URL cross site scripting]]></title>
<description><![CDATA[A vulnerability was found in Best Practical RT up to 5.0.9/6.0.2. It has been rated as problematic. This affects an unknown function of the component URL Handler. Performing a manipulation results in cross site scripting.

This vulnerability is identified as CVE-2026-44230. The attack can be init...]]></description>
<link>https://tsecurity.de/de/3711013/sicherheitsluecken/cve-2026-44230-best-practical-rt-up-to-509602-url-cross-site-scripting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711013/sicherheitsluecken/cve-2026-44230-best-practical-rt-up-to-509602-url-cross-site-scripting/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/best_practical:rt">Best Practical RT up to 5.0.9/6.0.2</a>. It has been rated as <a href="https://vuldb.com/kb/risk">problematic</a>. This affects an unknown function of the component <em>URL Handler</em>. Performing a manipulation results in cross site scripting.

This vulnerability is identified as <a href="https://vuldb.com/cve/CVE-2026-44230">CVE-2026-44230</a>. The attack can be initiated remotely. There is not any exploit available.

Upgrading the affected component is advised.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-44227 | Best Practical RT up to 6.0.2 cross site scripting]]></title>
<description><![CDATA[A vulnerability was found in Best Practical RT up to 6.0.2. It has been classified as problematic. This affects an unknown function. This manipulation causes cross site scripting.

This vulnerability is tracked as CVE-2026-44227. The attack is possible to be carried out remotely. No exploit exist...]]></description>
<link>https://tsecurity.de/de/3711012/sicherheitsluecken/cve-2026-44227-best-practical-rt-up-to-602-cross-site-scripting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711012/sicherheitsluecken/cve-2026-44227-best-practical-rt-up-to-602-cross-site-scripting/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/best_practical:rt">Best Practical RT up to 6.0.2</a>. It has been classified as <a href="https://vuldb.com/kb/risk">problematic</a>. This affects an unknown function. This manipulation causes cross site scripting.

This vulnerability is tracked as <a href="https://vuldb.com/cve/CVE-2026-44227">CVE-2026-44227</a>. The attack is possible to be carried out remotely. No exploit exists.

Upgrading the affected component is recommended.]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2026-44228 | bestpractical rt up to 6.0.2 HTML Escaping HTML injection]]></title>
<description><![CDATA[A vulnerability was found in bestpractical rt up to 6.0.2. It has been declared as problematic. This impacts an unknown function of the component HTML Escaping. Such manipulation leads to HTML injection.

This vulnerability is listed as CVE-2026-44228. The attack may be performed from remote. The...]]></description>
<link>https://tsecurity.de/de/3711011/sicherheitsluecken/cve-2026-44228-bestpractical-rt-up-to-602-html-escaping-html-injection/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711011/sicherheitsluecken/cve-2026-44228-bestpractical-rt-up-to-602-html-escaping-html-injection/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:20 +0200</pubDate>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/product/bestpractical:rt">bestpractical rt up to 6.0.2</a>. It has been declared as <a href="https://vuldb.com/kb/risk">problematic</a>. This impacts an unknown function of the component <em>HTML Escaping</em>. Such manipulation leads to HTML injection.

This vulnerability is listed as <a href="https://vuldb.com/cve/CVE-2026-44228">CVE-2026-44228</a>. The attack may be performed from remote. There is no available exploit.

It is recommended to upgrade the affected component.]]></content:encoded>
</item>
<item>
<title><![CDATA[Social Engineering: Hacker nehmen Wall Street mit Telefon-Trick ins Visier]]></title>
<description><![CDATA[Zu den Zielen gehörten Finanzinvestoren wie Blackstone, KKR und Apollo Global Management, wie aus einem am Donnerstag veröffentlichten Bericht von ...]]></description>
<link>https://tsecurity.de/de/3711010/hacking/social-engineering-hacker-nehmen-wall-street-mit-telefon-trick-ins-visier/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711010/hacking/social-engineering-hacker-nehmen-wall-street-mit-telefon-trick-ins-visier/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:03 +0200</pubDate>
<content:encoded><![CDATA[Zu den Zielen gehörten Finanzinvestoren wie Blackstone, KKR und Apollo Global Management, wie aus einem am Donnerstag veröffentlichten Bericht von ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Zahlungsdienst reagiert nach Hacker-Angriff - Frapp]]></title>
<description><![CDATA[Bei einem Cyberangriff haben Hacker Kryptowährungen im Wert von mehr als 600 Millionen Dollar aus einem Online-Spiel erbeutet.]]></description>
<link>https://tsecurity.de/de/3711009/hacking/zahlungsdienst-reagiert-nach-hacker-angriff-frapp/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711009/hacking/zahlungsdienst-reagiert-nach-hacker-angriff-frapp/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:03 +0200</pubDate>
<content:encoded><![CDATA[Bei einem Cyberangriff haben <b>Hacker</b> Kryptowährungen im Wert von mehr als 600 Millionen Dollar aus einem Online-Spiel erbeutet.]]></content:encoded>
</item>
<item>
<title><![CDATA[Bybit verklagt Nordkorea und die Lazarus-Gruppe wegen eines Hacks über 1,5 Milliarden ...]]></title>
<description><![CDATA[Bybit, die zweitgrößte Kryptowährungsbörse der Welt, hat eine Zivilklage gegen die Demokratische Volksrepublik Korea (DVRK), ...]]></description>
<link>https://tsecurity.de/de/3711008/hacking/bybit-verklagt-nordkorea-und-die-lazarus-gruppe-wegen-eines-hacks-ueber-15-milliarden/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711008/hacking/bybit-verklagt-nordkorea-und-die-lazarus-gruppe-wegen-eines-hacks-ueber-15-milliarden/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:03 +0200</pubDate>
<content:encoded><![CDATA[Bybit, die zweitgrößte Kryptowährungsbörse der Welt, hat eine Zivilklage gegen die Demokratische Volksrepublik Korea (DVRK), ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Der Börsen-Tag: Hacker nehmen Wall Street ins Visier - n-tv.de]]></title>
<description><![CDATA[Zu den Zielen gehörten Finanzinvestoren wie Blackstone, KKR und Apollo Global Management, wie aus einem Bericht von Google und von der ...]]></description>
<link>https://tsecurity.de/de/3711007/hacking/der-boersen-tag-hacker-nehmen-wall-street-ins-visier-n-tvde/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711007/hacking/der-boersen-tag-hacker-nehmen-wall-street-ins-visier-n-tvde/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:03 +0200</pubDate>
<content:encoded><![CDATA[Zu den Zielen gehörten Finanzinvestoren wie Blackstone, KKR und Apollo Global Management, wie aus einem Bericht von Google und von der ...]]></content:encoded>
</item>
<item>
<title><![CDATA[About You informiert Kunden über Sicherheitsvorfall bei externem Logistikpartner - RTL.de]]></title>
<description><![CDATA[Datenalarm bei About You: Nach einem Sicherheitsvorfall bei einem externen Logistikpartner könnten Kundendaten in falsche Hände geraten sein.]]></description>
<link>https://tsecurity.de/de/3711006/hacking/about-you-informiert-kunden-ueber-sicherheitsvorfall-bei-externem-logistikpartner-rtlde/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711006/hacking/about-you-informiert-kunden-ueber-sicherheitsvorfall-bei-externem-logistikpartner-rtlde/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:03 +0200</pubDate>
<content:encoded><![CDATA[Datenalarm bei About You: Nach einem Sicherheitsvorfall bei einem externen Logistikpartner könnten Kundendaten in falsche Hände geraten sein.]]></content:encoded>
</item>
<item>
<title><![CDATA[Simple Taktik - Hacker greifen Wall Street mit Telefon-Trick an | krone.at]]></title>
<description><![CDATA[Hacker haben in den vergangenen Wochen mit einer Welle von Anrufen versucht, in die Netzwerke von Dutzenden führenden US-Finanzunternehmen ...]]></description>
<link>https://tsecurity.de/de/3711005/hacking/simple-taktik-hacker-greifen-wall-street-mit-telefon-trick-an-kroneat/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711005/hacking/simple-taktik-hacker-greifen-wall-street-mit-telefon-trick-an-kroneat/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:03 +0200</pubDate>
<content:encoded><![CDATA[<b>Hacker</b> haben in den vergangenen Wochen mit einer Welle von Anrufen versucht, in die Netzwerke von Dutzenden führenden US-Finanzunternehmen ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Neue Wallet rückt Coldcard-Hacker wieder ins Blickfeld - 99Bitcoins]]></title>
<description><![CDATA[Der Coldcard-Hacker bewegt 30185 BTC an eine neue Wallet. Analysten sehen darin ein mögliches Signal für einen späteren Cash-out.]]></description>
<link>https://tsecurity.de/de/3711004/hacking/neue-wallet-rueckt-coldcard-hacker-wieder-ins-blickfeld-99bitcoins/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711004/hacking/neue-wallet-rueckt-coldcard-hacker-wieder-ins-blickfeld-99bitcoins/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:03 +0200</pubDate>
<content:encoded><![CDATA[Der Coldcard-<b>Hacker</b> bewegt 30185 BTC an eine neue Wallet. Analysten sehen darin ein mögliches Signal für einen späteren Cash-out.]]></content:encoded>
</item>
<item>
<title><![CDATA[Um Lösegeld zu erpressen: Hacker wollten Wall Street mit simplem Telefon-Trick täuschen]]></title>
<description><![CDATA[Sie nehmen Dutzende US-Finanzunternehmen ins Visier: Hacker versuchen laut einem Bericht, an Passwörter von Mitarbeitern zu gelangen.]]></description>
<link>https://tsecurity.de/de/3711003/hacking/um-loesegeld-zu-erpressen-hacker-wollten-wall-street-mit-simplem-telefon-trick-taeuschen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711003/hacking/um-loesegeld-zu-erpressen-hacker-wollten-wall-street-mit-simplem-telefon-trick-taeuschen/</guid>
<pubDate>Sat, 08 Aug 2026 03:35:03 +0200</pubDate>
<content:encoded><![CDATA[Sie nehmen Dutzende US-Finanzunternehmen ins Visier: <b>Hacker</b> versuchen laut einem Bericht, an Passwörter von Mitarbeitern zu gelangen.]]></content:encoded>
</item>
<item>
<title><![CDATA[Black Hat USA Briefings: Kinetic Prompt Injection: Agent Compromise With a Physical Blast Radius]]></title>
<description><![CDATA[YouTube Video]]></description>
<link>https://tsecurity.de/de/3711002/it-security-video/black-hat-usa-briefings-kinetic-prompt-injection-agent-compromise-with-a-physical-blast-radius/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711002/it-security-video/black-hat-usa-briefings-kinetic-prompt-injection-agent-compromise-with-a-physical-blast-radius/</guid>
<pubDate>Sat, 08 Aug 2026 03:34:44 +0200</pubDate>
<content:encoded><![CDATA[<p>YouTube Video</p><p><iframe loading="lazy" src="https://www.youtube.com/embed/LZkdihOzfe4"></iframe></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[When Queues Become Vulnerabilities: Reverse Engineering GCD, XPC Races, and macOS Detection]]></title>
<description><![CDATA[YouTube Video]]></description>
<link>https://tsecurity.de/de/3711001/it-security-video/when-queues-become-vulnerabilities-reverse-engineering-gcd-xpc-races-and-macos-detection/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711001/it-security-video/when-queues-become-vulnerabilities-reverse-engineering-gcd-xpc-races-and-macos-detection/</guid>
<pubDate>Sat, 08 Aug 2026 03:34:44 +0200</pubDate>
<content:encoded><![CDATA[<p>YouTube Video</p><p><iframe loading="lazy" src="https://www.youtube.com/embed/x6vr4GWToYc"></iframe></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cybercrime How companies are blackmailed with ransomware - Polizei Bielefeld]]></title>
<description><![CDATA[Cybercrime How companies are blackmailed with ransomware. Home. Cybercrime How companies are blackmailed with ransomware. How companies are being ...]]></description>
<link>https://tsecurity.de/de/3711000/it-security-nachrichten/cybercrime-how-companies-are-blackmailed-with-ransomware-polizei-bielefeld/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3711000/it-security-nachrichten/cybercrime-how-companies-are-blackmailed-with-ransomware-polizei-bielefeld/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:42 +0200</pubDate>
<content:encoded><![CDATA[<b>Cybercrime</b> How companies are blackmailed with ransomware. Home. <b>Cybercrime</b> How companies are blackmailed with ransomware. How companies are being ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Unglückliche Namenswahl: Cyberangriff stürzte unbeteiligte IT-Firma ins Chaos - Golem.de]]></title>
<description><![CDATA[... CybercrimeWirtschaftUnternehmenDatensicherheitHackerRansomware. Kommentare. Error: Kommentare konnten nicht abgerufen werden! Stellenmarkt. Alle ...]]></description>
<link>https://tsecurity.de/de/3710999/it-security-nachrichten/unglueckliche-namenswahl-cyberangriff-stuerzte-unbeteiligte-it-firma-ins-chaos-golemde/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710999/it-security-nachrichten/unglueckliche-namenswahl-cyberangriff-stuerzte-unbeteiligte-it-firma-ins-chaos-golemde/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:42 +0200</pubDate>
<content:encoded><![CDATA[... <b>Cybercrime</b>WirtschaftUnternehmenDatensicherheitHackerRansomware. Kommentare. Error: Kommentare konnten nicht abgerufen werden! Stellenmarkt. Alle ...]]></content:encoded>
</item>
<item>
<title><![CDATA[BSI: Security.txt kaum verbreitet - Linux-Magazin]]></title>
<description><![CDATA[Das BSI und die Allianz für Cyber-Sicherheit empfehlen ... Bücher über Cybersicherheit und Computerspiele. Bücher/04. Bücher über ...]]></description>
<link>https://tsecurity.de/de/3710998/it-security-nachrichten/bsi-securitytxt-kaum-verbreitet-linux-magazin/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710998/it-security-nachrichten/bsi-securitytxt-kaum-verbreitet-linux-magazin/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:42 +0200</pubDate>
<content:encoded><![CDATA[Das BSI und die Allianz für <b>Cyber-Sicherheit</b> empfehlen ... Bücher über <b>Cybersicherheit</b> und Computerspiele. Bücher/04. Bücher über ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Zutrittskontrolle als Governance- und Cybersecurity-Priorität - datensicherheit.de]]></title>
<description><![CDATA[Was früher vor allem als „Türmanagement“ gegolten habe, betreffe heute auch Themen wie „Identität“, „Cybersicherheit“, „Compliance“ und „ ...]]></description>
<link>https://tsecurity.de/de/3710997/it-security-nachrichten/zutrittskontrolle-als-governance-und-cybersecurity-prioritaet-datensicherheitde/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710997/it-security-nachrichten/zutrittskontrolle-als-governance-und-cybersecurity-prioritaet-datensicherheitde/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:42 +0200</pubDate>
<content:encoded><![CDATA[Was früher vor allem als „Türmanagement“ gegolten habe, betreffe heute auch Themen wie „Identität“, „<b>Cybersicherheit</b>“, „Compliance“ und „ ...]]></content:encoded>
</item>
<item>
<title><![CDATA[„Enthus“ gibt Tipps zur Cybersicherheit]]></title>
<description><![CDATA[„Enthus“ gibt Tipps zur Cybersicherheit. Kreis Böblingen: Kürzlich gab es eine Veranstaltung des Wirtschaftsrats im Zentrum für Digitalisierung. Um ...]]></description>
<link>https://tsecurity.de/de/3710996/it-security-nachrichten/enthus-gibt-tipps-zur-cybersicherheit/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710996/it-security-nachrichten/enthus-gibt-tipps-zur-cybersicherheit/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:42 +0200</pubDate>
<content:encoded><![CDATA[„Enthus“ gibt Tipps zur <b>Cybersicherheit</b>. Kreis Böblingen: Kürzlich gab es eine Veranstaltung des Wirtschaftsrats im Zentrum für Digitalisierung. Um ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Existenzielle IT-Sicherheit treibt Deutschlands Krankenhäuser zur digitalen Aufrüstung]]></title>
<description><![CDATA[Damit entwickele sich Cybersicherheit zunehmend von einer reinen IT-Aufgabe zu einem festen Bestandteil moderner Krankenhausstrategien. Auf dem ...]]></description>
<link>https://tsecurity.de/de/3710995/it-security-nachrichten/existenzielle-it-sicherheit-treibt-deutschlands-krankenhaeuser-zur-digitalen-aufruestung/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710995/it-security-nachrichten/existenzielle-it-sicherheit-treibt-deutschlands-krankenhaeuser-zur-digitalen-aufruestung/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:42 +0200</pubDate>
<content:encoded><![CDATA[Damit entwickele sich <b>Cybersicherheit</b> zunehmend von einer reinen IT-Aufgabe zu einem festen Bestandteil moderner Krankenhausstrategien. Auf dem ...]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI pledges to add Astra security as Anthropic loosens Fable’s leash]]></title>
<description><![CDATA[Or how I learned to stop worrying and love dangerous AI
Read more →
The post OpenAI pledges to add Astra security as Anthropic loosens Fable’s leash appeared first on IT Security News.]]></description>
<link>https://tsecurity.de/de/3710994/it-security-nachrichten/openai-pledges-to-add-astra-security-as-anthropic-loosens-fables-leash/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710994/it-security-nachrichten/openai-pledges-to-add-astra-security-as-anthropic-loosens-fables-leash/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:40 +0200</pubDate>
<content:encoded><![CDATA[<p>Or how I learned to stop worrying and love dangerous AI</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/openai-pledges-to-add-astra-security-as-anthropic-loosens-fables-leash/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/openai-pledges-to-add-astra-security-as-anthropic-loosens-fables-leash/">OpenAI pledges to add Astra security as Anthropic loosens Fable’s leash</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Inside the Modern SOC: The Identity Front Door]]></title>
<description><![CDATA[Identity-based attacks drive 90% of incidents. Learn how modern attackers exploit identities and what SOC leaders can do to respond.
Read more →
The post Inside the Modern SOC: The Identity Front Door appeared first on IT Security News.]]></description>
<link>https://tsecurity.de/de/3710993/it-security-nachrichten/inside-the-modern-soc-the-identity-front-door/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710993/it-security-nachrichten/inside-the-modern-soc-the-identity-front-door/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:40 +0200</pubDate>
<content:encoded><![CDATA[<p>Identity-based attacks drive 90% of incidents. Learn how modern attackers exploit identities and what SOC leaders can do to respond.</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/inside-the-modern-soc-the-identity-front-door/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/inside-the-modern-soc-the-identity-front-door/">Inside the Modern SOC: The Identity Front Door</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Wordfence Intelligence Weekly WordPress Vulnerability Report (July 27, 2026 to August 2, 2026)]]></title>
<description><![CDATA[Last week, there were disclosed in and that have been added to the Wordfence Intelligence Vulnerability Database, and there were that contributed to…
Read more →
The post Wordfence Intelligence Weekly WordPress Vulnerability Report (July 27, 2026 to August 2, 2026) appeared first on IT Security N...]]></description>
<link>https://tsecurity.de/de/3710992/it-security-nachrichten/wordfence-intelligence-weekly-wordpress-vulnerability-report-july-27-2026-to-august-2-2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710992/it-security-nachrichten/wordfence-intelligence-weekly-wordpress-vulnerability-report-july-27-2026-to-august-2-2026/</guid>
<pubDate>Sat, 08 Aug 2026 03:33:40 +0200</pubDate>
<content:encoded><![CDATA[<p>Last week, there were disclosed in and that have been added to the Wordfence Intelligence Vulnerability Database, and there were that contributed to…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/wordfence-intelligence-weekly-wordpress-vulnerability-report-july-27-2026-to-august-2-2026/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/wordfence-intelligence-weekly-wordpress-vulnerability-report-july-27-2026-to-august-2-2026/">Wordfence Intelligence Weekly WordPress Vulnerability Report (July 27, 2026 to August 2, 2026)</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Claroty-Report zeigt Sicherheitsrisiken in Rechenzentren auf - IT & Security - elektroniknet]]></title>
<description><![CDATA[Einem aktuellen Report des Cybersicherheitsexperten Claroty zufolge weisen viele cyber-physische Systeme in Rechenzentren kritische Schwachstellen ...]]></description>
<link>https://tsecurity.de/de/3710991/it-security-nachrichten/claroty-report-zeigt-sicherheitsrisiken-in-rechenzentren-auf-it-security-elektroniknet/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710991/it-security-nachrichten/claroty-report-zeigt-sicherheitsrisiken-in-rechenzentren-auf-it-security-elektroniknet/</guid>
<pubDate>Sat, 08 Aug 2026 03:31:04 +0200</pubDate>
<content:encoded><![CDATA[Einem aktuellen Report des Cybersicherheitsexperten Claroty zufolge weisen viele <b>cyber</b>-physische Systeme in Rechenzentren kritische Schwachstellen ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Datenleck OpenAI: KI-Crawler gefährden Versicherungsdaten - Jörg Schieb]]></title>
<description><![CDATA[Warum sind KI-Crawler ein Cybersecurity-Risiko? Klassische Suchmaschinen-Crawler wie der Googlebot halten sich in aller Regel an die robots.txt und an ...]]></description>
<link>https://tsecurity.de/de/3710990/it-security-nachrichten/datenleck-openai-ki-crawler-gefaehrden-versicherungsdaten-joerg-schieb/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710990/it-security-nachrichten/datenleck-openai-ki-crawler-gefaehrden-versicherungsdaten-joerg-schieb/</guid>
<pubDate>Sat, 08 Aug 2026 03:31:04 +0200</pubDate>
<content:encoded><![CDATA[Warum sind KI-Crawler ein Cybersecurity-Risiko? Klassische Suchmaschinen-Crawler wie der Googlebot halten sich in aller Regel an die robots.txt und an ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Existenzielle IT-Sicherheit treibt Deutschlands Krankenhäuser zur digitalen Aufrüstung]]></title>
<description><![CDATA[Tags: Cyberresilienz, Cybersicherheit, Digitalisierung, Gesundheitswesen, IT-Sicherheit, KI, Klinik, Krankenhäuser. Laut aktueller ESET-Studie ...]]></description>
<link>https://tsecurity.de/de/3710989/it-security-nachrichten/existenzielle-it-sicherheit-treibt-deutschlands-krankenhaeuser-zur-digitalen-aufruestung/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710989/it-security-nachrichten/existenzielle-it-sicherheit-treibt-deutschlands-krankenhaeuser-zur-digitalen-aufruestung/</guid>
<pubDate>Sat, 08 Aug 2026 03:31:04 +0200</pubDate>
<content:encoded><![CDATA[Tags: Cyberresilienz, Cybersicherheit, Digitalisierung, Gesundheitswesen, <b>IT</b>-<b>Sicherheit</b>, KI, Klinik, Krankenhäuser. Laut aktueller ESET-Studie ...]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI pledges to add Astra security as Anthropic loosens Fable's leash]]></title>
<description><![CDATA[Or how I learned to stop worrying and love dangerous AI]]></description>
<link>https://tsecurity.de/de/3710988/it-security-nachrichten/openai-pledges-to-add-astra-security-as-anthropic-loosens-fables-leash/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710988/it-security-nachrichten/openai-pledges-to-add-astra-security-as-anthropic-loosens-fables-leash/</guid>
<pubDate>Sat, 08 Aug 2026 03:31:02 +0200</pubDate>
<content:encoded><![CDATA[Or how I learned to stop worrying and love dangerous AI]]></content:encoded>
</item>
<item>
<title><![CDATA[Virginia Governor To Intervene In Dominion-NextEra Merger]]></title>
<description><![CDATA[Longtime Slashdot reader schwit1 shares an opinion piece from the Washington Post, written by Virginia Governor Abigail Spanberger: NextEra Energy, a Florida-based utility company, has filed paperwork to buy Dominion Energy for about $67 billion, creating the largest regulated electric utility in...]]></description>
<link>https://tsecurity.de/de/3710987/it-security-nachrichten/virginia-governor-to-intervene-in-dominion-nextera-merger/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710987/it-security-nachrichten/virginia-governor-to-intervene-in-dominion-nextera-merger/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:57 +0200</pubDate>
<content:encoded><![CDATA[Longtime Slashdot reader schwit1 shares an opinion piece from the Washington Post, written by Virginia Governor Abigail Spanberger: NextEra Energy, a Florida-based utility company, has filed paperwork to buy Dominion Energy for about $67 billion, creating the largest regulated electric utility in the world. Virginia's State Corporation Commission is the regulatory body tasked with reviewing the application, and the SCC's commissioners will ultimately decide whether to approve, deny or impose new conditions on any potential merger.
 
As a Virginian, I am deeply skeptical about whether selling our primary state-regulated utility to an out-of-state company is good for the commonwealth. I have serious questions about what this deal would mean for us. And as governor, I intend to get answers and be a voice for Virginians in the process. That is why I will be taking the legal step of "intervening" in this proposed merger, which means that as governor, I will formally request to be a party to the case.
 
I know this action is unprecedented by a Virginia governor -- but so, too, is the size of this proposed merger and its potential impact on the commonwealth. Virginians deserve to know that their leaders are laser-focused on ensuring that their needs are part of the SCC review. "If two large corporations stand to benefit financially from this merger, so, too, should the Virginians who pay the bills," said Spanberger. "That is why any potential deal must deliver a more affordable energy bill with sustained, long-term energy cost savings."
 
By formally intervening in the merger review, Spanberger's administration would gain legal standing to participate directly in the case, request detailed information, raise concerns, and advocate for conditions that benefit people in the state. She says the goal is to push for lower long-term energy costs, protect utility jobs, and ensure any new owner continues investing in reliable, affordable and cleaner power.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Virginia+Governor+To+Intervene+In+Dominion-NextEra+Merger%3A+https%3A%2F%2Fnews.slashdot.org%2Fstory%2F26%2F08%2F07%2F2142258%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fnews.slashdot.org%2Fstory%2F26%2F08%2F07%2F2142258%2Fvirginia-governor-to-intervene-in-dominion-nextera-merger%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://news.slashdot.org/story/26/08/07/2142258/virginia-governor-to-intervene-in-dominion-nextera-merger?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Four AI agents coordinating in real time outperformed Claude Opus 4.8 on enterprise coding tasks]]></title>
<description><![CDATA[As enterprise codebases grow, AI agents tasked with analyzing them are buckling under the weight of long-horizon tasks that require multiple interactions and tool calls. Dividing the work among a team of agents seems like the obvious fix, but it introduces a fatal flaw: most multi-agent systems a...]]></description>
<link>https://tsecurity.de/de/3710986/it-nachrichten/four-ai-agents-coordinating-in-real-time-outperformed-claude-opus-48-on-enterprise-coding-tasks/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710986/it-nachrichten/four-ai-agents-coordinating-in-real-time-outperformed-claude-opus-48-on-enterprise-coding-tasks/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:47 +0200</pubDate>
<content:encoded><![CDATA[<p>As enterprise codebases grow, AI agents tasked with analyzing them are buckling under the weight of long-horizon tasks that require multiple interactions and tool calls. Dividing the work among a team of agents seems like the obvious fix, but it introduces a fatal flaw: most multi-agent systems are not designed for agents to coordinate among themselves mid-task and in real time.</p><p>To solve this, researchers at Coral AI Labs and multiple universities introduced <a href="https://arxiv.org/abs/2607.28430">AgentRadio</a>, an asynchronous message-passing layer that allows agents to communicate between their execution steps without interrupting their main work. In real-world enterprise applications where subtasks are highly interdependent, this architecture enables agents to make mid-course corrections rather than continue on dead-end paths until a formal review phase.</p><p>On a benchmark of long-horizon questions over production repositories, a team of agents powered by AgentRadio nearly doubled task accuracy for four Claude Code agents working independently. It also outmatched single agents running on more advanced models. For AI practitioners, AgentRadio shows that the right coordination structure can outmatch raw compute and model scale.</p><h2>The challenge of codebase understanding</h2><p>LLM-based agents are increasingly capable of handling long-horizon tasks that require interacting with different tools and environments. Codebase understanding represents an extreme version of this challenge. It requires an AI agent to build the software, execute it, trace execution paths across multiple files, and synthesize evidence over extended periods.</p><p>Under these conditions, single-agent systems usually break down because of a “coverage problem.” </p><p>"A single agent follows one serial path through the repository," Xinxing Ren, Caelum Forder, and Peter Carroll, co-authors of the AgentRadio paper, explained to VentureBeat. As its context grows, "the initial plan becomes harder to revise and discoveries made late in the investigation do not always propagate." The model can usually execute individual steps, but "the hard part is keeping every obligation, dependency, and piece of contradictory evidence active across a long investigation."</p><p>One benchmark that helps measure AI performance on large codebases is <a href="https://huggingface.co/datasets/ScaleAI/SWE-Atlas-QnA">SWE-Atlas QnA</a>. This benchmark consists of long-horizon, natural-language questions over live production repositories. The tasks can’t be solved by just exploring the code. AI agents must run the software and execute multiple commands to find the answers.</p><p>According to the research team’s experiments, a single Claude Code instance running on Opus 4.6 resolves just 32.3% of these tasks. Upgrading to a newer, more advanced model like Opus 4.8 only yields a 57.2% success rate.</p><p>A natural remedy is to distribute the workload across multiple agents, allowing each to work with a smaller, cleaner context. Multi-agent solutions can provide substantial performance gains when tasks are cleanly decomposable, meaning they can be solved separately and merged at the end.</p><p>Codebase understanding, however, is rarely cleanly decomposable. The subtasks are highly interdependent. A critical configuration file or a bug uncovered by one agent can completely rewrite or redirect the entire exploration path of another agent. Because of these dependencies, agents must coordinate, negotiate, and share intermediate discoveries in real time.</p><p>Despite this need, asynchronous multi-agent communication is rare. The researchers point out that existing multi-agent systems generally fall into three flawed patterns:</p><ul><li><p><b>Parallel but isolated:</b> Agents operate simultaneously but do not communicate at all.</p></li><li><p><b>Parallel but round-synchronized:</b> Agents can communicate, but only at strict, synchronized round boundaries. This forces agents to stop and wait for one another to finish a round before they can debate or exchange intermediate findings. Round-based systems assume that important discoveries can wait until the next communication phase, which is an expensive assumption when agents are working on interdependent parts of a live system. For example, an agent investigating an API symptom might uncover evidence that invalidates the storage agent's current hypothesis. "If that information waits until both agents finish, the storage investigation may complete along the wrong path," the researchers said.</p></li><li><p><b>Asynchrony in adjacent forms:</b> These systems offer limited asynchronous features, such as top-down task dispatching. They don’t have peer-to-peer lateral channels between agents or shared memories that require an agent to actively pause its work to read updates.</p></li></ul><p>In their paper, the researchers point out that the main bottleneck hindering current multi-agent systems is that “an agent that is working cannot also be listening.”</p><p>“To our knowledge, no existing system gives concurrently working agents passive awareness of one another over a lateral, natural-language channel,” the researchers write.</p><h2>How AgentRadio works</h2><p>To dissolve the mutual exclusion between working and listening, the researchers developed AgentRadio, an asynchronous message-passing layer designed to plug directly into existing coding-agent harnesses.</p><p>AgentRadio equips agents with three primitives:</p><ul><li><p>The <b>create_thread</b> primitive opens a conversation between participating agents.</p></li><li><p>The <b>send_message</b> primitive appends a message to a thread and returns without blocking the sending agent.</p></li><li><p>The <b>wait_for_mention</b> primitive blocks the process until a message mentioning the caller arrives. It delivers the message along with a full snapshot of all threads so the agent has instant context. </p></li></ul><p>This trio enables agents to have a state of “passive awareness,” where they can continue their primary tasks while passing messages and updating their knowledge in the background.</p><p>AgentRadio's code is available under the Apache 2.0 license on <a href="https://github.com/Coral-Protocol/AgentRadio">GitHub</a>. It is designed to be lightweight, requiring no direct modifications to the underlying agent harnesses like Claude Code or Codex CLI. </p><p>The architecture consists of two main parts:</p><ul><li><p><b>The message server:</b> A standalone process that acts as the central hub, storing all active threads, messages, and mentions for the group of agents.</p></li><li><p><b>Harness-side integration:</b> Agents interact with the server using three simple shell scripts, one corresponding to each primitive.</p></li></ul><p>The only strict requirement for the system to work is that the agent harness must be able to run a shell command as a background task. The agents are instructed in their system prompts to keep one watcher running and to send messages through the provided scripts. Running the wait_for_mention script in the background allows the agent to continue its work and receive notifications asynchronously.</p><p>To integrate this into an existing stack, a team still needs a "thin adapter that starts the workers, assigns identities, connects them to the shared server, and manages final synthesis," the researchers said. That work sits around the coding agent rather than requiring changes to the underlying model.</p><h2>AgentRadio in action</h2><p>To validate the real-world utility of AgentRadio, the researchers tested the framework on 124 tasks from the SWE-Atlas QnA benchmark. The tests covered domains including system design, root-cause analysis, security, and API integration.</p><p>The researchers used Claude Opus 4.6 and DeepSeek V4 Pro as the backbone models. For the harness, they evaluated configurations ranging from a single Claude Code agent (B0) to a team of agents with classic division of labor (L1), up to a team of agents using AgentRadio to coordinate asynchronously (L3).</p><p>The experimental results showed that the AgentRadio communication architecture outperforms both naive multi-agent setups and raw compute scaling.</p><p>While a single Claude Code agent with Opus 4.6 resolved only 32.3% of the tasks, the full AgentRadio setup nearly doubled that metric, resolving 62.1% of the tasks, and surpassed the single agent running on Opus 4.8, which hit 57.2%. It also boosted the DeepSeek V4 Pro results from 29.0% to 50.8%. </p><p>To understand how this practically impacts enterprise AI, the paper highlights a real-world task involving a MinIO system. Solving the task required checking per-request server logs, a requirement the agents did not anticipate during their initial planning phase.</p><p>In the L2 setting, where agents collaborate but lack asynchronous communications, two agents independently realized they needed these logs while executing commands. Because they could not share this finding mid-execution, one agent gave up privately and the other failed to propose it to the team. During the review phase, the team unanimously agreed on the wrong answer, missing five rubrics.</p><p>With AgentRadio activated, the agents made the same mid-execution discovery, but one agent instantly broadcasted the required server-side log evidence to the shared worklog. Because the other agents were passively listening, they absorbed this new evidence immediately. This real-time coordination transformed a failing score into a perfect 16 out of 16.</p><p>"The useful distinction is timing," the researchers said. "The team did not need another agent or another review round. It needed one agent's discovery to reach the right peers before its operational value expired."</p><p>The researchers note that the same pattern appears in enterprise incident work. For example, an agent investigating an API symptom might uncover evidence that invalidates the storage agent's current hypothesis. If that information waits until both agents finish, the storage investigation may complete along the wrong path. “Passive awareness lets the second agent incorporate the contradiction at its next work step without interrupting a command already in progress,” they said.</p><h2>The cost and complexity of coordination</h2><p>AgentRadio requires a fixed multi-agent team budget, which inherently multiplies the token cost. The researchers acknowledge that the "tax is real," noting that average API spend rose from $2.96 per task for one Opus agent to $19.45 for the full AgentRadio stack.</p><p>However, raw scale does not equal performance. When researchers compute-matched the test by spending $17.76 on six independent Opus runs, the models only resolved 37.9% of tasks, compared with 62.1% for AgentRadio. This suggests that AgentRadio's architecture is a structural win, not just a brute-force scale win. Teams should still be aware of inter-agent churn. "Communication can redirect an agent toward better evidence, and it can also distract an agent from a valid path," the researchers warned.</p><p>A fixed multi-agent team should not become the default response to every engineering task. The more useful test to determine if a multi-agent setup is required is whether the task contains "responsibility breakpoints," the researchers said. These are places "where a competent engineer would involve another person because the work crosses an ownership boundary, needs an independent hypothesis, or carries enough risk to justify separate verification."</p><p>“Coordination is a strong fit when the task can be decomposed, the resulting parts remain interdependent, the single-agent success rate is unreliable, and an incomplete answer has a meaningful downstream cost,” the researchers said. Examples include repository-wide architecture questions, unfamiliar legacy systems, cross-service incident investigation, security analysis, dependency migrations, and multi-module refactors.</p><p>Conversely, a single agent remains the cleaner choice for “bounded, local, and reversible work,” such as a known one-file change or boilerplate generation. </p><p>“Use one agent while one context can still own the problem honestly,” the researchers said. “Introduce another responsibility when the existing agent would otherwise need to compress away evidence, cross an independent ownership boundary, or verify its own high-impact conclusion.”</p><h2>From research to commercialization: Coral Code</h2><p>While AgentRadio serves as a controlled research implementation using a fixed four-agent team and a five-phase protocol, the underlying principles are being adapted into a commercial product called <a href="https://coralcode.dev/">Coral Code</a>.</p><p>Instead of a rigid, multi-agent protocol applied to every ticket, Coral Code works from the bottom up. An engineer begins with their existing coding agent, and Coral introduces repository-scoped investigation, specialist responsibility, and communication only when the emerging evidence justifies it. "Coral packages the operational concerns around the tools engineers already use, providing the repository context, scoped specialists, communication, and evidence layer around the harness rather than inside it," the researchers said.</p><p>This dynamic approach optimizes costs by targeting the relevant unit: the cost of a completed, reviewable outcome. </p><h2>The future of autonomous software engineering</h2><p>While AgentRadio provides a major upgrade to agent orchestration, there are still hurdles to overcome. One major bottleneck that the researchers pointed out to is “attention governance and verification.”</p><p>“Passive awareness makes communication available during execution. It does not decide which agents should exist, which discovery deserves an interruption, who should receive it, or when the evidence is strong enough to revise the plan,” the researchers said. If every agent receives every update, the communication layer becomes noise. If several agents share the same bad assumption, faster communication can spread the error.</p><p>For example, in one of the case studies in the paper that involved the <a href="https://github.com/grafana/grafana">Grafana platform</a>, four of nine rubrics required negative conclusions, such as observing that a datasource picker did not select automatically. The agents ran the relevant tests, yet none formed the missing negative hypothesis. Both configurations failed the four rubrics. </p><p>“Passive awareness can distribute an idea that somebody develops. It cannot supply a conception that never appears anywhere in the team,” the researchers said.</p><p>As task durations stretch longer, communication and coordination become critical. "The next generation of systems… needs adaptive responsibility assignment, evidence-aware routing, conflict resolution, explicit cost limits, permissions, recovery, and clear human escalation points," the researchers note. Most importantly, it requires durable provenance so engineering leads can inspect which agent made a claim and why an action was accepted.</p><p>"Longer-running agents make communication more important. They also make accountability much harder to fake," they said.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Quordle hints and answers for Saturday, August 8 (game #1657)]]></title>
<description><![CDATA[Looking for Quordle clues? We can help. Plus get the answers to Quordle today and past solutions.]]></description>
<link>https://tsecurity.de/de/3710985/it-nachrichten/quordle-hints-and-answers-for-saturday-august-8-game-1657/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710985/it-nachrichten/quordle-hints-and-answers-for-saturday-august-8-game-1657/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:47 +0200</pubDate>
<content:encoded><![CDATA[Looking for Quordle clues? We can help. Plus get the answers to Quordle today and past solutions.]]></content:encoded>
</item>
<item>
<title><![CDATA[NYT Connections hints and answers for Saturday, August 8 (game #1154)]]></title>
<description><![CDATA[Looking for NYT Connections answers and hints? Here's all you need to know to solve today's game, plus my commentary on the puzzles.]]></description>
<link>https://tsecurity.de/de/3710984/it-nachrichten/nyt-connections-hints-and-answers-for-saturday-august-8-game-1154/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710984/it-nachrichten/nyt-connections-hints-and-answers-for-saturday-august-8-game-1154/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:47 +0200</pubDate>
<content:encoded><![CDATA[Looking for NYT Connections answers and hints? Here's all you need to know to solve today's game, plus my commentary on the puzzles.]]></content:encoded>
</item>
<item>
<title><![CDATA[NYT Strands hints and answers for Saturday, August 8 (game #888)]]></title>
<description><![CDATA[Looking for NYT Strands answers and hints? Here's all you need to know to solve today's game, including the spangram.]]></description>
<link>https://tsecurity.de/de/3710983/it-nachrichten/nyt-strands-hints-and-answers-for-saturday-august-8-game-888/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710983/it-nachrichten/nyt-strands-hints-and-answers-for-saturday-august-8-game-888/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:47 +0200</pubDate>
<content:encoded><![CDATA[Looking for NYT Strands answers and hints? Here's all you need to know to solve today's game, including the spangram.]]></content:encoded>
</item>
<item>
<title><![CDATA[Pentagon signs $500 million deal for unmanned counter-drone missile systems promising 'decisive advantage']]></title>
<description><![CDATA[CACI received a $500 million Pentagon contract to expand SkyValor counter-drone system deployment across military operations.]]></description>
<link>https://tsecurity.de/de/3710982/it-nachrichten/pentagon-signs-500-million-deal-for-unmanned-counter-drone-missile-systems-promising-decisive-advantage/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710982/it-nachrichten/pentagon-signs-500-million-deal-for-unmanned-counter-drone-missile-systems-promising-decisive-advantage/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:47 +0200</pubDate>
<content:encoded><![CDATA[CACI received a $500 million Pentagon contract to expand SkyValor counter-drone system deployment across military operations.]]></content:encoded>
</item>
<item>
<title><![CDATA[Russia is kickstarting its plans to dominate the space race once again — but it will have to depend on Chinese hardware to do so]]></title>
<description><![CDATA[Russia's Angara expansion combines domestic machinery with strategically important Chinese equipment supporting critical manufacturing processes.]]></description>
<link>https://tsecurity.de/de/3710981/it-nachrichten/russia-is-kickstarting-its-plans-to-dominate-the-space-race-once-again-but-it-will-have-to-depend-on-chinese-hardware-to-do-so/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710981/it-nachrichten/russia-is-kickstarting-its-plans-to-dominate-the-space-race-once-again-but-it-will-have-to-depend-on-chinese-hardware-to-do-so/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:47 +0200</pubDate>
<content:encoded><![CDATA[Russia's Angara expansion combines domestic machinery with strategically important Chinese equipment supporting critical manufacturing processes.]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI says it slowed Astra model development over security concerns]]></title>
<description><![CDATA[OpenAI said this model, which is still in development, reached its "critical cybersecurity threshold," meaning it could independently identify and carry out cyberattacks against traditionally well-protected real-world systems.]]></description>
<link>https://tsecurity.de/de/3710980/it-nachrichten/openai-says-it-slowed-astra-model-development-over-security-concerns/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710980/it-nachrichten/openai-says-it-slowed-astra-model-development-over-security-concerns/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:41 +0200</pubDate>
<content:encoded><![CDATA[OpenAI said this model, which is still in development, reached its "critical cybersecurity threshold," meaning it could independently identify and carry out cyberattacks against traditionally well-protected real-world systems.]]></content:encoded>
</item>
<item>
<title><![CDATA[MC1440980: MS Teams Mobile-App bis 1. Okt. 2026 updaten, sonst geht Kalender verloren]]></title>
<description><![CDATA[Kurzer Hinweis für Administratoren, die Microsoft Teams betreuen und Nutzer haben, die Microsoft Teams per App auf Mobilgeräten verwenden. Microsoft hat Ende Juli 2026 drauf hingewiesen, dass diese Mobile-Apps bis zum Oktober 2026 aktualisiert werden müssen. Nutzer, die diese Aktualisierung … Wei...]]></description>
<link>https://tsecurity.de/de/3710979/it-nachrichten/mc1440980-ms-teams-mobile-app-bis-1-okt-2026-updaten-sonst-geht-kalender-verloren/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710979/it-nachrichten/mc1440980-ms-teams-mobile-app-bis-1-okt-2026-updaten-sonst-geht-kalender-verloren/</guid>
<pubDate>Sat, 08 Aug 2026 03:30:13 +0200</pubDate>
<content:encoded><![CDATA[Kurzer Hinweis für Administratoren, die Microsoft Teams betreuen und Nutzer haben, die Microsoft Teams per App auf Mobilgeräten verwenden. Microsoft hat Ende Juli 2026 drauf hingewiesen, dass diese Mobile-Apps bis zum Oktober 2026 aktualisiert werden müssen. Nutzer, die diese Aktualisierung … <a href="https://borncity.com/blog/2026/08/08/mc1440980-ms-teams-mobile-app-updaten-sonst-geht-kalender-verloren/">Weiterlesen <span class="meta-nav">→</span></a>
<p><a href="https://borncity.com/blog/2026/08/08/mc1440980-ms-teams-mobile-app-updaten-sonst-geht-kalender-verloren/" rel="nofollow">Quelle</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Amazon, Cursor, Microsoft, OpenAI, and Vercel unite on a shared standard for AI agent plugins]]></title>
<description><![CDATA[Amazon, Cursor, Microsoft, OpenAI, and Vercel have jointly created Agent Plugins, an open standard that defines a single package format for AI agent extensions. Version 1.0.0 uses a plugin.json manifest file and supports both agent skills and MCP servers.
The article Amazon, Cursor, Microsoft, Op...]]></description>
<link>https://tsecurity.de/de/3710978/ai-nachrichten/amazon-cursor-microsoft-openai-and-vercel-unite-on-a-shared-standard-for-ai-agent-plugins/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710978/ai-nachrichten/amazon-cursor-microsoft-openai-and-vercel-unite-on-a-shared-standard-for-ai-agent-plugins/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:53 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="1376" height="768" src="https://the-decoder.com/wp-content/uploads/2026/08/agent_standard.png" class="attachment-full size-full wp-post-image" alt="" decoding="async"></p>
<p>        Amazon, Cursor, Microsoft, OpenAI, and Vercel have jointly created Agent Plugins, an open standard that defines a single package format for AI agent extensions. Version 1.0.0 uses a plugin.json manifest file and supports both agent skills and MCP servers.</p>
<p>The article <a href="https://the-decoder.com/amazon-cursor-microsoft-openai-and-vercel-unite-on-a-shared-standard-for-ai-agent-plugins/">Amazon, Cursor, Microsoft, OpenAI, and Vercel unite on a shared standard for AI agent plugins</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Stanford and Arc Institute scientists used AI to design new viruses that killed bacteria in the lab]]></title>
<description><![CDATA[A research team in California has used artificial intelligence to design working viruses that kill bacteria, in what they describe as the "first generative design of complete genomes." The project marks an early step toward AI-designed life forms, according to a report in MIT Technology Review.
T...]]></description>
<link>https://tsecurity.de/de/3710977/ai-nachrichten/stanford-and-arc-institute-scientists-used-ai-to-design-new-viruses-that-killed-bacteria-in-the-lab/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710977/ai-nachrichten/stanford-and-arc-institute-scientists-used-ai-to-design-new-viruses-that-killed-bacteria-in-the-lab/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:53 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="1456" height="816" src="https://the-decoder.com/wp-content/uploads/2025/09/dangerous_virus_computer_chatbot.png" class="attachment-full size-full wp-post-image" alt="" decoding="async"></p>
<p>        A research team in California has used artificial intelligence to design working viruses that kill bacteria, in what they describe as the "first generative design of complete genomes." The project marks an early step toward AI-designed life forms, according to a report in MIT Technology Review.</p>
<p>The article <a href="https://the-decoder.com/stanford-and-arc-institute-scientists-used-ai-to-design-new-viruses-that-killed-bacteria-in-the-lab/">Stanford and Arc Institute scientists used AI to design new viruses that killed bacteria in the lab</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[China's Largest AI Model Is Being Developed at Bytedance]]></title>
<description><![CDATA[Bytedance is training an AI model with up to ten trillion parameters, according to the Financial Times. That's three times the size of Moonshot's Kimi K3, currently the largest Chinese model.
The article China's Largest AI Model Is Being Developed at Bytedance appeared first on The Decoder.]]></description>
<link>https://tsecurity.de/de/3710976/ai-nachrichten/chinas-largest-ai-model-is-being-developed-at-bytedance/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710976/ai-nachrichten/chinas-largest-ai-model-is-being-developed-at-bytedance/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:53 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="1456" height="816" src="https://the-decoder.com/wp-content/uploads/2024/02/bytedance_logo_in_ai_data_Stream.png" class="attachment-full size-full wp-post-image" alt="the bytedance log in the form of data, put into an ai model, abstract digital art," decoding="async"></p>
<p>        Bytedance is training an AI model with up to ten trillion parameters, according to the Financial Times. That's three times the size of Moonshot's Kimi K3, currently the largest Chinese model.</p>
<p>The article <a href="https://the-decoder.com/chinas-largest-ai-model-is-being-developed-at-bytedance/">China's Largest AI Model Is Being Developed at Bytedance</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI's first smart speaker is expected in 2027 at over $300]]></title>
<description><![CDATA[OpenAI is planning a donut-shaped smart speaker for 2027, priced above $300. The screenless device has a camera, microphones, and moving parts. It's designed to learn from conversations and adapt to users, fitting Sam Altman's "Her" vision.
The article OpenAI's first smart speaker is expected in ...]]></description>
<link>https://tsecurity.de/de/3710975/ai-nachrichten/openais-first-smart-speaker-is-expected-in-2027-at-over-300/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710975/ai-nachrichten/openais-first-smart-speaker-is-expected-in-2027-at-over-300/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:53 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="2048" height="1152" src="https://the-decoder.com/wp-content/uploads/2026/06/openai_logo_background_dark.png" class="attachment-full size-full wp-post-image" alt="" decoding="async"></p>
<p>        OpenAI is planning a donut-shaped smart speaker for 2027, priced above $300. The screenless device has a camera, microphones, and moving parts. It's designed to learn from conversations and adapt to users, fitting Sam Altman's "Her" vision.</p>
<p>The article <a href="https://the-decoder.com/openais-first-smart-speaker-is-expected-in-2027-at-over-300/">OpenAI's first smart speaker is expected in 2027 at over $300</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Anthropic loosens Fable 5's biology restrictions but keeps the guardrails on for virology and toxicology]]></title>
<description><![CDATA[Anthropic has cut false positives in its biology safety filters for Fable 5 by about 85 percent. Previously, nearly all biology-related queries got blocked and rerouted to the less capable Opus 5. The restrictions stay in place for sensitive dual-use topics like virology and toxicology.
The artic...]]></description>
<link>https://tsecurity.de/de/3710974/ai-nachrichten/anthropic-loosens-fable-5s-biology-restrictions-but-keeps-the-guardrails-on-for-virology-and-toxicology/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710974/ai-nachrichten/anthropic-loosens-fable-5s-biology-restrictions-but-keeps-the-guardrails-on-for-virology-and-toxicology/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:53 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="1376" height="768" src="https://the-decoder.com/wp-content/uploads/2026/08/anthropic_bio.png" class="attachment-full size-full wp-post-image" alt="" decoding="async"></p>
<p>        Anthropic has cut false positives in its biology safety filters for Fable 5 by about 85 percent. Previously, nearly all biology-related queries got blocked and rerouted to the less capable Opus 5. The restrictions stay in place for sensitive dual-use topics like virology and toxicology.</p>
<p>The article <a href="https://the-decoder.com/anthropic-loosens-fable-5s-biology-restrictions-but-keeps-the-guardrails-on-for-virology-and-toxicology/">Anthropic loosens Fable 5's biology restrictions but keeps the guardrails on for virology and toxicology</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[AMD acquires Taalas, a startup that bakes AI models directly into silicon]]></title>
<description><![CDATA[AMD is buying Canadian startup Taalas, which hard-codes model weights directly into inference chips. That makes them extremely fast but locks each chip to a single model. A demo chip hit over 16,000 tokens per second per user running Llama 3.1-8B. Google is reportedly working on a similar approac...]]></description>
<link>https://tsecurity.de/de/3710973/ai-nachrichten/amd-acquires-taalas-a-startup-that-bakes-ai-models-directly-into-silicon/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710973/ai-nachrichten/amd-acquires-taalas-a-startup-that-bakes-ai-models-directly-into-silicon/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:53 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="2048" height="1152" src="https://the-decoder.com/wp-content/uploads/2026/07/amd_logowall.png" class="attachment-full size-full wp-post-image" alt="" decoding="async"></p>
<p>        AMD is buying Canadian startup Taalas, which hard-codes model weights directly into inference chips. That makes them extremely fast but locks each chip to a single model. A demo chip hit over 16,000 tokens per second per user running Llama 3.1-8B. Google is reportedly working on a similar approach for Gemini.</p>
<p>The article <a href="https://the-decoder.com/amd-acquires-taalas-a-startup-that-bakes-ai-models-directly-into-silicon/">AMD acquires Taalas, a startup that bakes AI models directly into silicon</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[AI music generator Suno tightens rules to fight spam and address growing copyright concerns]]></title>
<description><![CDATA[Suno CEO Mikey Shulman has announced new guidelines and tighter download limits after its AI-generated music was used to game streaming platforms for profit. The company also faces pressure from a German copyright ruling and an admission by one of its investors that AI music competes directly wit...]]></description>
<link>https://tsecurity.de/de/3710972/ai-nachrichten/ai-music-generator-suno-tightens-rules-to-fight-spam-and-address-growing-copyright-concerns/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710972/ai-nachrichten/ai-music-generator-suno-tightens-rules-to-fight-spam-and-address-growing-copyright-concerns/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:53 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="2048" height="1152" src="https://the-decoder.com/wp-content/uploads/2026/08/suno_ai_logo.png" class="attachment-full size-full wp-post-image" alt="" decoding="async"></p>
<p>        Suno CEO Mikey Shulman has announced new guidelines and tighter download limits after its AI-generated music was used to game streaming platforms for profit. The company also faces pressure from a German copyright ruling and an admission by one of its investors that AI music competes directly with human artists.</p>
<p>The article <a href="https://the-decoder.com/ai-music-generator-suno-tightens-rules-to-fight-spam-and-address-growing-copyright-concerns/">AI music generator Suno tightens rules to fight spam and address growing copyright concerns</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI flags its new Astra model as potentially reaching the highest cybersecurity risk level for the first time]]></title>
<description><![CDATA[Internal tests of OpenAI's new AI model Astra show cybersecurity capabilities so strong that the company can no longer rule out the highest risk level in its own safety framework. Parts of Astra's development have been paused. The move follows recently disclosed incidents in which autonomous AI a...]]></description>
<link>https://tsecurity.de/de/3710971/ai-nachrichten/openai-flags-its-new-astra-model-as-potentially-reaching-the-highest-cybersecurity-risk-level-for-the-first-time/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710971/ai-nachrichten/openai-flags-its-new-astra-model-as-potentially-reaching-the-highest-cybersecurity-risk-level-for-the-first-time/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:53 +0200</pubDate>
<content:encoded><![CDATA[<p><img width="1376" height="768" src="https://the-decoder.com/wp-content/uploads/2026/07/openai_kraken_cyber.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" fetchpriority="high"></p>
<p>        Internal tests of OpenAI's new AI model Astra show cybersecurity capabilities so strong that the company can no longer rule out the highest risk level in its own safety framework. Parts of Astra's development have been paused. The move follows recently disclosed incidents in which autonomous AI agents infiltrated OpenAI's own infrastructure undetected for weeks.</p>
<p>The article <a href="https://the-decoder.com/openai-flags-its-new-astra-model-as-potentially-reaching-the-highest-cybersecurity-risk-level-for-the-first-time/">OpenAI flags its new Astra model as potentially reaching the highest cybersecurity risk level for the first time</a> appeared first on <a href="https://the-decoder.com/">The Decoder</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Data Center Eyed as Part of Tech Campus in San Jose, Calif.]]></title>
<description><![CDATA[A data center could rise on part of a longtime tech campus, according to a proposal that offers fresh evidence that the boom in advanced computing hubs is still in its early stages as the AI era unfolds.]]></description>
<link>https://tsecurity.de/de/3710970/ai-nachrichten/data-center-eyed-as-part-of-tech-campus-in-san-jose-calif/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710970/ai-nachrichten/data-center-eyed-as-part-of-tech-campus-in-san-jose-calif/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:52 +0200</pubDate>
<content:encoded><![CDATA[A data center could rise on part of a longtime tech campus, according to a proposal that offers fresh evidence that the boom in advanced computing hubs is still in its early stages as the AI era unfolds.]]></content:encoded>
</item>
<item>
<title><![CDATA[Tucson, Ariz., Approves Strict Data Center Rules]]></title>
<description><![CDATA[The Tucson City Council voted to adopt one of the city's strictest zoning frameworks for data centers, with council members saying the ordinance is a necessary protection in the absence of current standards.]]></description>
<link>https://tsecurity.de/de/3710969/ai-nachrichten/tucson-ariz-approves-strict-data-center-rules/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710969/ai-nachrichten/tucson-ariz-approves-strict-data-center-rules/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:52 +0200</pubDate>
<content:encoded><![CDATA[The Tucson City Council voted to adopt one of the city's strictest zoning frameworks for data centers, with council members saying the ordinance is a necessary protection in the absence of current standards.]]></content:encoded>
</item>
<item>
<title><![CDATA[AI Assistant Is Sandy Springs, Ga.’s Latest Innovation Move]]></title>
<description><![CDATA[The city’s new tool is the latest in a series of projects intended to improve the resident experience through technology. Officials prioritized data quality and privacy during design and implementation.]]></description>
<link>https://tsecurity.de/de/3710968/ai-nachrichten/ai-assistant-is-sandy-springs-gas-latest-innovation-move/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710968/ai-nachrichten/ai-assistant-is-sandy-springs-gas-latest-innovation-move/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:52 +0200</pubDate>
<content:encoded><![CDATA[The city’s new tool is the latest in a series of projects intended to improve the resident experience through technology. Officials prioritized data quality and privacy during design and implementation.]]></content:encoded>
</item>
<item>
<title><![CDATA[Utah AI Moonshot Program Pledges $5 Million for AI Research]]></title>
<description><![CDATA[A new state program will provide $5 million across at least 12 AI research projects coming from the Utah System of Higher Education, in fields like mental health, environmental intelligence and autonomous systems.]]></description>
<link>https://tsecurity.de/de/3710967/ai-nachrichten/utah-ai-moonshot-program-pledges-5-million-for-ai-research/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710967/ai-nachrichten/utah-ai-moonshot-program-pledges-5-million-for-ai-research/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:52 +0200</pubDate>
<content:encoded><![CDATA[A new state program will provide $5 million across at least 12 AI research projects coming from the Utah System of Higher Education, in fields like mental health, environmental intelligence and autonomous systems.]]></content:encoded>
</item>
<item>
<title><![CDATA[AI found a weakness in one of the world's most studied encryption systems — is your data under threat?]]></title>
<description><![CDATA[No, AI hasn't cracked the encryption protecting your bank account. But experts say Anthropic's latest research could change how tomorrow's cryptography is tested.]]></description>
<link>https://tsecurity.de/de/3710966/ai-nachrichten/ai-found-a-weakness-in-one-of-the-worlds-most-studied-encryption-systems-is-your-data-under-threat/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710966/ai-nachrichten/ai-found-a-weakness-in-one-of-the-worlds-most-studied-encryption-systems-is-your-data-under-threat/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:51 +0200</pubDate>
<content:encoded><![CDATA[No, AI hasn't cracked the encryption protecting your bank account. But experts say Anthropic's latest research could change how tomorrow's cryptography is tested.]]></content:encoded>
</item>
<item>
<title><![CDATA[What’s behind the Google AI shake-up]]></title>
<description><![CDATA[Some of the biggest names on Google's AI team got new jobs this week. In some cases, including for legendary Googler Jeff Dean, those jobs are no longer at Google. Given that Google's models seem to be behind the best of what's coming out of anthropic and OpenAI, is this a sign of Google in […]]]></description>
<link>https://tsecurity.de/de/3710965/ai-nachrichten/whats-behind-the-google-ai-shake-up/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710965/ai-nachrichten/whats-behind-the-google-ai-shake-up/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:51 +0200</pubDate>
<content:encoded><![CDATA[Some of the biggest names on Google's AI team got new jobs this week. In some cases, including for legendary Googler Jeff Dean, those jobs are no longer at Google. Given that Google's models seem to be behind the best of what's coming out of anthropic and OpenAI, is this a sign of Google in […]]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenAI puts the brakes on a new model because it’s supposedly too powerful]]></title>
<description><![CDATA[OpenAI says it is pausing "internal activities" around an in-development AI model, Astra, because it doesn't yet meet new security standards the company is putting in place. The announcement follows its recent disclosure that OpenAI models accidentally hacked Hugging Face. Anthropic and Meta have...]]></description>
<link>https://tsecurity.de/de/3710964/ai-nachrichten/openai-puts-the-brakes-on-a-new-model-because-its-supposedly-too-powerful/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710964/ai-nachrichten/openai-puts-the-brakes-on-a-new-model-because-its-supposedly-too-powerful/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:51 +0200</pubDate>
<content:encoded><![CDATA[OpenAI says it is pausing "internal activities" around an in-development AI model, Astra, because it doesn't yet meet new security standards the company is putting in place. The announcement follows its recent disclosure that OpenAI models accidentally hacked Hugging Face. Anthropic and Meta have also since admitted that they had AI models that went rogue […]]]></content:encoded>
</item>
<item>
<title><![CDATA[Watching Roku’s AI channel is like eating from a trough]]></title>
<description><![CDATA[The appeal of free ad-supported streaming television (FAST) channels has always been the way they make it easier to (re)discover classic films and series. But Roku's latest experiment in the FAST space has less to do with traditionally produced entertainment and is entirely focused on giving view...]]></description>
<link>https://tsecurity.de/de/3710963/ai-nachrichten/watching-rokus-ai-channel-is-like-eating-from-a-trough/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710963/ai-nachrichten/watching-rokus-ai-channel-is-like-eating-from-a-trough/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:51 +0200</pubDate>
<content:encoded><![CDATA[The appeal of free ad-supported streaming television (FAST) channels has always been the way they make it easier to (re)discover classic films and series. But Roku's latest experiment in the FAST space has less to do with traditionally produced entertainment and is entirely focused on giving viewers access to a constant source of AI-generated content. […]]]></content:encoded>
</item>
<item>
<title><![CDATA[Fenix Flexin isn’t even denying using AI to make ‘Rubberz’ anymore]]></title>
<description><![CDATA[It took long enough, but now LA rapper Fenix Flexin appears to have admitted using AI for the 80s synth pop-themed song "Rubberz." His comments follow the producer Medasin's videos claiming that an AI tool called Treblo (formerly Sonauto) was used to make the song, and the company releasing an AI...]]></description>
<link>https://tsecurity.de/de/3710962/ai-nachrichten/fenix-flexin-isnt-even-denying-using-ai-to-make-rubberz-anymore/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710962/ai-nachrichten/fenix-flexin-isnt-even-denying-using-ai-to-make-rubberz-anymore/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:51 +0200</pubDate>
<content:encoded><![CDATA[It took long enough, but now LA rapper Fenix Flexin appears to have admitted using AI for the 80s synth pop-themed song "Rubberz." His comments follow the producer Medasin's videos claiming that an AI tool called Treblo (formerly Sonauto) was used to make the song, and the company releasing an AI detector that identifies it […]]]></content:encoded>
</item>
<item>
<title><![CDATA[Wispr moves beyond AI dictation with note-taking assistant]]></title>
<description><![CDATA[Wispr, the startup behind dictation tool Wispr Flow, has created an AI note-taking assistant that records meetings and generates conversation summaries for users.



The Wispr Flow Notetaker tool “captures your meetings so you can stop splitting your attention between listening and writing things...]]></description>
<link>https://tsecurity.de/de/3710961/ai-nachrichten/wispr-moves-beyond-ai-dictation-with-note-taking-assistant/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710961/ai-nachrichten/wispr-moves-beyond-ai-dictation-with-note-taking-assistant/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:50 +0200</pubDate>
<content:encoded><![CDATA[<div><div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">Wispr, the startup behind <a href="https://www.computerworld.com/article/4107331/wispr-ceo-interview-post-keyboard-office.html">dictation tool Wispr Flow</a>, has created an AI note-taking assistant that records meetings and generates conversation summaries for users.</p>



<p class="wp-block-paragraph">The Wispr Flow Notetaker tool “captures your meetings so you can stop splitting your attention between listening and writing things down,” said Sahaj Garja, Wispr CTO and co-founder.</p>



<p class="wp-block-paragraph">Notetaker starts recording with one click, and doesn’t require a bot to attend a video or voice call. It can also be used to capture in-person conversations.</p>



<p class="wp-block-paragraph">The software has three key functions. Before a call, Notetaker displays a meeting brief with information such as meeting purpose and background of participants.</p>



<p class="wp-block-paragraph">Once the meeting starts, a live transcript displays the dialogue text and labels speakers. A “what did I miss?” button provides a summary of talking points from the previous few minutes.</p>



<p class="wp-block-paragraph">Finally, post-meeting, Notetaker generates a more detailed summary organized by topic that includes information such as key dates, decisions, and next steps. Users can search across notes from previous meetings in the Notetaker app. “Over time your meeting history stops being a folder of documents you have to go find and becomes something you can ask questions of,” said Garja.</p>



<p class="wp-block-paragraph">Notetaker integrates with AI assistants such as Anthropic’s Claude and OpenAI’s ChatGPT via model context protocol. This allows users to connect outputs such as transcripts and summaries “into how you already work, instead of sitting in a separate app,” said Garja.</p>



<p class="wp-block-paragraph">With Notetaker, Wispr competes in an increasingly busy market for AI note-taking apps that includes Fireflies, Granola and Otter.</p>



<p class="wp-block-paragraph">Wispr <a href="https://wisprflow.ai/post/wispr-flow-notetaker" target="_blank" rel="noreferrer noopener">claims</a> Notetaker can produce more accurate transcripts than existing tools, partly because of the additional context it uses during transcription. It uses the same personal dictionary from Wispr Flow that includes acronyms, products, and preferred spellings, and can also draw on other sources such as calendar information to understand the purpose of a meeting and help ensure speakers are labelled correctly.</p>



<p class="wp-block-paragraph">Before generating the final summary, Notetaker also re-reads the live meeting transcript and combines it with additional context to create a more accurate final output, Garja said.</p>



<p class="wp-block-paragraph">Notetaker is the first new product launched by Wispr, which was founded in 2021 and has since <a href="https://wisprflow.ai/new-funding" target="_blank" rel="noreferrer noopener">raised</a> $81 million in funding.</p>



<p class="wp-block-paragraph">“We didn’t set out to build a dictation app,” said Garja. “The mission has always been to reshape how people interact with their devices, and dictation was the fastest way in.”</p>



<p class="wp-block-paragraph">“Notetaker is the second product on that path. Dictation took the keyboard out of writing. Notetaker takes it out of meetings, so nobody has to spend the call typing up what everyone just said.”</p>



<h2 class="wp-block-heading">User consent when recording calls</h2>



<p class="wp-block-paragraph">As AI note-taking tools have become more prevalent in the workplace, privacy concerns have arisen, including the need for all-party consent when recording a call in some jurisdictions, and whether meeting audio is used to train AI models. Two software vendors, <a href="https://www.computerworld.com/article/4041849/enterprise-note-taking-apps-face-legal-scrutiny-as-otter-hit-with-privacy-suit.html">Otter</a> and <a href="https://www.computerworld.com/article/4206255/granola-lawsuit-raises-concerns-over-ai-note-taking-app-privacy.html">Granola</a>, currently face separate lawsuits in California that allege privacy law violations related to their products.</p>



<p class="wp-block-paragraph">Wispr Flow Notetaker captures audio locally on a user’s device rather than joining the call as a visible bot. That means there’s no notification to signal that a conversation is being transcribed, which places responsibility on users to disclose the recording to others on the call in accordance with local laws, said Garja.</p>



<p class="wp-block-paragraph">“Users should always let the other person know before you start recording or transcribing a conversation, whether it’s a video call, an in-person meeting, or a phone call,” he said, adding that Wispr intends to build additional features for automated consent messaging “in the coming weeks.”</p>



<p class="wp-block-paragraph">Wispr doesn’t train its AI models on customer data without consent, though free and standard tier customers must choose to opt-out, according to Wispr’s privacy <a href="https://docs.wisprflow.ai/articles/3467817258-security-and-compliance-faq" target="_blank" rel="noreferrer noopener">terms</a>. Nor does it create “voiceprints or biometric profiles” of users or anyone else on a call using audio recording data, the company says.</p>



<p class="wp-block-paragraph">When Notetaker is active, conversation audio is captured on a user’s device and processed on cloud servers to enable transcription. The recorded audio file is encrypted and stored temporarily on the user’s device or cloud storage, Wispr said. After a limited period, the audio is automatically deleted.</p>



<p class="wp-block-paragraph">Notetaker is available with the Wispr Flow macOS app to free and paid subscribers, with support for Windows “coming soon.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Polish data center plans to send its waste heat to the neighbors]]></title>
<description><![CDATA[As Europe swelters in a heatwave, residents probably don’t want to hear about ways to make their homes even hotter, but that’s what Polish property developer Citylink is talking about, with plans to dump waste heat from a new data center in Wrocław into the municipal district heating network.



...]]></description>
<link>https://tsecurity.de/de/3710960/ai-nachrichten/polish-data-center-plans-to-send-its-waste-heat-to-the-neighbors/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3710960/ai-nachrichten/polish-data-center-plans-to-send-its-waste-heat-to-the-neighbors/</guid>
<pubDate>Sat, 08 Aug 2026 00:42:50 +0200</pubDate>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p class="wp-block-paragraph">As Europe swelters in a heatwave, residents probably don’t want to hear about ways to make their homes even hotter, but that’s what Polish property developer Citylink is talking about, with plans to dump waste heat from a new data center in Wrocław into the municipal district heating network.</p>



<p class="wp-block-paragraph">Citylink is designing the data center so that heat from servers can be recovered instead of being dissipated via cooling systems — and as the data center grows, any increase in computing power will mean more energy available for recovery.</p>



<p class="wp-block-paragraph">The collaboration with local power company Kogeneracja will provide “valuable experience in designing and operating modern data centers, with a particular focus on infrastructure dedicated to AI nodes,<em>” </em><a href="https://city-link.pl/en/heat-from-servers-could-power-wroclaw-citylink-and-kogeneracja-s-a-launch-collaboration/" target="_blank" rel="noreferrer noopener">said Michał Starybrat, development director at Citylink</a>.</p>



<p class="wp-block-paragraph">“The dynamic growth of the artificial intelligence and cloud technology markets generates unprecedented demand for computing power, this collaboration demonstrates how modern digital infrastructure can actively contribute to building the energy ecosystem of the future,” he added.</p>



<p class="wp-block-paragraph">This type of initiative is not new. There have been <a href="https://www.newcivilengineer.com/latest/data-centres-could-join-energy-ecosystem-as-report-presents-use-case-for-wasted-heat-16-10-2025/" target="_blank" rel="noreferrer noopener">similar projects in the UK</a> and <a href="https://www.reseller.co.nz/article/2503421/spark-aims-to-use-dc-heat-to-warm-a-new-north-shore-surf-spot.html">in New Zealand,</a> but with warnings that <a href="https://www.networkworld.com/article/4153403/no-joke-data-centers-are-warming-the-planet.html">data centers are contributing to the warming of the planet</a>, there may well be a lot more organizations looking to deploy that excess heat more fruitfully in the future.</p>



<p class="wp-block-paragraph">However, announcing it during a heatwave may not be the most politically sensitive approach to take.</p>



<p class="wp-block-paragraph"><em>This article first appeared on <a href="https://www.networkworld.com/article/4206791/polish-data-center-plans-to-send-its-waste-heat-to-the-neighbors.html">Network World</a>.</em></p>



<p class="wp-block-paragraph"></p>
</div></div></div></div>]]></content:encoded>
</item>
</channel>
</rss>
<!-- Generated in 0,31ms -->