Alerts This Week
Warning Icon 1 525
Alerts This Week
Warning Icon 1 525

Stay Ahead With Linux Security News

Filter Icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found 6 articles for you...
210

Linux: Chrome High Risk Bugs CVE-2025-6191 CVE-2025-6192

Two new Chrome vulnerabilities have surfaced, and despite how often we hear about Chrome in the news, these bugs are not the kind we can afford to brush off. Both flaws target core components within Chrome—the V8 JavaScript engine and the Profiler function—and could hand attackers a direct line to exploit your systems. It’s the kind of scenario no one wants: arbitrary code execution and potential system compromise just waiting to happen. As a result, Google has flagged both as high-severity issues. . And no, this isn’t exclusively a Linux problem. These vulnerabilities affect Chrome users on Android, macOS, and Windows, too. But Linux systems—especially in enterprise environments or as server endpoints—are uniquely at risk here. Let’s dive into what’s going on, why these flaws matter, and what you need to do to mitigate them. The Bugs in Question—Why You Should Care First, let’s take a closer look at the flaws at hand: CVE-2025-6191 : Integer Overflow in the V8 Engine This vulnerability stems from an integer overflow issue in Chrome’s V8 JavaScript engine—the same engine Chrome leans on for efficiently rendering web applications. An exploit here lets attackers manipulate memory allocation, which could lead to arbitrary code execution. In plain terms: someone could run whatever code they want on your system, bypassing normal security protocols. Worst-case scenario? They breach critical applications, unleash malware , or gain access to sensitive systems in your network. CVE-2025-6192 : Use-After-Free in Profiler The second issue is a use-after-free bug in Chrome’s Profiler functionality. That’s a bit less obvious at a glance, but here’s the deal: use-after-free vulnerabilities happen when memory is improperly handled—accessed after it’s been freed. This can leave dangling pointers wide open for exploitation. Attackers can use this flaw for code execution, system crashes, or worse, depending on the scenario. What’s particularly troubling ishow foundational these components are. The V8 engine powers Chrome’s JavaScript processes. The Profiler, meanwhile, runs on interaction-heavy features. That means attackers are targeting the core architecture, not some peripheral feature no one uses. This kind of exposure raises a red flag for anyone managing Linux systems in environments where uptime and security are non-negotiable. Why Are Linux Systems At Particular Risk? Chrome vulnerabilities are inherently cross-platform, sure—but Linux adds its own layer of nuance. On Linux, Chrome isn’t just a browser—it’s often part of critical workflows: DevOps tasks, web application management, SSH sessions , and system administration. If you’re running Chrome on a shared workstation, a patch delay could expose vital systems to compromise. And consider this: enterprise Linux endpoints are prime targets for attackers. Gain control over one compromised browser, and you’ve got a foothold into an environment managing server clusters, sensitive data, or critical backend operations. A vulnerability like CVE-2025-6191 could allow something like a memory exploitation toolkit to bypass your Linux sandbox entirely, depending on how your system is configured. Practical Steps to Lock Things Down Here’s the thing: Chrome patches are already out—version 137.0.7151.119/.120 addresses these flaws. But depending on your distro, update rollouts are a mixed bag. Automatic updates aren’t always timely, especially if your package manager configuration prioritizes stability over immediate patching. You can’t bank on autopilot here. Instead: Get Chrome Updated Right Now Navigate to Help > About Google Chrome, trigger a manual update check, and confirm that you’re running the patched version. Restart Chrome when you’re done—this might seem obvious, but incomplete updates often catch users off guard. For sysadmins managing multiple Linux endpoints, automate this process through configuration management tools like Ansible or Chef .Ensuring consistency across systems isn’t just smart—it’s mandatory. Push Automatic Updates Where Necessary If you don’t have automatic browser updates enabled on your endpoints, fix that. Check your package manager settings (apt, dnf, pacman, or whatever applies to your distro) and ensure Google’s repository is configured for regular check-ins. Browser Isolation Through AppArmor or SELinux These tools aren’t just for peace of mind—they’re genuine lifesavers against exploits aiming to break out of the browser. Use containerization strategies or implement AppArmor profiles specific to Chrome. Reduce its ability to interact with the broader system in the event of a breach. Harden Browsing Practices Beyond patches, tighten your browser’s exposure. Ban extensions from third-party sources, enforce HTTPS everywhere, and use tools like uBlock Origin to filter out malicious scripts. These small defenses add up, especially when attackers rely on common vectors like ad networks to drop initial payloads. Temporary Alternatives (If You’re in a Bind) Delays in patching happen. If you can’t update Chrome immediately—for whatever reason—switch browsers. Firefox or Chromium are your top options here. They’ll cover the basics while you resolve the gaps in your deployment. But remember, swapping browsers isn’t a permanent fix—it’s a bridge. A Few Broader Thoughts on Chrome and Security It’s no mystery why Chrome keeps finding itself in the crosshairs. It’s the world’s most popular browser, with billions of users across every major platform. Combine that with intricacies like the V8 engine—one of the most sophisticated JavaScript engines available—and you’ve got something attackers love picking apart. These components are deeply powerful, but their complexity means vulnerabilities crop up frequently. So, does that mean Chrome isn’t safe? Not at all. In fact, Chrome’s ability to fix bugs quickly—thanks in part to Google’s bug bountyprogram —is why vulnerabilities like these get disclosed before they cause widespread damage. That said, it’s also why admins need to act fast. Chrome updates may take time to fully roll out, and during that lag, all bets are off if an attacker develops a public exploit. Let’s not forget the larger trend here: these kinds of vulnerabilities aren’t going away. As attackers refine their techniques, we’ll continue seeing sophisticated attacks that exploit browsers as entry points into larger systems. It’s up to security professionals to layer defenses and stay ahead of the curve. Our Final Thoughts: Patch Now, Stay Vigilant If you manage Linux systems, you probably know the drill by now: patch first, ask questions second. These Chrome vulnerabilities (CVE-2025-6191 and CVE-2025-6192) hit core browser functionality and pose a serious risk, not just to casual users, but to enterprise environments where Linux endpoints play pivotal roles in system management. Whether you’re running Chrome as part of a DevOps workflow or just keeping it as a user-friendly option for network browsing, don’t ignore this one. Take the time to apply the patch , double-check your settings, and consider implementing some additional security steps to mitigate browser-based risks moving forward. Chrome is still one of the most secure web browsers out there, but vulnerabilities like these remind us that secure enough is never good enough. . High-severity Chrome bugs demand immediate attention from Linux sysadmins. Learn how to mitigate the risks effectively.. chrome vulnerabilities, linux chrome security, browser exploits, system security patching. . Brittany Day

Calendar 2 Jun 25, 2025 User Avatar Brittany Day Security Vulnerabilities
210

7-Zip 24.07 Update: Critical Security Flaw - Code Execution Threat

Compression utilities like 7-Zip have become essential tools for managing and storing data efficiently. Renowned for its high compression ratio and versatility, 7-Zip has earned millions of fans, from individual consumers to IT professionals around the globe. However, even trusted software can contain vulnerabilities. Recently, a security flaw was discovered within 7-Zip that may allow remote attackers to execute code through specially crafted archives containing malicious codes. . In this article, I'll examine this vulnerability and its impacts and guide you through updating to protect yourself by upgrading to the latest 7-Zip version to secure your systems. What Is 7-Zip? 7-Zip is an open-source file archiver widely recognized and utilized for its high compression ratio and support of various file formats such as ZIP, RAR, and ISO. Notably, its proprietary.7z format offers enhanced compression capabilities. 7-Zip has become indispensable to individuals worldwide, administrators, and software developers, who integrate it into various workflows and applications. Analyzing This Recent 7-Zip Vulnerability 7-Zip contains a critical security vulnerability, CVE-2024-11477 , that allows remote attackers to exploit Zstandard (Zstd) decompression implementation via specially crafted archives to execute arbitrary code remotely. The issue earned enough significance that CVSS gave it a score of 7.8, signaling its severity. At its core, 7-Zip's vulnerability lies in how it handles Zstandard decompression. More specifically, improper validation of user data may lead to an integer underflow before writing into memory - exploited by convincing users to open maliciously crafted archives. Attackers can exploit this weakness to execute arbitrary code within the context of their current processes. Vulnerable 7-Zip versions are susceptible to integer underflow when data provided to its decompression function isn't properly validated. This leads to an integer underflow and overwriting criticalmemory, allowing attackers to insert and execute code at will. Risk is compounded by exploiting this vulnerability, which requires relatively minimal technical knowledge. An attacker could easily create and distribute malicious archives via popular delivery like email attachments or file-sharing platforms. When someone interacts with someone using an exploited version of 7-Zip, the attacker could execute code with all access rights as the current user. Understanding the Impact of This Vulnerability CVE-2024-11477 can severely impact impacted systems, enabling attackers to run arbitrary code that could lead to further malicious activities. By exploiting this vulnerability, attackers could gain user access rights that allow them to operate with similar privileges as the currently logged-in user and access sensitive data or execute system commands. This includes accessing sensitive files and system commands in cases where an administrator-privileged user exists, resulting in complete system compromise. It affects all versions of 7-Zip before 24.07, so users running outdated versions are at risk. Steps should be taken immediately to secure systems by updating to the 24.07 version of 7-Zip for maximum system protection. Mitigation and Fixes Available to 7-Zip Users The 7-Zip development team has addressed this security flaw with version 24.07. As 7-Zip does not feature an automated update mechanism, users must download and install the latest version to stay protected. To update 7-Zip, download its latest version from its official website - version 24.07 or later is required - and follow its installation instructions to update your current installation. Finally, verify whether or not it has been installed by opening 7-Zip, checking its 'Help' menu, and verifying its version number. IT administrators and software developers should also monitor for suspicious activity within their networks and educate users about the risks of opening files from untrusted sources. Likewise, organizations shouldimplement policies limiting code execution from external sources to reduce potential vulnerabilities while conducting regular security audits on systems to identify and rectify vulnerabilities promptly. Security experts emphasize the significance of prompt patching as exploiting this vulnerability does not require complex technical knowledge. Though no known malware campaigns have targeted it yet, the risk remains significant, and mitigation measures should be prioritized. Both organizations and individuals should update systems regularly to stay protected against exploits that may impact their Linux environments. Our Final Thought on Addressing This Severe 7-Zip Flaw CVE-2024-11477 is an alarming reminder of the frequent vulnerabilities in widely used software such as 7-Zip. Improper validation within the Zstandard decompression algorithm underscores the vital need for rigorous testing and continuous monitoring for security flaws in software, making upgrading to version 24.07 of 7-Zip an absolute requirement to prevent potential arbitrary code execution attacks on systems. Users and organizations alike can lessen risks associated with cybersecurity vulnerabilities by following these steps and adopting a proactive approach to cyber safety. Keeping software updated, educating users on safe practices, and employing rigorous security measures combine to create a safer computing environment. Are you impacted by this flaw? Have you updated? Let us know on X @lnxsec ! . 7-Zip, a popular compression tool, has faced a serious vulnerability that could allow code execution, risking data breaches and system integrity. 7-Zip Vulnerabilities, Code Execution Risk, Software Updates, Cybersecurity Patches, Integer Underrun Exploit. . Brittany Day

Calendar 2 Nov 25, 2024 User Avatar Brittany Day Security Vulnerabilities
210

Chrome: Security Update for Dawn and WebRTC Flaws (Critical)

Recently, Google released an important security update for the Chrome browser to address two significant vulnerabilities—an out-of-bounds write in the Dawn system and a use-after-free issue in the WebRTC component—that seriously threaten its users' safety. These flaws allow attackers to execute arbitrary code or cause system crashes. . To help you proactively secure your systems against these severe bugs, I'll provide an in-depth look at these flaws, their impact, and how Linux users can protect themselves. Understanding These Vulnerabilities & Their Impact Google recently issued two critical security updates for their Chrome browser to prevent severe security breaches. One vulnerability identified as CVE-2024-10487 involves an out-of-bounds write issue in the Dawn graphics system discovered and reported by Apple Security Engineering and Architecture (SEAR) on October 23, 2024. This flaw could allow attackers to write beyond allocated memory space, enabling remote code execution and leading to system crashes or system compromise. CVE-2024-10488 , reported by Cassidy Kim on October 18, 2024, involves a use-after-free flaw within Chrome's WebRTC (Web Real-Time Communication) component. If exploited successfully, this flaw could lead to either the execution of arbitrary code or a crash by accessing already released memory, potentially leading to data breaches and system crashes. These vulnerabilities impact specific versions of Chrome, such as stable channel versions 130.0.6723.91/.92 for Windows and Mac and 130.0.6723.91 for Linux. An extended stable channel version 130.0.6723.92 will also become fully available over time. Once available, users should immediately upgrade their browsers to mitigate potential security risks. Practical Mitigation Measures for Linux Users Linux users must take several specific and practical measures to protect themselves against Chrome vulnerabilities. One such measure is updating to the most current version. Users can do this by visitingChrome's settings under "About Google Chrome," checking for updates, and installing them if available. Chrome will also automatically check and install updates once available if needed, with a restart sometimes required after completion. Regular Chrome updates are crucial not only to maintaining the security of a system but also for all software on it. Enabling automatic updates where possible can help maintain security without the intervention required by manual updating while adding security tools like firewalls, intrusion detection systems, and antivirus software can offer extra layers of protection. Adopting secure browsing practices is another essential measure admins and users should implement. Users are advised to avoid suspect links and downloads and use browser extensions that increase security, such as ad-blockers or anti-tracking tools. Furthermore, regularly backing up critical data can reduce the impact of security breaches and ensure a more secure Linux computing environment. Popular Linux distributions like Debian , Fedora , Mageia, and OpenSUSE have already released updates or patches addressing these vulnerabilities. Users must keep their respective distributions' releases abreast to keep their systems secure. Our Final Thoughts on Protecting Against These Severe Chrome Flaws Google Chrome recently issued a critical security update addressing two vulnerabilities that could have severe consequences if exploited. Users can protect themselves by promptly updating their browsers and following best security practices to safeguard themselves against these threats. Linux users, in particular, should update both systems and browsers regularly while taking advantage of any available security tools in their distributions. This update emphasizes the significance of regular software updates as part of good cybersecurity hygiene . Regular updates help protect users against vulnerabilities before malicious actors can exploit them. . Recent Chrome updates reveal vital patchesfor serious vulnerabilities, reinforcing user data safety and system integrity while urging software version updates. Chrome Security, Linux Updates, Cyber Hygiene, System Protection, Security Flaws. . Anthony Pell

Calendar 2 Nov 06, 2024 User Avatar Anthony Pell Security Vulnerabilities
210

Chrome Releases Vital Update Addressing Type Confusion Vulnerabilities

Google recently rolled out a critical security update for its widely-used Chrome web browser, addressing several critical vulnerabilities, most notably two high-severity type confusion flaws in the V8 JavaScript engine. These severe bugs, tracked as CVE-2024-9602 and CVE-2024-9603 , were reported by external researchers and could potentially enable arbitrary code execution, threatening sensitive data and disrupting web browsing and system operations. . To help you proactively respond to this threat, I'll explain the issues discovered, their impact, how to determine if you are at risk, and how to fortify your systems against these stealthy bugs. Let's begin by understanding Type Confusion flaws and how they work. Understanding Type Confusion Vulnerabilities To fully grasp these vulnerabilities, admins and users must understand what constitutes a Type Confusion bug. Such errors occur when programs access resources (variables or memory locations) using incorrect types, leading to unexpected behaviors from programs that could present security threats. Type Confusion in software code refers to instances when the same variable is misinterpreted as multiple data types throughout a codebase. It typically occurs when type safety isn't strictly enforced in languages and environments like PHP, Perl, and, in this case, JavaScript running within Chrome's V8 engine. When exploited by attackers, they could potentially corrupt memory by leveraging vulnerabilities to execute code that subverts its intended functionality and further corrupt memory by exploiting additional vulnerabilities that arise within it. Mechanism of Exploitation Type Confusion can be exploited by manipulating how an application handles different forms of data. An attacker could exploit Type Confusion to deceive a program into: Treating One Type as Another: Force programs to mishandle data types as different ones can compromise memory safety. For instance, mistreating integers as pointers allows an attacker to read orwrite into any random memory location. Memory Corruption: Once memory safety has been breached, attackers can overwrite memory to introduce malicious code or modify execution paths within an application. Arbitrary Code Execution: Hackers can inject and execute arbitrary code by deliberately corrupting memory. This may include stealing sensitive information, altering application behavior, or controlling an entire system. Recently Discovered Vulnerabilities in Chrome Recent Google updates address two Type Confusion vulnerabilities—CVE-2024-9602 and CVE-2024-9603—found within its V8 JavaScript engine and identified by researchers Seunghyun Lee @0x10n of Starlabs and Nguyen Hoang Thach of Starlabs. Both vulnerabilities could result in potential code execution by an attacker and thus are classified as high-severity vulnerabilities. Google has released updates to reduce the risk of threat actors exploiting these vulnerabilities in the wild. Thus, publication will be delayed until most users have upgraded to Chrome 39 or newer. This follows industry best practices for mitigating the exploitation of these vulnerabilities by threat actors in real-world situations. Examining the Impact of These Chrome Vulnerabilities Exploitation of such vulnerabilities has the potential for grave repercussions. Attackers could leverage them by running arbitrary code through these flaws and exploiting them further. Doing so could enable attackers to: Steal sensitive data: Passwords, personal identification details, and financial info could easily fall into the wrong hands. Gain Control Over Compromised Systems: Total control of affected systems could allow attackers to deploy ransomware , launch more attacks within networks, or use compromised computers as a botnet. Undermine System Integrity: Changes made by attackers to your system could disrupt operations or cause irreparable harm to data and applications, leading to system instability or malfunction. Given Chrome has over3.45 billion active users globally, a Type Confusion exploit could potentially cause widespread data breaches and system compromises. Affected Linux Distributions and Available Patches When Google disclosed and patched these vulnerabilities, several Linux distributions quickly followed suit and released patches . Some of the distributions that released patches include: Fedora: The Fedora Project quickly rolled out updates to include the latest browser version. Debian: Similarly, updated packages were made available to Debian users. OpenSUSE: Patches were also issued for OpenSUSE users. Ensuring these patches are applied quickly is critical for maintaining the security and integrity of systems running these distributions. Advice for Admins Looking to Secure Against These Flaws Administrators should take immediate action to secure their systems against these vulnerabilities. Critical mitigation strategies include: Update Chrome: Make sure all systems use the most up-to-date version (129.0.6668.100 or later). Users can navigate to Help | About in Chrome's menu to check and initiate necessary updates. However, restarting after each upgrade will ensure the maximum effectiveness of its patches. Automated Updates: Where possible, enable automated updates so browsers and other critical software receive patches as soon as they become available. Monitoring and Alerts: Deploy solutions that detect suspicious activities indicative of attempted exploits. Establish alarms relating to V8 engine or JavaScript execution within Chrome that could indicate potential malicious actors trying to take advantage of its weaknesses. Users Must Stay Updated: Educating users about keeping browsers and applications current is crucial in decreasing potential exploit windows. Isolation and Containment: Use technologies such as sandboxing to limit the impact of browser exploits. Containers or virtual machines may isolate compromised browser instances from criticalsystems and data. Conduct Regular Audits: Be proactive by performing periodic security and vulnerability analyses so you can detect vulnerabilities before they become exploitable. Long-Term Outlook Type Confusion vulnerabilities highlight the critical need for security-minded developers and end-users alike to take proactive security steps at every point in software development and use, from development through end use. Their discovery in core applications such as Chrome is a stark reminder of modern software engineering's inherent complexity and the ongoing need for robust protection measures. Developers should strive to incorporate tools for runtime checks and static analysis, such as AddressSanitizer and MemorySanitizer , used by Google's internal teams early in their development processes to identify Type Confusions or other vulnerabilities that arise due to type conflicts in an early phase of software creation. Fuzzing programs that dynamically test different inputs or states an application could encounter should also form part of these development and quality assurance procedures. Our Final Thoughts on the Significance of This Update Users and administrators must remain alert, vigilant, and proactive about updates and security best practices to defend themselves effectively against an ever-evolving landscape of cybersecurity threats. While Type Confusion vulnerabilities in Chrome may be disconcerting, timely updates and thorough security measures can significantly lower risks. By understanding and responding promptly and vigilantly to these risks, we can better safeguard systems and data against possible exploitation attempts. . Ensure robust security against Chrome type confusion vulnerabilities by updating browsers regularly, conducting audits, and using strict input validation techniques. Type Confusion, Chrome Update, Security Best Practices, V8 Engine Vulnerability. . Brittany Day

Calendar 2 Oct 09, 2024 User Avatar Brittany Day Security Vulnerabilities
210

Critical Vulnerabilities in Chrome 122.0.6261.128: DoS and Data Exposures

Multiple severe security issues were discovered in Chromium before version 122.0.6261.128, which could result in arbitrary code execution, denial of service, or information disclosure. Let's examine these vulnerabilities, their impact, and how to protect against them. . What Security Bugs Have Been Discovered in Chromium? Security vulnerabilities recently identified in Chromium include: CVE-2024-2173 : Out-of-bounds memory access in V8 allows a remote attacker to access out-of-bounds memory via a crafted HTML page. CVE-2024-2174 : Inappropriate implementation in V8 allows a remote attacker to exploit heap corruption via a crafted HTML page. CVE-2024-2176 : Use after free in FedCM allows a remote attacker to exploit heap corruption via a crafted HTML page. CVE-2024-2400 : Use after free in Performance Manager allows a remote attacker to exploit heap corruption via a crafted HTML page. CVE-2024-1669 : Out-of-bounds memory access in Blink. CVE-2024-1670 : Use after free in Mojo. CVE-2024-1671 : Inappropriate implementation in Site Isolation. CVE-2024-1672 : Inappropriate implementation in Content Security Policy. CVE-2024-1673 : Use after free in Accessibility. Inappropriate implementation in Navigation. CVE-2024-1675 : Insufficient policy enforcement in Download. CVE-2024-1676 : Inappropriate implementation in Navigation. These flaws have all received a Chromium security severity rating of "High," as they could allow attackers to corrupt your data, disrupt services, or run rogue programs on your computer. How Can I Secure My Systems Against These Vulnerabilities? An essential update for Chromium, version 122.0.6261.128, has been released to fix these harmful vulnerabilities. Given these bugs’ severe threat to affected systems, if left unpatched, we strongly recommend all impacted users apply the updates released to protect against data compromise and service disruption. Tostay informed of essential updates released by the open-source programs and applications you use, register as a LinuxSecurity user , subscribe to our Linux Advisory Watch newsletter , and customize your advisories for your distro(s). This will enable you to stay up-to-date on the latest, most significant issues impacting the security of your systems. Follow @LS_Advisories on X for real-time updates on advisories for your distro(s) . . Critical vulnerabilities found in Chromium may result in code execution, denial of service, or data leakage. Ensure your systems are updated immediately!. Chromium Vulnerabilities, Security Issues, Code Execution Risks. . Brittany Day

Calendar 2 Mar 24, 2024 User Avatar Brittany Day Security Vulnerabilities
215

KDE Warning: Global Themes May Cause Data Loss and Execution Threats

The KDE team has warned Linux users about the potential risks of installing global themes. They have emphasized the need for vigilance and careful consideration when downloading and using themes, even from official sources like the KDE Store. Global themes and widgets created by third-party developers can run arbitrary code, resulting in unexpected consequences, including deleting personal data. At least one user had had their files wiped after installing a faulty global Plasma theme. . What Are the Risks of Installing Global Themes? How Can I Avoid These Dangers? KDE's warning highlights an important issue that could have significant implications for Linux users and the broader open-source community. The fact that arbitrary code execution is required for global themes to customize the desktop's appearance raises concerns about security and integrity. The potential for malicious actors to exploit this functionality is a severe security risk that should not be taken lightly. It is crucial to note the lack of resources for reviewing the code used in each global theme before they are included in the official KDE Store. This raises questions about the responsibility of both the developers and the users. While developers should ensure that their themes are thoroughly tested and free from malicious code or vulnerabilities , users should exercise caution and thoroughly evaluate them or rely on reviews from trusted sources. KDE has shared one specific incident where a global theme deleted personal data using the rm -rf command without warning or confirmation. This is a concerning example of potential damage. This incident highlights the need for robust security measures and thorough validation processes within the KDE Store and other repositories to ensure the safety of Linux users. The implications of this issue go beyond data loss. It raises questions about users' trust and confidence in the themes available in open-source repositories. Malicious actors' ability to upload themes withoutproper vetting or oversight can undermine the overall security of the Linux ecosystem. The KDE team and other open-source communities must take immediate steps to address this issue, including implementing more robust validation processes and promoting user awareness and education about the potential risks. Linux admins must remain vigilant and exercise caution when downloading and installing themes or any other software, even from trusted sources. They should thoroughly evaluate the code and functionality of themes before implementation, considering the potential consequences of executing arbitrary code on their systems. Our Final Thoughts on the Implications of KDE's Warning This article serves as a timely reminder to the Linux community about the importance of security and caution, even within the open-source world. The previously mentioned data loss incident is a stark reminder of the potential risks and the need for robust security measures. As security practitioners, we must remain proactive in identifying and mitigating potential vulnerabilities and educating users about the dangers they face. . KDE alerts users regarding dangers posed by global themes that could erase personal files. Discover strategies to safeguard against these risks.. KDE Themes Risks, Open Source Security, Linux Data Security. . Brittany Day

Calendar 2 Mar 22, 2024 User Avatar Brittany Day Desktop Security
210

WebKitGTK Security Advisory: High Risk of Arbitrary Code Execution

Several high-severity vulnerabilities have been found in the WebKitGTK web engine, including a use after free issue that may have been actively exploited (CVE-2023-28205). . These bugs could result in the exposure of sensitive information and the execution of arbitrary code. The following vulnerabilities have been discovered in WebKitGTK: CVE-2022-0108: Luan Herrera discovered that an HTML document may be able to render iframes with sensitive user information. CVE-2022-32885: P1umer and Q1IQ discovered that processing maliciously crafted web content may lead to arbitrary code execution. CVE-2023-27932: An anonymous researcher discovered that processing maliciously crafted web content may bypass Same Origin Policy. CVE-2023-27954: An anonymous researcher discovered that a website may be able to track sensitive user information. CVE-2023-28205: Clement Lecigne and Donncha O Cearbhaill discovered that processing maliciously crafted web content may lead to arbitrary code execution. Apple is aware of a report that this issue may have been actively exploited. With a low attack complexity, no privileges required to exploit, and a high confidentiality, integrity and availability impact, we strongly recommend that all impacted users apply the WebKitGTK updates issued but their distro(s) now to protect against attacks leading to downtime and the compromise of confidential information. To stay on top of important updates released by the open-source programs and applications you use, be sure to register as a LinuxSecurity user , then subscribe to our Linux Advisory Watch newsletter and customize your advisories for the distro(s) you use. This will enable you to stay up-to-date on the latest, most significant issues impacting the security of your systems. Follow @LS_Advisories on Twitter for real-time updates on advisories for your distro(s) . . Address critical WebKitGTKvulnerabilities that pose risks of data leakage and unauthorized code execution. Perform the update immediately.. WebKitGTK vulnerabilities, high severity, info disclosure, arbitrary code execution. . Brittany Day

Calendar 2 May 11, 2023 User Avatar Brittany Day Security Vulnerabilities
210

Ubuntu: Critical Privilege Escalation Fixes and Kernel Updates

Canonical has published Linux kernel updates for all of its supported Ubuntu releases to address several security vulnerabilities discovered in the upstream Linux kernels that could lead to privilege escalation attacks, the execurtion of arbitrary code, the exposure of sensitive information and system crash. Update now! . The new Ubuntu kernel security updates are available for Ubuntu 21.04 (Hirsute Hippo), Ubuntu 20.10 (Groovy Gorilla), Ubuntu 20.04 LTS (Focal Fossa), Ubuntu 18.04 LTS (Bionic Beaver), as well as as for the ESM (Extended Security Maintenance) branches of Ubuntu 16.04 and Ubuntu 14.04. Patched in these kernel updates is CVE-2021-33909 , a 7-years-old privilege escalation flaw discovered by Qualys Research Labs in Linux kernel’s file system layer, which could allow an unprivileged user to create, mount, and then delete a large directory structure of over 1GB in size. This flaw affected all supported Ubuntu releases. The link for this article located at 9 to 5 Linux is no longer available. . Canonical's latest kernel revisions tackle numerous vulnerabilities in multiple Ubuntu variants, enhancing both security measures and system stability.. Ubuntu Kernel Updates, Privilege Escalation Fixes, Security Enhancements, System Stability. . Brittany Day

Calendar 2 Jul 23, 2021 User Avatar Brittany Day Security Vulnerabilities
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here