CVE-2018-3628 Vulnerability Analysis & Exploit Details

CVE-2018-3628
Vulnerability Scoring

8.8
/10
Severe Risk

Cybersecurity professionals consider CVE-2018-3628 an immediate threat requiring urgent mitigation.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Adjacent_network
    Attack Vector Under Analysis
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2018-3628 Details

Status: Modified

Last updated: 🕓 21 Nov 2024, 04:05 UTC
Originally published on: 🕘 10 Jul 2018, 21:29 UTC

Time between publication and last update: 2325 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

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

CVE-2018-3628 Vulnerability Summary

CVE-2018-3628: Buffer overflow in HTTP handler in Intel Active Management Technology in Intel Converged Security Manageability Engine Firmware 3.x, 4.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, and 11.x may allow an attacker to execute arbitrary code via the same subnet.

Assessing the Risk of CVE-2018-3628

Access Complexity Graph

The exploitability of CVE-2018-3628 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-2018-3628

With low attack complexity and no required privileges, CVE-2018-3628 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-2018-3628, 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-2018-3628, 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-2018-3628 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2018-3628 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2018-3628 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.185% (probability of exploit)

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

CVE-2018-3628 References

External References

CWE Common Weakness Enumeration

CWE-119

CAPEC Common Attack Pattern Enumeration and Classification

  • Buffer Overflow via Environment Variables CAPEC-10 This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the adversary finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Overflow Buffers CAPEC-100 Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an adversary. As a consequence, an adversary is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the adversaries' choice.
  • Buffer Manipulation CAPEC-123 An adversary manipulates an application's interaction with a buffer in an attempt to read or modify data they shouldn't have access to. Buffer attacks are distinguished in that it is the buffer space itself that is the target of the attack rather than any code responsible for interpreting the content of the buffer. In virtually all buffer attacks the content that is placed in the buffer is immaterial. Instead, most buffer attacks involve retrieving or providing more input than can be stored in the allocated buffer, resulting in the reading or overwriting of other unintended program memory.
  • Client-side Injection-induced Buffer Overflow CAPEC-14 This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service. This hostile service is created to deliver the correct content to the client software. For example, if the client-side application is a browser, the service will host a webpage that the browser loads.
  • Filter Failure through Buffer Overflow CAPEC-24 In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
  • MIME Conversion CAPEC-42 An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.
  • Overflow Binary Resource File CAPEC-44 An attack of this type exploits a buffer overflow vulnerability in the handling of binary resources. Binary resources may include music files like MP3, image files like JPEG files, and any other binary file. These attacks may pass unnoticed to the client machine through normal usage of files, such as a browser loading a seemingly innocent JPEG file. This can allow the adversary access to the execution stack and execute arbitrary code in the target process.
  • Buffer Overflow via Symbolic Links CAPEC-45 This type of attack leverages the use of symbolic links to cause buffer overflows. An adversary can try to create or manipulate a symbolic link file such that its contents result in out of bounds data. When the target software processes the symbolic link file, it could potentially overflow internal buffers with insufficient bounds checking.
  • Overflow Variables and Tags CAPEC-46 This type of attack leverages the use of tags or variables from a formatted configuration data to cause buffer overflow. The adversary crafts a malicious HTML page or configuration file that includes oversized strings, thus causing an overflow.
  • Buffer Overflow via Parameter Expansion CAPEC-47 In this attack, the target software is given input that the adversary knows will be modified and expanded in size during processing. This attack relies on the target software failing to anticipate that the expanded data may exceed some internal limit, thereby creating a buffer overflow.
  • Buffer Overflow in an API Call CAPEC-8 This attack targets libraries or shared code modules which are vulnerable to buffer overflow attacks. An adversary who has knowledge of known vulnerable libraries or shared code can easily target software that makes use of these libraries. All clients that make use of the code library thus become vulnerable by association. This has a very broad effect on security across a system, usually affecting more than one software process.
  • Buffer Overflow in Local Command-Line Utilities CAPEC-9 This attack targets command-line utilities available in a number of shells. An adversary can leverage a vulnerability found in a command-line utility to escalate privilege to root.

Vulnerable Configurations

  • cpe:2.3:o:intel:active_management_technology_firmware:3.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:3.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:3.1:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:3.1:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:3.2:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:3.2:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:4.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:4.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:4.1:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:4.1:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:5.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:5.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:6.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:6.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:6.1:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:6.1:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:6.2:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:6.2:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:7.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:7.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:7.1:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:7.1:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:8.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:8.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:8.1:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:8.1:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:9.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:9.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:9.1:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:9.1:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:9.5:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:9.5:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:10.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:10.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.0.25.3001:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.0.25.3001:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.0.26.3000:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.0.26.3000:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.2:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.2:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.5:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.5:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.6:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.6:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.7:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.7:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.50.3420:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.50.3420:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.60:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.60:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.65:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.65:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.70:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.70:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.76:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.76:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.77:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.77:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.79:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.79:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.80:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.80:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.8.93:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.8.93:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.10:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.10:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.11.60:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.11.60:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.11.65:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.11.65:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.11.70:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.11.70:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.11.76:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.11.76:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.11.77:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.11.77:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.12:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.12:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.12.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.12.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.12.77:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.12.77:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.12.79:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.12.79:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.12.80:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.12.80:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.12.93:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.12.93:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.20:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.20:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.22:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.22:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.22.0:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.22.0:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.22.60:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.22.60:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.22.65:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.22.65:*:*:*:*:*:*:*
  • cpe:2.3:o:intel:active_management_technology_firmware:11.22.70:*:*:*:*:*:*:*
    cpe:2.3:o:intel:active_management_technology_firmware:11.22.70:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e4300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e4300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e4400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e4400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e4500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e4500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e4600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e4600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e4700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e4700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6320:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6320:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6420:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6420:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6540:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6540:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6550:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6550:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6750:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6750:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e6850:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e6850:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e7200:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e7200:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e7300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e7300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e7400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e7400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e7500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e7500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e7600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e7600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e8190:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e8190:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e8200:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e8200:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e8300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e8300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e8400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e8400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e8500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e8500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:e8600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:e8600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:l7200:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:l7200:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:l7300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:l7300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:l7400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:l7400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:l7500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:l7500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:l7700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:l7700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p7350:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p7350:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p7370:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p7370:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p7450:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p7450:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p7550:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p7550:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p7570:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p7570:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p8400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p8400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p8600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p8600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p8700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p8700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p8800:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p8800:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p9500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p9500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p9600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p9600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:p9700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:p9700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:sl9300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:sl9300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:sl9380:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:sl9380:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:sl9400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:sl9400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:sl9600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:sl9600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:sp9300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:sp9300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:sp9400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:sp9400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:sp9600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:sp9600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:su9300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:su9300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:su9400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:su9400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:su9600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:su9600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5200:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5200:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5250:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5250:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5270:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5270:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5450:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5450:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5470:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5470:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5550:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5550:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5670:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5670:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5750:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5750:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5800:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5800:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t5870:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t5870:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t6400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t6400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t6500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t6500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t6600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t6600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t6670:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t6670:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7200:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7200:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7250:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7250:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t7800:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t7800:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t8100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t8100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t8300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t8300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t9300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t9300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t9400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t9400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t9500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t9500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t9550:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t9550:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t9600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t9600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t9800:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t9800:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:t9900:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:t9900:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:u7500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:u7500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:u7600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:u7600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_duo:u7700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_duo:u7700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4000m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4000m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4005u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4005u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4010u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4010u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4010y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4010y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4012y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4012y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4020y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4020y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4025u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4025u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4030u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4030u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4030y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4030y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4100e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4100e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4100m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4100m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4100u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4100u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4102e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4102e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4110e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4110e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4110m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4110m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4112e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4112e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4120u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4120u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4130:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4130:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4130t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4130t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4150:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4150:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4150t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4150t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4158u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4158u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4160:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4160:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4160t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4160t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4170:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4170:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4170t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4170t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4330:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4330:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4330t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4330t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4330te:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4330te:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4340:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4340:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4340te:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4340te:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4350:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4350:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4350t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4350t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4360:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4360:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4360t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4360t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4370:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4370:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:4370t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:4370t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4200h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4200h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4200m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4200m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4200u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4200u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4200y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4200y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4202y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4202y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4210h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4210h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4210m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4210m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4210u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4210u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4210y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4210y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4220y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4220y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4250u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4250u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4258u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4258u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4260u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4260u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4278u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4278u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4288u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4288u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4300m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4300m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4300u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4300u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4300y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4300y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4302y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4302y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4308u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4308u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4310m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4310m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4310u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4310u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4330m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4330m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4340m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4340m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4350u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4350u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4360u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4360u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4400e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4400e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4402e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4402e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4402ec:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4402ec:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4410e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4410e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4422e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4422e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4430:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4430:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4430s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4430s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4440:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4440:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4440s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4440s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4460:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4460:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4460s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4460s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4460t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4460t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4570:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4570:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4570r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4570r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4570s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4570s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4570t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4570t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4570te:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4570te:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4590:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4590:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4590s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4590s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4590t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4590t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4670:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4670:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4670k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4670k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4670r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4670r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4670s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4670s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4670t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4670t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4690:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4690:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4690k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4690k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4690s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4690s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:4690t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:4690t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4500u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4500u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4510u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4510u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4550u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4550u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4558u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4558u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4578u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4578u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4600m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4600m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4600u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4600u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4610m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4610m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4610y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4610y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4650u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4650u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4700ec:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4700ec:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4700eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4700eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4700hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4700hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4700mq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4700mq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4702ec:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4702ec:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4702hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4702hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4702mq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4702mq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4710hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4710hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4710mq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4710mq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4712hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4712hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4712mq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4712mq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4720hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4720hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4722hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4722hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4750hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4750hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4760hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4760hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4765t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4765t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4770:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4770:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4770hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4770hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4770k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4770k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4770r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4770r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4770s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4770s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4770t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4770t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4770te:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4770te:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4771:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4771:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4785t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4785t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4790:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4790:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4790k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4790k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4790s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4790s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4790t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4790t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4800mq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4800mq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4810mq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4810mq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4850hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4850hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4860hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4860hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4870hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4870hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4900mq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4900mq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4910mq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4910mq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4950hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4950hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4960hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4960hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:4980hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:4980hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6006u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6006u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6098p:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6098p:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6100e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6100e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6100h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6100h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6100t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6100t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6100te:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6100te:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6100u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6100u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6102e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6102e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6157u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6157u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6167u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6167u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6300t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6300t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:6320:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:6320:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6200u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6200u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6260u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6260u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6267u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6267u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6287u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6287u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6300hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6300hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6300u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6300u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6350hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6350hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6360u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6360u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6400t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6400t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6402p:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6402p:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6440eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6440eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6440hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6440hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6442eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6442eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6500t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6500t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6500te:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6500te:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6585r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6585r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6600k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6600k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6600t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6600t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:6685r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:6685r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6500u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6500u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6560u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6560u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6567u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6567u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6600u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6600u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6650u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6650u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6660u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6660u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6700hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6700hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6700k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6700k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6700t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6700t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6700te:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6700te:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6770hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6770hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6785r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6785r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6820eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6820eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6820hk:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6820hk:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6820hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6820hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6822eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6822eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6870hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6870hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6920hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6920hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:6970hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:6970hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:5005u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:5005u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:5010u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:5010u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:5015u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:5015u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:5020u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:5020u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:5157u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:5157u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5200u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5200u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5250u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5250u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5257u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5257u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5287u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5287u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5300u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5300u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5350h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5350h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5350u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5350u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5575r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5575r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5675c:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5675c:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:5675r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:5675r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5500u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5500u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5550u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5550u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5557u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5557u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5600u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5600u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5650u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5650u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5700eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5700eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5700hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5700hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5750hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5750hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5775c:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5775c:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5775r:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5775r:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5850eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5850eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5850hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5850hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:5950hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:5950hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7020u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7020u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7100e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7100e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7100h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7100h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7100t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7100t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7100u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7100u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7101e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7101e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7101te:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7101te:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7102e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7102e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7130u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7130u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7167u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7167u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7300t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7300t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7320:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7320:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:7350k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:7350k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7y54:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7y54:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7y57:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7y57:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7200u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7200u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7260u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7260u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7267u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7267u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7287u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7287u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7300hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7300hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7300u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7300u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7360u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7360u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7400t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7400t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7440eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7440eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7440hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7440hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7442eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7442eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7500t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7500t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7600k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7600k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:7600t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:7600t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7y75:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7y75:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:700t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:700t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7500u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7500u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7560u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7560u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7567u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7567u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7600u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7600u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7660u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7660u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7700hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7700hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7700k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7700k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7820eq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7820eq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7820hk:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7820hk:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7820hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7820hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:7920hq:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:7920hq:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8100h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8100h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8100t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8100t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8109u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8109u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8130u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8130u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8145u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8145u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8300t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8300t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:8350k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:8350k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8200y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8200y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8250u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8250u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8259u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8259u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8265u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8265u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8269u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8269u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8300h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8300h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8305g:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8305g:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8350u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8350u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8400b:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8400b:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8400h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8400h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8400t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8400t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8500b:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8500b:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8500t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8500t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8600k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8600k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:8600t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:8600t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8086k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8086k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8500y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8500y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8550u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8550u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8559u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8559u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8565u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8565u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8650u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8650u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8700b:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8700b:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8700k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8700k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8700t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8700t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8705g:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8705g:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8706g:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8706g:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8709g:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8709g:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8750h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8750h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8809g:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8809g:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:8850h:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:8850h:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i9:8950hk:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i9:8950hk:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:qx6700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:qx6700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:qx6800:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:qx6800:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:qx6850:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:qx6850:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:qx9300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:qx9300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:qx9650:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:qx9650:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:qx9770:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:qx9770:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:qx9775:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:qx9775:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:x6800:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:x6800:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:x7800:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:x7800:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:x7900:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:x7900:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:x9000:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:x9000:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_extreme:x9100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_extreme:x9100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q6600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q6600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q6700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q6700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q8200:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q8200:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q8200s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q8200s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q8300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q8300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q8400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q8400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q8400s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q8400s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9000:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9000:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9400s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9400s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9450:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9450:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9505:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9505:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9505s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9505s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9550:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9550:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9550s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9550s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_quad:q9650:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_quad:q9650:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_solo:su3500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_solo:su3500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_solo:u2100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_solo:u2100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_solo:u2200:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_solo:u2200:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_solo:ulv_su3300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_solo:ulv_su3300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_2_solo:ulv_su3500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_2_solo:ulv_su3500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:l2300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:l2300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:l2400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:l2400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:l2500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:l2500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2050:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2050:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2250:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2250:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2300e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2300e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2350:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2350:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2450:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2450:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:t2700:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:t2700:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:u2400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:u2400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_duo:u2500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_duo:u2500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:330e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:330e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:330m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:330m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:330um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:330um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:350m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:350m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:370m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:370m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:380m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:380m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:380um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:380um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:390m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:390m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:530:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:530:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:540:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:540:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:550:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:550:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:560:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:560:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2100:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2100:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2100t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2100t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2102:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2102:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2105:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2105:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2115c:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2115c:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2120:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2120:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2120t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2120t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2125:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2125:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2130:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2130:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2310e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2310e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2310m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2310m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2312m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2312m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2328m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2328m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2330e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2330e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2330m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2330m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2340ue:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2340ue:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2348m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2348m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2350m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2350m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2357m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2357m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2365m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2365m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2367m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2367m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2370m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2370m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2375m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2375m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:2377m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:2377m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3110m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3110m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3115c:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3115c:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3120m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3120m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3120me:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3120me:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3130m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3130m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3210:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3210:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3217u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3217u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3217ue:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3217ue:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3220:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3220:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3220t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3220t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3225:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3225:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3227u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3227u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3229y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3229y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3240:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3240:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3240t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3240t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3245:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3245:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3250:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3250:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i3:3250t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i3:3250t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:430m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:430m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:430um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:430um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:450m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:450m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:460m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:460m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:470um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:470um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:480m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:480m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:520e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:520e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:520m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:520m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:520um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:520um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:540m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:540m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:540um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:540um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:560m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:560m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:560um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:560um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:580m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:580m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:650:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:650:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:655k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:655k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:660:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:660:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:661:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:661:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:670:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:670:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:680:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:680:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:750:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:750:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:750s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:750s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:760:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:760:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2310:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2310:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2320:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2320:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2380p:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2380p:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2390t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2390t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2400s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2400s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2405s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2405s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2410m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2410m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2430m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2430m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2435m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2435m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2450m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2450m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2450p:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2450p:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2467m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2467m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2500k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2500k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2500s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2500s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2500t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2500t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2510e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2510e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2515e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2515e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2520m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2520m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2537m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2537m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2540m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2540m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2550k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2550k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:2557m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:2557m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3210m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3210m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3230m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3230m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3317u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3317u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3320m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3320m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3330:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3330:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3330s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3330s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3337u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3337u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3339y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3339y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3340:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3340:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3340m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3340m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3340s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3340s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3350p:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3350p:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3360m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3360m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3380m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3380m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3427u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3427u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3437u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3437u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3439y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3439y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3450_:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3450_:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3450s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3450s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3470:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3470:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3470s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3470s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3470t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3470t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3475s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3475s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3550:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3550:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3550s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3550s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3570:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3570:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3570k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3570k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3570s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3570s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3570t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3570t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i5:3610me:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i5:3610me:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:610e:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:610e:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:620le:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:620le:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:620lm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:620lm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:620m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:620m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:620ue:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:620ue:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:620um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:620um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:640lm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:640lm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:640m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:640m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:640um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:640um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:660lm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:660lm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:660ue:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:660ue:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:660um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:660um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:680um:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:680um:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:720qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:720qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:740qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:740qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:820qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:820qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:840qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:840qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:860:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:860:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:860s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:860s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:870:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:870:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:870s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:870s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:875k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:875k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:880:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:880:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:920:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:920:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:920xm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:920xm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:930:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:930:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:940:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:940:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:940xm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:940xm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:950:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:950:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:960:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:960:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:965:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:965:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:970:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:970:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:975:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:975:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:980:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:980:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:980x:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:980x:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:990x:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:990x:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2600:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2600:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2600k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2600k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2600s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2600s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2610ue:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2610ue:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2617m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2617m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2620m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2620m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2629m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2629m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2630qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2630qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2635qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2635qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2637m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2637m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2640m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2640m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2649m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2649m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2655le:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2655le:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2657m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2657m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2670qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2670qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2675qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2675qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2677m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2677m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2700k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2700k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2710qe:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2710qe:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2715qe:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2715qe:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2720qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2720qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2760qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2760qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2820qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2820qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2860qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2860qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2920xm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2920xm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:2960xm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:2960xm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3517u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3517u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3517ue:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3517ue:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3520m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3520m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3537u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3537u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3540m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3540m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3555le:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3555le:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3610qe:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3610qe:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3610qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3610qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3612qe:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3612qe:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3612qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3612qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3615qe:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3615qe:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3615qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3615qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3630qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3630qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3632qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3632qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3635qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3635qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3667u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3667u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3687u:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3687u:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3689y:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3689y:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3720qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3720qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3740qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3740qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3770:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3770:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3770k:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3770k:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3770s:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3770s:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3770t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3770t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3820qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3820qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_i7:3840qm:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_i7:3840qm:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_solo:t1250:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_solo:t1250:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_solo:t1300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_solo:t1300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_solo:t1350:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_solo:t1350:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_solo:t1400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_solo:t1400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_solo:u1300:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_solo:u1300:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_solo:u1400:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_solo:u1400:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:core_solo:u1500:*:*:*:*:*:*:*
    cpe:2.3:h:intel:core_solo:u1500:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_e3_1268l_v5:-:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_e3_1268l_v5:-:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_e3_1275_v5:-:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_e3_1275_v5:-:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:5115:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:5115:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:5118:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:5118:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:5119t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:5119t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:5120:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:5120:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:5120t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:5120t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:5122:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:5122:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6126:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6126:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6126f:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6126f:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6126t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6126t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6128:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6128:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6130:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6130:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6130f:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6130f:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6130t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6130t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6132:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6132:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6134:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6134:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6134m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6134m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6136:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6136:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6138:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6138:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6138f:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6138f:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6138t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6138t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6140:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6140:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6140m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6140m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6142:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6142:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6142f:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6142f:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6142m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6142m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6144:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6144:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6146:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6146:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6148:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6148:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6148f:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6148f:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6150:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6150:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6152:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6152:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_gold:6154:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_gold:6154:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8153:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8153:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8156:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8156:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8158:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8158:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8160:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8160:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8160f:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8160f:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8160m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8160m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8160t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8160t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8164:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8164:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8168:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8168:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8170:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8170:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8170m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8170m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8176:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8176:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8176f:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8176f:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8176m:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8176m:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_platinum:8180:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_platinum:8180:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_silver:4108:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_silver:4108:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_silver:4109t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_silver:4109t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_silver:4110:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_silver:4110:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_silver:4112:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_silver:4112:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_silver:4114:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_silver:4114:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_silver:4114t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_silver:4114t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_silver:4116:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_silver:4116:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon_silver:4116t:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon_silver:4116t:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon:w2123:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon:w2123:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon:w2125:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon:w2125:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon:w2133:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon:w2133:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon:w2135:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon:w2135:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon:w2145:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon:w2145:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon:w2155:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon:w2155:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon:w2175:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon:w2175:*:*:*:*:*:*:*
  • cpe:2.3:h:intel:xeon:w2195:*:*:*:*:*:*:*
    cpe:2.3:h:intel:xeon:w2195:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2018-3628: 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-26205 – Lua 5.4.7, when the debug library is used, has a out-of-bounds read and segmentation violation in mainpositionTV in ltable.c. NOTE: this is dispute...
  • CVE-2025-26204 – Lua 5.4.7, when the debug library is used, has a out-of-bounds read and segmentation violation in equalkey in ltable.c. NOTE: this is disputed beca...
  • CVE-2025-2129 – A vulnerability was found in Mage AI 0.9.75. It has been classified as problematic. This affects an unknown part. The manipulation leads to insecur...
  • CVE-2025-2127 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla. It has been classified as problematic. Affected is an unknown function of th...
  • CVE-2025-2126 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla and classified as critical. This issue affects some unknown processing of the...