CVE-2017-2693 Vulnerability Analysis & Exploit Details

CVE-2017-2693
Vulnerability Scoring

7.8
/10
Very High Risk

Highly exploitable, CVE-2017-2693 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: Required
    User interaction is necessary for successful exploitation.

CVE-2017-2693 Details

Status: Modified

Last updated: 🕒 21 Nov 2024, 03:23 UTC
Originally published on: 🕖 22 Nov 2017, 19:29 UTC

Time between publication and last update: 2555 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

CVE-2017-2693 Vulnerability Summary

CVE-2017-2693: ALE-L02C635B140 and earlier versions,ALE-L02C636B140 and earlier versions,ALE-L21C10B150 and earlier versions,ALE-L21C185B200 and earlier versions,ALE-L21C432B214 and earlier versions,ALE-L21C464B150 and earlier versions,ALE-L21C636B200 and earlier versions,ALE-L23C605B190 and earlier versions,ALE-TL00C01B250 and earlier versions,ALE-UL00C00B250 and earlier versions,MT7-L09C605B325 and earlier versions,MT7-L09C900B339 and earlier versions,MT7-TL10C900B339 and earlier versions,CRR-CL00C92B172 and earlier versions,CRR-L09C432B180 and earlier versions,CRR-TL00C01B172 and earlier versions,CRR-UL00C00B172 and earlier versions,CRR-UL20C432B171 and earlier versions,GRA-CL00C92B230 and earlier versions,GRA-L09C432B222 and earlier versions,GRA-TL00C01B230SP01 and earlier versions,GRA-UL00C00B230 and earlier versions,GRA-UL00C10B201 and earlier versions,GRA-UL00C432B220 and earlier versions,H60-L04C10B523 and earlier versions,H60-L04C185B523 and earlier versions,H60-L04C636B527 and earlier versions,H60-L04C900B530 and earlier versions,PLK-AL10C00B220 and earlier versions,PLK-AL10C92B220 and earlier versions,PLK-CL00C92B220 and earlier versions,PLK-L01C10B140 and earlier versions,PLK-L01C185B130 and earlier versions,PLK-L01C432B187 and earlier versions,PLK-L01C432B190 and earlier versions,PLK-L01C432B190 and earlier versions,PLK-L01C636B130 and earlier versions,PLK-TL00C01B220 and earlier versions,PLK-TL01HC01B220 and earlier versions,PLK-UL00C17B220 and earlier versions,ATH-AL00C00B210 and earlier versions,ATH-AL00C92B200 and earlier versions,ATH-CL00C92B210 and earlier versions,ATH-TL00C01B210 and earlier versions,ATH-TL00HC01B210 and earlier versions,ATH-UL00C00B210 and earlier versions,RIO-AL00C00B220 and earlier versions,RIO-CL00C92B220 and earlier versions,RIO-TL00C01B220 and earlier versions,RIO-UL00C00B220 and earlier versions have a path traversal vulnerability. An attacker may exploit it to decompress malicious files into a target path.

Assessing the Risk of CVE-2017-2693

Access Complexity Graph

The exploitability of CVE-2017-2693 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2017-2693

With low attack complexity and no required privileges, CVE-2017-2693 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2017-2693, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2017-2693, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2017-2693 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2017-2693 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2017-2693 can disrupt system operations, potentially causing complete denial of service (DoS).

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.064% (probability of exploit)

EPSS Percentile: 30.96% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 69.03999999999999% of others.

CVE-2017-2693 References

External References

CWE Common Weakness Enumeration

CWE-22

CAPEC Common Attack Pattern Enumeration and Classification

  • Path Traversal CAPEC-126 An adversary uses path manipulation methods to exploit insufficient input validation of a target to obtain access to data that should be not be retrievable by ordinary well-formed requests. A typical variety of this attack involves specifying a path to a desired file together with dot-dot-slash characters, resulting in the file access API or function traversing out of the intended directory structure and into the root file system. By replacing or modifying the expected path information the access function or API retrieves the file desired by the attacker. These attacks either involve the attacker providing a complete path to a targeted file or using control characters (e.g. path separators (/ or \) and/or dots (.)) to reach desired directories or files.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic CAPEC-64 This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple ways of encoding a URL and abuse the interpretation of the URL. A URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • Manipulating Web Input to File System Calls CAPEC-76 An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.
  • Using Escaped Slashes in Alternate Encoding CAPEC-78 This attack targets the use of the backslash in alternate encoding. An adversary can provide a backslash as a leading character and causes a parser to believe that the next character is special. This is called an escape. By using that trick, the adversary tries to exploit alternate ways to encode the same character which leads to filter problems and opens avenues to attack.
  • Using Slashes in Alternate Encoding CAPEC-79 This attack targets the encoding of the Slash characters. An adversary would try to exploit common filtering problems related to the use of the slashes characters to gain access to resources on the target host. Directory-driven systems, such as file systems and databases, typically use the slash character to indicate traversal between directories or other container components. For murky historical reasons, PCs (and, as a result, Microsoft OSs) choose to use a backslash, whereas the UNIX world typically makes use of the forward slash. The schizophrenic result is that many MS-based systems are required to understand both forms of the slash. This gives the adversary many opportunities to discover and abuse a number of common filtering problems. The goal of this pattern is to discover server software that only applies filters to one version, but not the other.

Vulnerable Configurations

  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c635b140:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c635b140:*:*:*:*:*:*:*
  • cpe:2.3:h:huawei:p8_lite:-:*:*:*:*:*:*:*
    cpe:2.3:h:huawei:p8_lite:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c635b568:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c635b568:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c636b140:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c636b140:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c636b150:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c636b150:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c636b170:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l02c636b170:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c10b150:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c10b150:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c10b541:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c10b541:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c113b566:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c113b566:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c185b200:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c185b200:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c185b568:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c185b568:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c432b214:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c432b214:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c432b596:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c432b596:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c464b150:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c464b150:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c464b595:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c464b595:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c636b200:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c636b200:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c636b568:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l21c636b568:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l23c605b190:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l23c605b190:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-l23c605b535:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-l23c605b535:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-tl00c01b250:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-tl00c01b250:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_lite_firmware:ale-ul00c00b250:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_lite_firmware:ale-ul00c00b250:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_7_firmware:mt7-cl00:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_7_firmware:mt7-cl00:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_7_firmware:mt7-l09c605b325:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_7_firmware:mt7-l09c605b325:*:*:*:*:*:*:*
  • cpe:2.3:h:huawei:mate_7:-:*:*:*:*:*:*:*
    cpe:2.3:h:huawei:mate_7:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_7_firmware:mt7-l09c900b339:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_7_firmware:mt7-l09c900b339:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_7_firmware:mt7-tl00:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_7_firmware:mt7-tl00:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_7_firmware:mt7-tl10:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_7_firmware:mt7-tl10:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_7_firmware:mt7-tl10c900b339:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_7_firmware:mt7-tl10c900b339:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-cl00:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-cl00:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-cl00c92b153:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-cl00c92b153:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-cl00c92b172:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-cl00c92b172:*:*:*:*:*:*:*
  • cpe:2.3:h:huawei:mate_s:-:*:*:*:*:*:*:*
    cpe:2.3:h:huawei:mate_s:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-cl20:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-cl20:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-l09c432b180:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-l09c432b180:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-l09c432b380:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-l09c432b380:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-tl00:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-tl00:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-tl00c01b153sp01:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-tl00c01b153sp01:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-tl00c01b172:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-tl00c01b172:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-ul00:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-ul00:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-ul00c00b153:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-ul00c00b153:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-ul00c00b172:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-ul00c00b172:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-ul20:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-ul20:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:mate_s_firmware:crr-ul20c432b171:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:mate_s_firmware:crr-ul20c432b171:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-cl00:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-cl00:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-cl00c92b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-cl00c92b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-cl00c92b230:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-cl00c92b230:*:*:*:*:*:*:*
  • cpe:2.3:h:huawei:p8:-:*:*:*:*:*:*:*
    cpe:2.3:h:huawei:p8:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-cl10:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-cl10:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-cl100:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-cl100:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-cl10c92b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-cl10c92b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-cl10c92b230:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-cl10c92b230:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-l09c432b222:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-l09c432b222:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-tl00:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-tl00:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-tl00c01b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-tl00c01b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-tl00c01b230:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-tl00c01b230:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-tl00c01b230sp01:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-tl00c01b230sp01:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-ul00:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-ul00:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-ul00c00b197:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-ul00c00b197:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-ul00c00b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-ul00c00b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-ul00c00b230:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-ul00c00b230:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-ul00c10b201:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-ul00c10b201:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:p8_firmware:gra-ul00c432b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:p8_firmware:gra-ul00c432b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-j1:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-j1:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l01:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l01:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l01c00b850:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l01c00b850:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l02:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l02:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l02_6.12.16:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l02_6.12.16:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l02c00b850:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l02c00b850:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l03:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l03:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l03c01b850:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l03c01b850:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l04:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l04:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l04c10b523:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l04c10b523:*:*:*:*:*:*:*
  • cpe:2.3:h:huawei:honor_6:-:*:*:*:*:*:*:*
    cpe:2.3:h:huawei:honor_6:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l04c185b523:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l04c185b523:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l04c636b527:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l04c636b527:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_6_firmware:h60-l04c900b530:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_6_firmware:h60-l04c900b530:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-al10c00b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-al10c00b220:*:*:*:*:*:*:*
  • cpe:2.3:h:huawei:honor_7:-:*:*:*:*:*:*:*
    cpe:2.3:h:huawei:honor_7:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-al10c92b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-al10c92b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-cl00c92b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-cl00c92b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-l01c10b140:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-l01c10b140:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-l01c432b187:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-l01c432b187:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-l01c432b190:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-l01c432b190:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-l01c636b130:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-l01c636b130:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-tl00c01b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-tl00c01b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-tl01hc01b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-tl01hc01b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:honor_7_firmware:plk-ul00c17b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:honor_7_firmware:plk-ul00c17b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:shotx_firmware:ath-al00c00b210:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:shotx_firmware:ath-al00c00b210:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:shotx_firmware:ath-al00c92b200:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:shotx_firmware:ath-al00c92b200:*:*:*:*:*:*:*
  • cpe:2.3:h:huawei:shotx:-:*:*:*:*:*:*:*
    cpe:2.3:h:huawei:shotx:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:shotx_firmware:ath-cl00c92b210:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:shotx_firmware:ath-cl00c92b210:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:shotx_firmware:ath-tl00c01b210:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:shotx_firmware:ath-tl00c01b210:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:shotx_firmware:ath-tl00hc01b210:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:shotx_firmware:ath-tl00hc01b210:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:shotx_firmware:ath-ul00c00b210:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:shotx_firmware:ath-ul00c00b210:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:shotx_firmware:rio-al00c00b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:shotx_firmware:rio-al00c00b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:g8_firmware:rio-al00c00b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:g8_firmware:rio-al00c00b220:*:*:*:*:*:*:*
  • cpe:2.3:h:huawei:g8:-:*:*:*:*:*:*:*
    cpe:2.3:h:huawei:g8:-:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:g8_firmware:rio-cl00c92b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:g8_firmware:rio-cl00c92b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:g8_firmware:rio-tl00c01b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:g8_firmware:rio-tl00c01b220:*:*:*:*:*:*:*
  • cpe:2.3:o:huawei:g8_firmware:rio-ul00c00b220:*:*:*:*:*:*:*
    cpe:2.3:o:huawei:g8_firmware:rio-ul00c00b220:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2017-2693: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-43903 – NSSCryptoSignBackend.cc in Poppler before 25.04.0 does not verify the adbe.pkcs7.sha1 signatures on documents, resulting in potential signature forgeries.
  • CVE-2025-3796 – A vulnerability classified as critical has been found in PHPGurukul Men Salon Management System 1.0. This affects an unknown part of the file /admi...
  • CVE-2025-32953 – z80pack is a mature emulator of multiple platforms with 8080 and Z80 CPU. In version 1.38 and prior, the `makefile-ubuntu.yml` workflow file uses `...
  • CVE-2025-29058 – An issue in Qimou CMS v.3.34.0 allows a remote attacker to execute arbitrary code via the upgrade.php component.
  • CVE-2024-53591 – An issue in the login page of Seclore v3.27.5.0 allows attackers to bypass authentication via a brute force attack.