Proactive Insights and Support For Open-Source Applications
  • Applications
  • Platform
  • Support
  • Resources
    • 2025 OSS Research
    • FAQ
    • Newsflash
    • OSSpedia
    • How-to Guides
    • Case Studies
    • Articles
  • Company
    • About Us
    • The OSS in Hossted
  • Contact
Book a demo
Book a demo
  • Applications
  • Platform
  • Support
  • Resources
    • 2025 OSS Research
    • FAQ
    • Newsflash
    • OSSpedia
    • How-to Guides
    • Case Studies
    • Articles
  • Company
    • About Us
    • The OSS in Hossted
  • Contact
  • Home
  • Knowledge Base
  • Newsflash

Our news and updates

All OSSpediaArticlesHow ToNewsflashCase Studies
Don't Miss out!
Join our newsletter for exclusive updates on open source innovations.

    Choose category
    • Communication
      • Communication
    • Communication and Collaboration
      • Utility
      • Communication and Collaboration
      • Communication
    • Specialized Software
      • Educational
      • Graphic Design
    • Business and Enterprise Solutions
      • Customer Service
      • Productivity
      • Supply Chain Management (SCM)
      • CRM
      • E-commerce
      • CMS
      • Marketing Automation
      • ERP
    • Project and Agile Management
      • Project Management
      • IT Business Management
    • Infrastructure and Network
      • CMS
      • Networking
      • Storage
      • Security
    • DevOps
      • DevOps
      • Mobile App Development
      • Backup and Recovery
      • Data Analytics
      • Web Development
      • Developer Stacks
      • Cloud Computing
      • Monitoring
      • Application Development
      • Developer Tools
    • Data Management and Analytics
      • Communication
      • Application Development
      • Analytics
      • Machine Learning
      • Database
      • Data Analytics
    10 Dec 2025 Business and Enterprise Solutions
    WordPress: Stored Cross-Site Scripting in Widgets for Google Reviews Plugin

    In Widgets for Google Reviews plugin for WordPress versions up to and including 13.2.4 a high severity vulnerability CVE-2025-12510 was identified. This vulnerability occurs due to insufficient input sanitization and output escaping on Google Reviews data imported by the plugin. It allows unauthenticated attackers to inject arbitrary web scripts that will execute in the admin panel (and potentially on the frontend) whenever a user accesses imported reviews, granted they can add a malicious review to a Google Place connected to the vulnerable site. To address this issue, users should upgrade the plugin to version 13.2.5 or later. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2025-12510.

    Read more
    CMS
    9 Dec 2025 Business and Enterprise Solutions
    WordPress: Missing Authorization in Wp Social Login and Register Social Counter Plugin

    In Wp Social Login and Register Social Counter plugin for WordPress versions up to and including 3.1.3 a medium severity vulnerability CVE-2025-13620 was identified. This vulnerability is due to missing authorization on certain REST routes, which are registered with permission callbacks that always return true and lack proper capability or nonce validation. This allows unauthenticated attackers to clear or overwrite the social counter cache via crafted REST requests. To address this issue, users should upgrade the plugin to version 3.1.4 or later. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2025-13620.

    Read more
    CMS
    9 Dec 2025 Business and Enterprise Solutions
    WordPress: Stored Cross-Site Scripting in Cool Tag Cloud Plugin

    In Cool Tag Cloud plugin for WordPress versions up to and including 2.29 a high severity vulnerability CVE-2025-13614 was identified. This vulnerability stems from insufficient input sanitization and output escaping in the plugin’s ‘cool_tag_cloud’ shortcode, allowing authenticated attackers with contributor-level access and above to inject arbitrary web scripts in pages that execute whenever a user accesses an injected page. To address this issue, users should upgrade the plugin to version 2.30 or later. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2025-13614.

    Read more
    CMS
    9 Dec 2025 Business and Enterprise Solutions
    WordPress: Stored Cross-Site Scripting in Rich Shortcodes for Google Reviews Plugin

    In Rich Shortcodes for Google Reviews plugin for WordPress versions up to and including 6.8 a high severity vulnerability CVE-2025-12499 was identified. This vulnerability occurs due to insufficient input sanitization and output escaping of Google Review contents, allowing unauthenticated attackers to inject arbitrary web scripts that execute when a user accesses the injected page. Note that this vulnerability was partially patched in version 6.6.2. To address this issue, users should upgrade the plugin to version 6.8.1 or later. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2025-12499.

    Read more
    CMS
    9 Dec 2025 Business and Enterprise Solutions
    WordPress: Cross-Site Request Forgery in Norby AI Plugin

    In Norby AI plugin for WordPress versions up to and including 1.0.3 a medium severity vulnerability CVE-2025-13362 was identified. This vulnerability is caused by missing nonce validation on the settings update functionality, allowing unauthenticated attackers to modify plugin settings and inject malicious web scripts via a forged request if they can trick a site administrator into performing an action such as clicking on a link. To address this issue, users should upgrade the plugin to version 1.0.4 or later. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2025-13362.

    Read more
    CMS
    9 Dec 2025 Business and Enterprise Solutions
    WordPress: Sensitive Information Exposure in SSP Debug Plugin

    In SSP Debug plugin for WordPress versions up to and including 1.0.0 a medium severity vulnerability CVE-2025-13494 was identified. This vulnerability occurs because the plugin stores PHP error logs in a predictable, publicly accessible location without any access controls, allowing unauthenticated attackers to retrieve sensitive debugging information such as URLs, client IP addresses, User-Agent strings, WordPress user IDs, and internal filesystem paths. To address this issue, users should upgrade the plugin to a fixed version once it becomes available. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2025-13494.

    Read more
    CMS
    8 Dec 2025 DevOps
    Django: XML Deserialization DoS Vulnerability

    In Django versions 5.2 before 5.2.9, 5.1 before 5.1.15 and 4.2 before 4.2.27 a high severity vulnerability CVE-2025-64460 was detected. This vulnerability allows attackers to trigger a denial-of-service condition by submitting specially crafted XML input that causes excessive CPU and memory consumption during XML deserialization. To address this issue, users should upgrade Django to versions 5.2.9, 5.1.15 or 4.2.27. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2025-64460.

    Read more
    Application Development
    8 Dec 2025 DevOps
    Django: FilteredRelation SQL Injection Vulnerability

    In Django versions 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27 a medium severity vulnerability CVE-2025-13372 was detected. This vulnerability allows attackers to perform SQL injection by abusing `FilteredRelation` column aliases through crafted dictionary expansions passed to `QuerySet.annotate()` or `QuerySet.alias()` on PostgreSQL. To address this issue, users should upgrade Django to versions 5.2.9, 5.1.15 or 4.2.27. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2025-13372.

    Read more
    Application Development
    8 Dec 2025 DevOps
    GitLab: TOCTOU Race Condition Leading to Credential Exposure

    In GitLab CE/EE versions 18.4 prior to 18.4.5, 18.5 prior to 18.5.3 and 18.6 prior to 18.6.1 a high severity vulnerability CVE-2024-9183 was detected. This vulnerability allows authenticated attackers, under specific conditions, to exploit a time-of-check time-of-use (TOCTOU) race condition to obtain credentials from higher-privileged users and perform unauthorized actions in their context. To address this issue, users should upgrade GitLab CE/EE to versions 18.4.5, 18.5.3 or 18.6.1. For more details, visit https://nvd.nist.gov/vuln/detail/CVE-2024-9183.

    Read more
    Developer Tools
    Proactive Insights and Support For Open-Source Applications
    Contact us: Whatsapp
    Company
    • About Hossted
    • Data Processing Addendum
    Solutions
    • Applications
    • Support Plans
    • About Solution
    Resources
    • FAQ
    • Knowledge Base

    © HOSSTED 2026 All rights reserved

    • Privacy Policy
    • Terms and Conditions
    • Cookies Policy
    Cookie Settings

    We use cookies to measure marketing efforts and improve our services. Please review the cookie settings and confirm your choice.

    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    • Manage options
    • Manage services
    • Manage {vendor_count} vendors
    • Read more about these purposes
    View preferences
    • {title}
    • {title}
    • {title}