Alert icon Keyboard navigation enabled.
Alert icon TAB or Shift+TAB to navigate across. Down ↓ to open menu. ESC to close menu.
Alert icon Down ↓ to select section. Right → to activate. Up ↑ / Down ↓ / Tab to traverse all. ESC to exit.
BeyondTrust
Skip to content Use space or enter to skip.

What can we help you find today?

Instant Results
  • Website Results
  • Technical Documentation

Filter Options

Focus your search

Filtering by

Your recent searches:

Contact Us Chat with Sales Get Support
  • English
  • Deutsch
  • français
  • español
  • 한국어
  • português
  • Home
  • Resources
  • Blog
  • CISA’s Secure by Design Pledge: Charting BeyondTrust’s Progress One Year Later current page
Link copied

CISA’s Secure by Design Pledge: Charting BeyondTrust’s Progress One Year Later

Dec 10, 2025

CISA’s Secure by Design Pledge launched in May of 2024, calling on technology providers to embed security into every stage of software development. BeyondTrust was an early signatory, and now, one year after signing, we are demonstrating measurable progress across every pledge commitment—from eliminating default passwords and enforcing MFA to reducing entire classes of vulnerabilities, improving patch adoption, strengthening our VDP and CVE programs, and enhancing intrusion detection capabilities. This blog provides a transparent look at how BeyondTrust stays diligent following through on our Secure by Design commitment by continuing to evolve our security-first culture and deliver secure innovation for our customers.

Author:
1629479586340
Rush Modi
Director, Product Management, BeyondTrust
CISA Secure By Design Pledge
CISA’s Secure by Design Pledge: Charting BeyondTrust’s Progress One Year Later
1629479586340
Rush Modi
Director, Product Management, BeyondTrust

How Our Security-First Approach Aligns with CISA’s Secure by Design Across Products, Processes, and Partnerships

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

At BeyondTrust, security is not an afterthought, it’s our foundation and aligns with CISA’s Secure by Design guidance. We’ve built our culture, our engineering practices, and our platform around the belief that secure software must be intentional, measurable, and continuously improved.

When the Cybersecurity and Infrastructure Security Agency (CISA) introduced the “Secure by Design” pledge one year ago to continue its mission of improving and maintaining best practices and resiliency against attacks on the United States, we were proud to be an early signatory. The pledge calls on technology providers to take ownership of customer safety by embedding security into every stage of product design and development (not bolting them on afterward).

For BeyondTrust, many of these principles were already core to how we operate. Since signing the pledge roughly one year ago, we’ve continued to strengthen our security-first approach across every product, process, and partnership. We’ve focused on deepening those security-first practices, validating our maturity, and expanding the controls that reduce customer burden and risk.

This blog highlights our progress across each pledge area—from eliminating default passwords to improving patch adoption—and demonstrates how we continue to advance secure innovation.

Supporting Multi-Factor Authentication (MFA)

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

Strengthening authentication is a central CISA priority because compromised credentials remain the leading cause of identity-driven intrusions. MFA continues to be one of the most effective safeguards against unauthorized access, which is why the first of the seven CISA pledge goals is to increase the use of multi-factor authentication (MFA) across software products.

At BeyondTrust, every product in our portfolio supports MFA, either natively or through integration with identity providers that enforce it. That commitment hasn’t changed since we signed the pledge, and it remains a core requirement across our entire portfolio.

Impact for customers:
Organizations can deploy BeyondTrust solutions knowing strong authentication controls are available from Day One, reducing the risk of compromised identities.

Eliminating Default Passwords

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

The second pledge goal is to reduce the use of default passwords across products. Default passwords are a persistent vulnerability across agencies and enterprises, and one of the most common root causes of compromise in software supply chain attacks. Removing / changing default passwords is a core central secure-by-design objective.

BeyondTrust enforces a strict no-default-password policy across all products. Our product offerings never ship with hardcoded or vendor-provided credentials.

We achieve this through:

  • Automated password management
  • Secure generation rules
  • Hardened configurations

Impact for customers:

Customers can deploy with confidence knowing privileged accounts are protected from the outset of deployment, preventing one of the most widely exploited attack vectors in the wild.

Reducing Classes of Vulnerability

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

One of CISA’s most important secure by design principles is not just to fix individual bugs, but to eliminate systemic weaknesses before they can cause problems. This aligns closely with BeyondTrust’s engineering philosophy.

We believe the most effective security control is one that requires no action from customers. Instead of fixing individual bugs, BeyondTrust engineers work to pre-emptively eliminate entire classes of vulnerabilities before they appear in code. Our development practices align with frameworks such as OWASP Top 10, SANS Top 25, and the OWASP Application Security Verification Standard (ASVS). Security is integrated throughout the software lifecycle through:

  • Shift Left Security: Security considerations begin with design and continue through every sprint and review cycle.
  • Secure Defaults: Guardrails such as centralized input validation and secrets detection in continuous integration pipelines make the secure choice the natural one.
  • Automation at Scale: Continuous scanning and automated validation identify issues, such as credential exposure or outdated libraries, before release.

The Results:

  • Secrets Management: Hardcoded secrets have been fully eliminated and replaced with dynamic managed credentials.
  • Memory Safety and Input Validation: Consistent frameworks and tools have greatly reduced exposure to injection and cross-site scripting (XSS) vulnerabilities.

Impact for customers:
Secure-by-default software with fewer patches required and a reduced attack surface.

Eliminating Secrets in Source Code

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

Hardcoded credentials, tokens, and API keys are a major attack vector leading to supply chain compromise.. Stolen or exposed credentials were used in 31% of all breaches, according to Verizon’s 2025 Data Breach Investigations Report.

BeyondTrust takes a structured approach to eliminating hardcoded secrets in our source code, ensuring both legacy cleanup and ongoing prevention. Our methodology involves multiple phases, combining automated detection, preventive controls, and continuous monitoring.

  1. Baseline Cleanup
    1. We enabled GitHub Advanced Security across our entire codebase to scan for hardcoded secrets, API keys, and credentials.
    2. Identified instances were removed or rotated immediately, with all valid secrets securely migrated to an appropriate secret management solution, our own Password Safe® (e.g., cloud-native key vaults and enterprise-grade secret stores).
    3. This initial cleanup established a clean foundation across active repositories.
  2. Preventive Controls at Commit Stage
    1. We implemented a pre-commit hook in GitHub that prevents developers from introducing secrets into source code during pull requests.
    2. This control ensures that no sensitive data is merged into production branches, while also preventing residual traces in commit history.
  3. Alerting and Triage Process
    1. An alerting mechanism was added to flag potential secret-related findings.
    2. Alerts are auto-routed to the security team for review, allowing false positives to be triaged quickly without slowing developer workflows.
  4. Enhanced Pattern Coverage with AI Scanning
    1. We enabled AI-driven scanning and configured all available detection patterns in GitHub to identify even non-standard or obfuscated secrets.
    2. This provides broader coverage across multiple programming languages and frameworks, ensuring edge cases are caught before they become security liabilities.

Impact for customers:

Through this multi-layered approach, BeyondTrust has not only eliminated legacy risks like hardcoded secrets, but has also embedded preventive controls that scale with our development velocity. This significantly reduces the risk of credential exposure, helping to strengthen the security of the software supply chain and reduce the likelihood of unintentional insider-created vulnerabilities.

‍Security Patching and Updates

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

Unpatched systems are one of the fastest paths to compromise. Attackers routinely exploit known vulnerabilities within days or even hours of disclosure.
CISA emphasizes reducing time-to-remediate as a critical Secure by Design principle because rapid patch adoption significantly lowers the window of exposure and prevents opportunistic attacks.

BeyondTrust simplifies the installation of security patches across its products through its BT Updater Desktop Client, BeyondTrust’s dedicated tool for managing updates across its product suite using a combination of automation, centralized management, and flexible deployment options.

Key capabilities include:

  • Automatic Update Checks: Runs as a Windows service and checks for updates every 12 hours by default.
  • Subscription-Based Updates: Admins can subscribe to specific product versions and lock them to prevent untested updates from being deployed.
  • Sequential or Latest Downloads: Choose to download all intermediate versions or just the latest one.
  • Resilient Downloads: If interrupted, downloads resume automatically. Files are verified via SHA256 hash and certificate checks.\
  • Manual or Scheduled Installs: Updates can be installed immediately or scheduled for later.

Impact for customers:
Organizations reduce time-to-remediate, maintain healthier patch hygiene, and strengthen their defensive posture, all with minimal operational overhead.

Vulnerability Disclosure Policy (VDP)

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

Transparency and collaboration are critical to secure development. As a signer of the CISA Secure by Design pledge, BeyondTrust maintains a formal Vulnerability Disclosure Policy (VDP) to promote responsible reporting of security issues in our products and services.

Our VDP is designed to ensure timely, confidential, and transparent handling of reported vulnerabilities. Security researchers are encouraged to submit findings directly to our security team at [email protected], using our PGP key for encryption when necessary. Any submissions should include detailed reproduction steps to aid validation.

BeyondTrust commits to:

  • Confidential Handling: All reports are treated with strict confidentiality. Personal information is never shared without consent.
  • Timely Response: We aim to acknowledge submissions within five business days, provide an initial evaluation, and share an estimated remediation timeline. Researchers are kept informed throughout the process.
  • Recognition: Upon resolution, BeyondTrust may publicly credit the researcher, unless anonymity is requested.

To support proactive vulnerability management, BeyondTrust continuously scans its products and cloud environments to detect threats and generate severity-based contextual alerts. These alerts are integrated into our native console and SIEM platform, enabling streamlined triage and rapid response.

Key Elements of BeyondTrust’s Vulnerability Disclosure Policy:

  • Responsible Disclosure Encouraged: Security researchers are invited to report vulnerabilities directly to BeyondTrust’s security team.
  • Submission Process:
    • Email findings to [email protected].
    • Use BeyondTrust’s PGP key to encrypt sensitive information.
    • Include detailed steps to reproduce the issue.
  • Confidential Handling:
    • Reports are treated with strict confidentiality.
    • Personal details are not shared with third parties without permission.
  • Response Timeline:
    • BeyondTrust aims to respond within 5 business days.
    • The response typically includes an evaluation and estimated resolution date.
    • Researchers are kept informed throughout the remediation process.
  • Acknowledgment:
    • Once a fix is released, BeyondTrust may publicly credit the researcher (unless anonymity is requested).

CNA Role: CVE Creation & Publication

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

As a CVE Numbering Authority (CNA), BeyondTrust is responsible for identifying, documenting, and publishing CVEs for vulnerabilities in our products.

Our CVE process includes:

  1. Identification & Assessment: Vulnerabilities are discovered via internal testing, external reports, bug bounty submissions, or customer disclosures. Each issue is validated and severity assessed using CVSS.
  2. Advisory Preparation: For high or critical vulnerabilities, a Security Advisory is developed alongside a CVE entry, a Knowledge Base (KB) article, and supporting customer communication.
  3. CVE Creation: CVEs are authored using the Vulnogram editor and published to CVE.org with full details (summary, CWE, references, researcher credit if applicable).
  4. Public Disclosure: On release day, BeyondTrust publishes the CVE, Security Advisory, and KB article simultaneously, ensuring customers, partners, and the broader community receive coordinated, transparent communication. Advisories are published on the BeyondTrust Security Advisories page.

Impact for customers:

Transparency, faster notification cycles, and clear remediation guidance.

Evidence of Intrusions

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

The Pledge commits signers to help customers gather evidence of cybersecurity intrusions quickly and reliably.

BeyondTrust meets this in two key ways:

Agentless Vulnerability Management & Logging

BeyondTrust applies an agentless vulnerability management solution for full visibility across the company's cloud accounts and resources. Key capabilities include:

  • Side-scanning in the snapshot process assess snapshots for security threats and gain contextual data and alerting based on criticality.
  • Alerts flow into both the native console and SIEM platform for easy review and action.

Azure Security center logging feeds key insights into the BeyondTrust SIEM. For instance, ingress authentication logging to track user access and activity, threat analytics to detect any suspicious software installations, and third-party access detection to alert BeyondTrust personnel to any potential malicious activities. All such incidents are automatically reported to the BeyondTrust InfoSec team for analysis, with appropriate action taken based on the severity and relevance of the alert.

Identity Security Insights®

BeyondTrust’s own Identity Security Insights product also plays a critical role in helping BeyondTrust and customer organizations detect and respond to evidence of intrusion, especially those involving identity-based threats. Here's how it works:

1. AI/ML-Powered Anomaly Detection

Uses machine learning to detect unusual behaviors that deviate from normal patterns, even if they don’t match known attack signatures.

Examples of anomalies include:

  • Suspicious MFA events followed by infrastructure changes
  • Unusual Azure service principal modifications

Excessive reads from Secret Safe (potential credential harvesting).

2. TTP, IOC, and IOA-Based Detections

Leverages known Tactics, Techniques, and Procedures (TTPs), Indicators of Compromise (IOCs), and Indicators of Attack (IOAs) to flag:

  • Logins from anonymized or risky IPs
  • Password spray attacks
  • Dormant accounts suddenly accessing privileged resources

3. Real-Time Alerts & Contextual Guidance

Alerts are enriched with contextual information to help analysts understand:

  • Why the activity is suspicious
  • What systems or identities are affected
  • How to respond (e.g., rotate credentials, terminate sessions)

4. True Privilege™ Graph

Visualizes escalation paths and privilege interconnections across identities.

Helps identify how an attacker might move laterally or escalate privileges post-compromise.

5. Integrated Response Capabilities

Works with BeyondTrust PAM tools (like Password Safe and Privileged Remote Access) to:

  • Automatically rotate credentials.
  • Terminate suspicious sessions.
  • Enforce least privilege and/or JIT access.

6. Cross-Domain Visibility

Correlates identity activity across:

  • On-prem AD, Azure AD (Entra ID), Okta, Ping, AWS, GCP, GitHub, and more.
  • Consolidates logs and alerts into a single dashboard for faster triage.

Impact for customers:
Actionable intelligence that accelerates detection, investigation, and response — especially for identity-centric incidents.

Looking Ahead

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

The Secure by Design pledge is not a one-time effort but an ongoing responsibility—one that reflects the way BeyondTrust has always approached security.

Over the past year, our teams have strengthened secure-by-default engineering, expanded automated protections, and deepened transparency across our vulnerability and disclosure processes. This work reinforces the core purpose of the BeyondTrust platform: protecting identities, access, and endpoints by reducing complexity and removing avoidable risk.

As we look ahead, we remain committed to advancing software security, fostering collaboration across the cybersecurity community, and continuously earning customer trust through transparency and innovation. These capabilities empower customers to detect, investigate, and respond to identity-based threats with speed and precision.

FAQs

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied

CISA’s Secure by Design Pledge, launched in May of 2024, is a voluntary commitment for technology providers to embed security into every phase of software development, reduce systemic vulnerabilities, and improve transparency with customers. It outlines seven key areas—including MFA, default passwords, vulnerability reporting, and evidence of intrusions—that companies must demonstrate progress against.

BeyondTrust signed as an early adopter because the pledge aligns closely with our long-standing security-first culture. Many of the requirements—including MFA enforcement, no default passwords, and structured vulnerability management—were already deeply embedded in our engineering practices.

Over the last year, BeyondTrust has advanced all seven pledge commitments, including enforcing MFA across all products, eliminating default passwords, removing hardcoded secrets from source code, strengthening patching adoption with BT Updater, improving VDP/CVE transparency, and enhancing intrusion detection capabilities through Identity Security Insights and agentless cloud scanning.

BeyondTrust enforces a strict no-default-password policy. Products never ship with vendor-provided or hardcoded credentials. Automated password generation, secrets management, and hardened configurations ensure privileged accounts are protected from initial deployment onward.

The BT Updater Desktop Client streamlines update discovery, download, and installation. It offers automatic update checks, subscription-based version controls, resilient downloads, and scheduled installs—making it easier for customers to stay current with security patches.

BeyondTrust maintains a formal VDP inviting researchers to report vulnerabilities directly and securely to our InfoSec team. Reports are acknowledged within five business days, handled confidentially, and accompanied by transparent remediation timelines. Researchers may be credited publicly upon resolution.

About the Author

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied
1629479586340
Rush Modi
Director, Product Management, BeyondTrust

Learn More

White chain icon to symbolize the ability to copy a link
Link copied
Check mark to visually show text has been copied
Press & Media
BeyondTrust Reinforces Commitment to a Safer More Transparent Digital World by Signing CISA’s Secure by Design Pledge
Press & Media
BeyondTrust Password Safe and Endpoint Privilege Management Achieve Department of Defense Approved Product Listing
Press & Media
BeyondTrust Strengthens FedRAMP-Authorized Portfolio with Identity Security Insights®, Advancing Federal Identity Protection
Resources
Access Management: Core to CISA’s Zero Trust Maturity Model 2.0
Resources
Addressing CISA, NSA, & FBI Guidance for “Securing Remote Access Software” with BeyondTrust
Blog
CISA AA25-212A: Identity Security Recommendations to Address Cybersecurity Hygiene Gaps
Latest Posts
  • 14 Password Management Best Practices
    May 28, 2026 14 Password Management Best Practices
    Blog
    12m
  • A Security Researcher’s Guide to Understanding Copilot Studio AI Agents
    May 26, 2026 A Security Researcher’s Guide to Understanding Copilot Studio AI Agents
    Blog
    3m
  • How to Secure Cloud-Native Infrastructure at Scale and Speed: A Conversation with Madhu Adireddi
    May 21, 2026 How to Secure Cloud-Native Infrastructure at Scale and Speed: A Conversation with Madhu Adireddi
    Blog
    5m
  • Cybersecurity as a Boardroom Priority for Major African TelCos
    May 12, 2026 Cybersecurity as a Boardroom Priority for Major African TelCos
    Blog
    8m
  • Geopolitics and Cybersecurity: Why Attackers Go After Identities and Privileged Access First
    May 11, 2026 Geopolitics and Cybersecurity: Why Attackers Go After Identities and Privileged Access First
    Blog
    4m
Related
  • Forgotten Endpoints
    Sep 9, 2019 Forgotten Endpoints
    Blog
    1m
  • A Christmas Fail – Putting Holiday Hacklore On The Naughty List
    Dec 22, 2025 A Christmas Fail – Putting Holiday Hacklore On The Naughty List
    Blog
    5m
Share this Article
  • Link
Tags
  • CISA Secure by Design
  • CVE Numbering Authority (CNA)
  • eliminating default passwords
  • identity-based threat detection
  • MFA enforcement
  • Secure by Design Pledge
  • secure development lifecycle
  • security patch adoption
  • software supply chain security
  • vulnerability disclosure policy (VDP)
Stay up to Date
Get the latest news, ideas, and tactics from BeyondTrust. You may unsubscribe at any time.

Keep up with BeyondTrust

Customer Support Get Started
  • LinkedIn
  • X
  • Facebook
  • Instagram
  • Add BeyondTrust as a preferred source on Google
  • Privacy
  • Security
  • Manage Cookies
  • Do Not Sell My Data
  • WEEE Compliance

Copyright © 2003 — 2026 BeyondTrust Corporation. All rights reserved. Other trademarks identified on this page are owned by their respective owners. BeyondTrust Corporation is not a chartered bank or trust company, or depository institution. It is not authorized to accept deposits or trust accounts and is not licensed or regulated by any state or federal banking authority.

Prefers reduced motion setting detected. Animations will now be reduced as a result.
MS Vulns Report 2026 orange background 1

New: 2026 Microsoft Vulnerabilities Report

Access the report for expert analysis of Microsoft's vulnerability and security landscape, breaking down key trends, security shifts, emerging risks—and what it all means for you.

Get the Report

New: 2026 Microsoft Vulnerabilities Report: Access the report for expert analysis of Microsoft's vulnerability and security landscape, breaking down key trends, security shifts, emerging risks—and what it all means for you.

Get the Report