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

      The Ultimate Guide to Node.js Development Pricing for Enterprises

      July 29, 2025

      Stack Overflow: Developers’ trust in AI outputs is worsening year over year

      July 29, 2025

      Web Components: Working With Shadow DOM

      July 28, 2025

      Google’s new Opal tool allows users to create mini AI apps with no coding required

      July 28, 2025

      5 preinstalled apps you should delete from your Samsung phone immediately

      July 30, 2025

      Ubuntu Linux lagging? Try my 10 go-to tricks to speed it up

      July 30, 2025

      How I survived a week with this $130 smartwatch instead of my Garmin and Galaxy Ultra

      July 30, 2025

      YouTube is using AI to verify your age now – and if it’s wrong, that’s on you to fix

      July 30, 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

      Time-Controlled Data Processing with Laravel LazyCollection Methods

      July 30, 2025
      Recent

      Time-Controlled Data Processing with Laravel LazyCollection Methods

      July 30, 2025

      Create Apple Wallet Passes in Laravel

      July 30, 2025

      The Laravel Idea Plugin is Now FREE for PhpStorm Users

      July 30, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      New data shows Xbox is utterly dominating PlayStation’s storefront — accounting for 60% of the Q2 top 10 game sales spots

      July 30, 2025
      Recent

      New data shows Xbox is utterly dominating PlayStation’s storefront — accounting for 60% of the Q2 top 10 game sales spots

      July 30, 2025

      Opera throws Microsoft to Brazil’s watchdogs for promoting Edge as your default browser — “Microsoft thwarts‬‭ browser‬‭ competition‬‭‬‭ at‬‭ every‬‭ turn”

      July 30, 2025

      Activision once again draws the ire of players for new Diablo Immortal marketing that appears to have been made with generative AI

      July 30, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Security»Common Vulnerabilities and Exposures (CVEs)»CVE-2025-26521 – Apache CloudStack CKS Kubernetes Cluster API Key and Secret Key Exposure Vulnerability

    CVE-2025-26521 – Apache CloudStack CKS Kubernetes Cluster API Key and Secret Key Exposure Vulnerability

    June 11, 2025

    CVE ID : CVE-2025-26521

    Published : June 10, 2025, 11:15 p.m. | 18 hours, 14 minutes ago

    Description : When an Apache CloudStack user-account creates a CKS-based Kubernetes cluster in a project, the API key and the secret key of the ‘kubeadmin’ user of the caller account are used to create the secret config in the CKS-based Kubernetes cluster. A member of the project who can access the CKS-based Kubernetes cluster, can also access the API key and secret key of the ‘kubeadmin’ user of the CKS cluster’s creator’s account. An attacker who’s a member of the project can exploit this to impersonate and perform privileged actions that can result in complete compromise of the confidentiality, integrity, and availability of resources owned by the creator’s account.

    CKS users are recommended to upgrade to version 4.19.3.0 or 4.20.1.0, which fixes this issue.Updating Existing Kubernetes Clusters in ProjectsA service account should be created for each project to provide limited access specifically for Kubernetes cluster providers and autoscaling. Follow the steps below to create a new service account, update the secret inside the cluster, and regenerate existing API and service keys:1. Create a New Service AccountCreate a new account using the role “Project Kubernetes Service Role” with the following details:

    Account Name
    kubeadmin-
    First Name
    Kubernetes
    Last Name
    Service User
    Account Type
    0 (Normal User)
    Role ID

    2. Add the Service Account to the ProjectAdd this account to the project where the Kubernetes cluster(s) are hosted.
    3. Generate API and Secret KeysGenerate API Key and Secret Key for the default user of this account.
    4. Update the CloudStack Secret in the Kubernetes ClusterCreate a temporary file `/tmp/cloud-config` with the following data:
       api-url =     # For example: /client/api
      api-key =
      secret-key =
      project-id =

    Delete the existing secret using kubectl and Kubernetes cluster config:
       ./kubectl –kubeconfig kube.conf -n kube-system delete secret cloudstack-secret

    Create a new secret using kubectl and Kubernetes cluster config:
        ./kubectl –kubeconfig kube.conf -n kube-system create secret generic cloudstack-secret –from-file=/tmp/cloud-config

    Remove the temporary file:
        rm /tmp/cloud-config5. Regenerate API and Secret KeysRegenerate the API and secret keys for the original user account that was used to create the Kubernetes cluster.

    Severity: 8.1 | HIGH

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleCVE-2025-32711 – Microsoft 365 Copilot Command Injection Vulnerability
    Next Article Brute-force attacks target Apache Tomcat management panels

    Related Posts

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-43234 – Apple WatchOS/IOS/iPadOS/tvOS/macOS VisionOS Texture Corruption Vulnerability

    July 30, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-43237 – Apple macOS Sequoia Write Access Vulnerability

    July 30, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    French submarine secrets surface after cyber attack

    Development

    CVE-2025-5934 – Netgear EX3700 Stack-Based Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-43698 – Salesforce OmniStudio FlexCards Field Level Security Bypass Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    A Comprehensive Guide to Azure Firewall

    Development

    Highlights

    CVE-2025-25050 – Dell ControlVault3/Dell ControlVault 3 Plus Out-of-Bounds Write Vulnerability

    June 13, 2025

    CVE ID : CVE-2025-25050

    Published : June 13, 2025, 9:15 p.m. | 57 minutes ago

    Description : An out-of-bounds write vulnerability exists in the
    cv_upgrade_sensor_firmware functionality of Dell ControlVault3 prior to 5.15.10.14 and Dell ControlVault 3 Plus prior to 6.2.26.36.
    A specially crafted ControlVault API call can lead to an out-of-bounds
    write. An attacker can issue an API call to trigger this vulnerability.

    Severity: 8.8 | HIGH

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Ubuntu 25.10 Will Ship with the Linux 6.17 Kernel

    May 22, 2025

    CVE-2025-2938 – GitLab Elevation of Privilege Vulnerability

    June 26, 2025

    CVE-2024-9062 – Apple Archify Local Privilege Escalation Vulnerability

    June 10, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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