2023 OSSRA deep dive: High-risk vulnerabilities
2023-6-26 23:44:12 Author: www.synopsys.com(查看原文) 阅读量:12 收藏

The 2023 OSSRA report indicates that organizations are failing to patch high-risk vulnerabilities; our vulnerability deep-dive shows how to evaluate your own risk. 

According to the 2023 “Open Source Security and Risk Analysis” (OSSRA) report, 96% of commercial code contains open source material. In fact, 76% of the code that Black Duck® Audit Services scanned in 2022 was open source. Eighty-four percent of the scanned codebases contained at least one known open source vulnerability, and nearly half—48%—of the codebases contained high-risk vulnerabilities.

What is a high-risk vulnerability?

Software vulnerabilities are categorized into risk levels based on the potential impact of exploitation (taking advantage of a vulnerability to cause unintended or unanticipated behavior). The Common Vulnerability Scoring System (CVSS), an industry standard for ranking the characteristics and severity of software vulnerabilities, uses a score ranging from 0 to 10. The current specification for CVSS is version 3.1. Actual vulnerability risk levels may vary dependent on how your organization ranks risk, but in CVSS rankings risk levels range are

  • Low (0.1 to 3.9): These vulnerabilities have a small potential for harm and are unlikely to cause significant damage if exploited.
  • Medium (4.0 to 6.9): These vulnerabilities may not pose an immediate or severe threat but do have the potential for harm. An attacker might exploit a medium-risk vulnerability to gain unauthorized access to a system or to compromise sensitive information.
  • High (7.0 to 8.9): These vulnerabilities have significant potential for harm if exploited and can lead to severe consequences, such as significant data loss or downtime. Immediate attention and mitigation are recommended for high-risk vulnerabilities.
  • Critical (9.0 to 10.0): These vulnerabilities are usually easy for an attacker to exploit and may result in unauthorized access, data breaches, and system compromise or disruption. As with high-risk vulnerabilities, immediate attention and mitigation are advised. The major difference between critical and high-risk vulnerabilities is that exploitation of a critical-risk vulnerability usually results in root-level compromise of servers or infrastructure devices.
Some examples of high-risk open source vulnerabilities include
  • Heartbleed (CVE-2014-0160), a critical vulnerability in the OpenSSL cryptographic software library, allowed attackers to exploit a flaw in the TLS heartbeat extension, potentially exposing sensitive information such as usernames, passwords, and private keys. Heartbleed was publicly disclosed in April 2014, with a fixed version of OpenSSL released the same day.
  • Shellshock (CVE-2014-6271), a vulnerability found in the popular Bash shell command-line interface in UNIX-based systems, enabled attackers to execute arbitrary commands on vulnerable systems, potentially leading to unauthorized access or control. The vulnerability lasted 30 years before being discovered.
  • Apache Struts Remote Code Execution (CVE-2017-5638) affected Apache Struts, a popular open source framework used for building Java web applications. It allowed remote attackers to execute arbitrary code by sending specially crafted requests, potentially leading to unauthorized access or control of the affected server. An exploit of CVE-2017-5638 caused Equifax’s high-profile, high-impact data breach, which occurred between May and July 2017 and compromised the private records of 147.9 million American, 15.2 million British, and 19,000 Canadian citizens. It’s one of the largest cybercrimes related to identity theft to date.
  • Drupalgeddon (CVE-2018-7600), a critical vulnerability in the Drupal open source content management system, allowed attackers to execute arbitrary code without authentication, potentially leading to unauthorized access, data breaches, or full compromise of the affected Drupal-based websites. Although a patch was issued shortly after disclosure, attackers were still exploiting the vulnerability nearly two years later.

Open source projects typically have active security communities and mechanisms for reporting and addressing vulnerabilities, but it’s crucial to stay informed about known vulnerabilities and apply the necessary patches or updates as they become available. Unlike most commercial code, open source uses a “pull” model when it comes to patches and updates, meaning that developers and end users have the responsibility to download and install the latest version of those components themselves.

The 2023 OSSRA shows organizations aren’t fixing high-risk vulnerabilities

This year, the 2023 OSSRA took a five-year look back at the data used for the report with the goal of identifying notable trends, some of which were surprising. Since 2019, for example, the number of high-risk vulnerabilities jumped as much as 557% in the retail and eCommerce sector. Likewise, the aerospace, aviation, automotive, transportation, and logistics sector saw a massive 232% increase in high-risk vulnerabilities.

Since 2019, 100% of the codebases from the Internet of Things (IoT) sector contained some amount of open source. The total amount of open source in each codebase has also increased over the years, up 35% since 2019, with 89% of the total code being open source code.

The IoT is an ideal representation of the benefits of open source; IoT organizations (for example, the smart devices offered by Ring, Amazon, and Nest) are under extreme pressure to produce new software, fast. In a fast-paced industry with strong competition, open source helps organizations remain quick on their feet—without it, they couldn’t keep up with the breakneck pace that software development demands.

The downside is the risk of introducing vulnerabilities. The IoT vertical has seen a 130% increase in high-risk vulnerabilities since 2019, and this year, 53% of its audited applications contained high-risk vulnerabilities (one of the higher percentages in OSSRA’s findings). This is particularly concerning when you think about the ubiquity of IoT devices and how so many aspects of our lives are connected to these devices. IoT devices power our lights on automated schedules, meaning they contain data about when we are home and when we are out. We use cameras that contain images of the inside of our homes, smart locks on our front doors, and baby monitors to watch over our children.

See the full 2023 OSSRA report for more details on open source trends from the past five years.

Set vulnerability patching priorities

There is a myth that the proverbial developer can fix each and every vulnerability, but that’s just not possible if the management team hasn’t prioritized resolution. To work effectively, patch priorities should align with the business importance of the asset being patched, the criticality of the asset, and the risk of exploitation.

However, as noted earlier, it’s also important to understand that your patch policies for commercial software and open source components will differ. While commercial vendors can push updates and security information to you, open source patches originate from either the root project or the distribution channel where the component was originally obtained.

Only a fraction of open source vulnerabilities—such as those affecting Apache Struts or OpenSSL—are likely to be widely exploited. With that in mind, organizations should prioritize their mitigation efforts by using CVSS scores and Common Weakness Enumeration (CWE) information, as well as the availability of exploits, not only on “day zero” of a vulnerability disclosure but over the life cycle of the open source component.

Vulnerabilities in the National Vulnerability Database (NVD) have a base score that aids in calculating severity and can be used as a factor for prioritizing remediation. Software composition analysis (SCA) solutions such as Black Duck provide a temporal score in addition to the CVSS base, exploitability, and impact scores. Temporal scores are based on metrics that change over time due to external events. Remediation levels (Is there an official fix available?) and report confidence (Is this report confirmed?) additionally help temper the overall CVSS score to an appropriate level of risk.

CWE is a list of software or hardware weakness types that have security ramifications. A CWE tells developers which weakness leads to the vulnerability in question. This information can help clarify what you’re dealing with and adds one more piece of information to help assess the severity of the vulnerability. For example, a development team may prioritize a SQL injection differently than a buffer overflow or denial of service.

The existence of an exploit will raise the risk score and help remediation teams prioritize the highest-risk vulnerabilities first. Understanding whether there is an existing solution or workaround is another key piece of information to look to once you have assessed the overall risk. If you have two medium-risk vulnerabilities without exploits available, the final determination of which to fix first might come down to whether either of them has a solution or workaround available.

Take the first step: Inventory your open source now

A comprehensive Software Bill of Materials (SBOM) is critical for effective vulnerability mitigation. To address open source vulnerabilities, you first need to know what open source you’re using and what exploits could impact their vulnerabilities.

Creating an SBOM is often the most daunting step for many development teams, which worry about the impact on productivity and the costs involved to manually create and maintain a detailed software inventory. And that’s a valid point: most experts feel it’s a near impossible task to accomplish a useful SBOM manually. Instead, consider using an SCA tool to automate the process. Most SCA solutions provide you with a comprehensive SBOM that lists all the open source components in your applications as well as those components’ licenses, versions, and patch status.

Monitor for changes in external threats and vulnerability disclosures

Public sources, such as the NVD, are a good place to find information on publicly disclosed vulnerabilities in open source software. Keep in mind, however, that there can be significant lags in data reporting, scoring, and actionability of the data in a CVE entry. Also, the format of NVD records makes it difficult to determine which versions of a given open source component are affected by a vulnerability.

Instead of relying solely on the NVD, look to a secondary source of information, such as newsfeeds or security advisories that provide earlier notifications of vulnerabilities. Ideally, they’ll also deliver security insight, technical details, and upgrade or patch guidance.

Download the OSSRA Report


文章来源: https://www.synopsys.com/blogs/software-security/2023-ossra-deep-dive-high-risk-vulnerabilities/
如有侵权请联系:admin#unsafe.sh