Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 17, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 17, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 17, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 17, 2025

      Microsoft’s allegiance isn’t to OpenAI’s pricey models — Satya Nadella’s focus is selling any AI customers want for maximum profits

      May 17, 2025

      If you think you can do better than Xbox or PlayStation in the Console Wars, you may just want to try out this card game

      May 17, 2025

      Surviving a 10 year stint in dev hell, this retro-styled hack n’ slash has finally arrived on Xbox

      May 17, 2025

      Save $400 on the best Samsung TVs, laptops, tablets, and more when you sign up for Verizon 5G Home or Home Internet

      May 17, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      NodeSource N|Solid Runtime Release – May 2025: Performance, Stability & the Final Update for v18

      May 17, 2025
      Recent

      NodeSource N|Solid Runtime Release – May 2025: Performance, Stability & the Final Update for v18

      May 17, 2025

      Big Changes at Meteor Software: Our Next Chapter

      May 17, 2025

      Apps in Generative AI – Transforming the Digital Experience

      May 17, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft’s allegiance isn’t to OpenAI’s pricey models — Satya Nadella’s focus is selling any AI customers want for maximum profits

      May 17, 2025
      Recent

      Microsoft’s allegiance isn’t to OpenAI’s pricey models — Satya Nadella’s focus is selling any AI customers want for maximum profits

      May 17, 2025

      If you think you can do better than Xbox or PlayStation in the Console Wars, you may just want to try out this card game

      May 17, 2025

      Surviving a 10 year stint in dev hell, this retro-styled hack n’ slash has finally arrived on Xbox

      May 17, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»CISA Issues Urgent Security Alerts: Critical Vulnerabilities in Schneider Electric, Chrome, and Sitecore

    CISA Issues Urgent Security Alerts: Critical Vulnerabilities in Schneider Electric, Chrome, and Sitecore

    March 28, 2025

    Known Exploited Vulnerabilities Catalog

    The Cybersecurity and Infrastructure Security Agency (CISA) has released several important security advisories, which address critical vulnerabilities across a range of platforms, including industrial control systems (ICS).  

    These advisories are important for users and administrators in mitigating risks associated with exploitable vulnerabilities. CISA’s proactive approach ensures organizations are well-informed on the latest threats and the necessary defenses to protect against them. 

    Schneider Electric EcoStruxure Power Monitoring Expert (PME) Advisory 

    One of the important advisories released by CISA on March 27, 2025, is ICSA-25-037-01, which concerns a vulnerability in Schneider Electric’s EcoStruxure Power Monitoring Expert (PME), specifically Update A. Schneider Electric’s PME is widely used for monitoring and managing power systems across various industries. This vulnerability could have serious consequences if exploited, potentially allowing remote code execution, a risk that could jeopardize sensitive infrastructure systems. 

    The flaw, identified as a deserialization of untrusted data (CWE-502), exists due to unsafe deserialization when data is posted to the PME’s web server. This vulnerability, tracked as CVE-2024-9005, has a CVSS v3 base score of 7.1 and a CVSS v4 score of 7.3. A successful attack could give malicious actors the ability to remotely execute code, undermining the integrity of the system and compromising security. 

    Schneider Electric has responded with mitigations for affected users. Users of PME 2022 and prior can obtain a hotfix from Schneider Electric’s Customer Care Center. Additionally, users are urged to upgrade to the latest PME versions and follow industry-standard cybersecurity best practices, including network isolation and ensuring systems are protected behind firewalls. 

    CISA Adds New Vulnerability to the Known Exploited Vulnerabilities Catalog 

    In addition to the advisories, CISA also updated its Known Exploited Vulnerabilities Catalog with new vulnerabilities that have been actively exploited in the wild. This catalog is a critical resource for agencies and enterprises, helping them prioritize patches for vulnerabilities that are already being targeted by malicious actors.

    The latest entry in this catalog is CVE-2025-2783, a high-severity vulnerability affecting Google Chrome. This flaw, discovered in the Mojo component, allows attackers to bypass Chrome’s sandboxing mechanisms on Windows versions prior to 134.0.6998.177.

    The vulnerability is a result of incorrect handle management in Mojo, and it could allow an attacker to escape the sandbox and execute arbitrary code on the system. Chrome users are advised to update their browsers to version 134.0.6998.177 or later to mitigate the risk.

    Deserialization Vulnerabilities in Sitecore CMS and Experience Platform

    CISA also added two deserialization vulnerabilities, CVE-2019-9874 and CVE-2019-9875, to its Known Exploited Vulnerabilities Catalog. These vulnerabilities, found in the Sitecore CMS and Sitecore Experience Platform (XP), could allow attackers to execute arbitrary code through unsafely deserialized data.

    CVE-2019-9874 affects Sitecore CMS versions 7.0 to 7.2 and Sitecore XP versions 7.5 to 8.2, while CVE-2019-9875 impacts versions up to Sitecore 9.1. Both flaws are in the anti-CSRF module of Sitecore, and attackers can exploit them by sending a specially crafted serialized .NET object in an HTTP POST parameter.

    These vulnerabilities are critical because they can allow unauthenticated attackers (in the case of CVE-2019-9874) or authenticated attackers (in CVE-2019-9875) to execute arbitrary code, compromising the security of affected systems.

    The Importance of Mitigating Known Exploited Vulnerabilities 

    CISA’s updates to the Known Exploited Vulnerabilities Catalog emphasize the critical need for organizations to address vulnerabilities that are actively being targeted by cybercriminals. By keeping systems updated with the latest security patches and mitigating known risks, organizations can reduce the likelihood of successful attacks.  

    For instance, the CVE-2025-2783 vulnerability in Google Chrome could lead to attackers bypassing security features designed to protect users, while the vulnerabilities in Sitecore CMS and XP could allow attackers to compromise web applications and gain unauthorized access to sensitive data. Both of these are prime examples of how seemingly minor vulnerabilities can be exploited to devastating effect.

    Conclusion 

    Users of Schneider Electric’s EcoStruxure Power Monitoring Expert (PME), Google Chrome, and Sitecore CMS/XP are strongly encouraged to implement the recommended patches and mitigations. By doing so, they can reduce the likelihood of falling victim to cyberattacks that exploit these critical vulnerabilities.

    The growing number of vulnerabilities added to the CISA Known Exploited Vulnerabilities Catalog—including CVE-2025-2783, CVE-2019-9874, and CVE-2019-9875—serves as a reminder of the ongoing threat posed by cybercriminals targeting known flaws in widely used software and hardware. As always, CISA urges all entities to stay informed and act promptly to protect their systems. 

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticlePJobRAT Malware Campaign Targeted Taiwanese Users via Fake Chat Apps
    Next Article Investigative Journalists in Serbia Hit by Advanced Spyware Attack

    Related Posts

    Development

    February 2025 Baseline monthly digest

    May 17, 2025
    Development

    Learn A1 Level Spanish

    May 17, 2025
    Leave A Reply Cancel Reply

    Hostinger

    Continue Reading

    How to Develop a PHP CRUD App with a MVC Framework Optimized for Implementing CRUD Web Pages

    Development

    Enhancing Large-scale Parallel Training Efficiency with C4 by Alibaba

    Development

    Enhancing Flood Insurance Models with Generative AI: A Deep Dive

    Development

    Premium Creative Illustrations for Designers

    Development
    Hostinger

    Highlights

    OpenAI Open Sources BrowseComp: A New Benchmark for Measuring the Ability for AI Agents to Browse the Web Machine Learning

    OpenAI Open Sources BrowseComp: A New Benchmark for Measuring the Ability for AI Agents to Browse the Web

    April 10, 2025

    Despite advances in large language models (LLMs), AI agents still face notable limitations when navigating…

    Threat Report H2 2024: Infostealer shakeup, new attack vector for mobile, and Nomani

    April 10, 2025

    Seven years of open source: A more secure and diverse ecosystem

    January 21, 2025

    Anthropic Open Sourced Model Context Protocol (MCP): Transforming AI Integration with Universal Data Connectivity for Smarter, Context-Aware, and Scalable Applications Across Industries

    November 26, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.