BlackTreeCVE Intelligence
← Back to the CVE catalogue
Full vulnerability report · 2017
CVE-2017-3738High confidence

There is an overflow bug in the AVX2 Montgomery multiplication procedure used in exponentiation with 1024-bit moduli

OpenSSL Software Foundation · OpenSSL

5.9MediumCVSS 3.1
Recommended action
Scheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2017-12855

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionScheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
01

What, why and how

There is an overflow bug in the AVX2 Montgomery multiplication procedure used in exponentiation with 1024-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH1024 are considered just feasible, because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be significant. However, for an attack on TLS to be meaningful, the server would have to share the DH1024 private key among multiple clients, which is no longer an option since CVE-2016-0701. This only affects processors that support the AVX2 but not ADX extensions like Intel Haswell (4th generation). Note: The impact from this issue is similar to CVE-2017-3736, CVE-2017-3732 and CVE-2015-3193. OpenSSL version 1.0.2-1.0.2m and 1.1.0-1.1.0g are affected. Fixed in OpenSSL 1.0.2n. Due to the low severity of this issue we are not issuing a new release of OpenSSL 1.1.0 at this time. The fix will be included in OpenSSL 1.1.0h when it becomes available. The fix is also available in commit e502cc86d in the OpenSSL git repository.

What

There is an overflow bug in the AVX2 Montgomery multiplication procedure used in exponentiation with 1024-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH1024 are considered just feasible, because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be significant. However, for an attack on TLS to be meaningful, the server would have to share the DH1024 private key among multiple clients, which is no longer an option since CVE-2016-0701. This only affects processors that support the AVX2 but not ADX extensions like Intel Haswell (4th generation). Note: The impact from this issue is similar to CVE-2017-3736, CVE-2017-3732 and CVE-2015-3193. OpenSSL version 1.0.2-1.0.2m and 1.1.0-1.1.0g are affected. Fixed in OpenSSL 1.0.2n. Due to the low severity of this issue we are not issuing a new release of OpenSSL 1.1.0 at this time. The fix will be included in OpenSSL 1.1.0h when it becomes available. The fix is also available in commit e502cc86d in the OpenSSL git repository.

Why

The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

There is an overflow bug in the AVX2 Montgomery multiplication procedure used in exponentiation with 1024-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH1024 are considered just feasible, because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be significant. However, for an attack on TLS to be meaningful, the server would have to share the DH1024 private key among multiple clients, which is no longer an option since CVE-2016-0701. This only affects processors that support the AVX2 but not ADX extensions like Intel Haswell (4th generation). Note: The impact from this issue is similar to CVE-2017-3736, CVE-2017-3732 and CVE-2015-3193. OpenSSL version 1.0.2-1.0.2m and 1.1.0-1.1.0g are affected. Fixed in OpenSSL 1.0.2n. Due to the low severity of this issue we are not issuing a new release of OpenSSL 1.1.0 at this time. The fix will be included in OpenSSL 1.1.0h when it becomes available. The fix is also available in commit e502cc86d in the OpenSSL git repository.

Why

The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Exposure of Sensitive Information to an Unauthorized Actor → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-200

CWE-200: Exposure of Sensitive Information to an Unauthorized Actor. The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CHighConfidentiality impact: A successful attack can cause a major loss.INoneIntegrity impact: No direct loss is represented by this metric.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-200
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-2023-1594IBM Tivoli Network Manager: Mehrere Schwachstellen

Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann mehrere Schwachstellen in IBM Tivoli Network Manager ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand herbeizuführen, seine Privilegien auszuweiten, Daten zu manipulieren, nicht spezifizierte Auswirkungen zu verursachen und einen Cross-Site-Scripting-Angriff durchzuführen.

Official advisory ↗
BSI · German · WID-SEC-2025-1212Oracle Communications Applications: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Oracle Communications Applications ausnutzen, um dadurch die Integrität, Vertraulichkeit und Verfügbarkeit zu gefährden.

Official advisory ↗
BSI · German · WID-SEC-2024-0205OpenSSL: Mehrere Schwachstellen ermöglichen Umgehen von Sicherheitsvorkehrungen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in OpenSSL ausnutzen, um Sicherheitsvorkehrungen zu umgehen.

Official advisory ↗
Canadian Centre for Cyber Security · English · AV18-065Oracle Critical Patch update Advisory - April 2018

age Appliance Kit (AK), versions prior to 8.7.17 CVE References: CVE-2013-1768, CVE-2014-0054, CVE-2015-7501, CVE-2015-7940, CVE-2016-0635, CVE-2016-2177, CVE-2016-2178, CVE-2016-2179, CVE-2016-2180, CVE-2016-2181, CVE-2016-2182, CVE-2016-2183, CVE-2016-3092, CVE-2016-3506, CVE-2016-5007, CVE-2016-5019, CVE-2016-6302, CVE-2016-6303, CVE-2016-6304, CVE-2016-6305, CVE-2016-6306, CVE-2016-6307, CVE-2016-6308, CVE-2016-6309, CVE-2016-6814, CVE-2016-7052, CVE-2016-8745, CVE-2016-9878, CVE-2017-1039, CVE-2017-1040, CVE-2017-1261, CVE-2017-1307, CVE-2017-1308, CVE-2017-1509, CVE-2017-1570, CVE-2017-1756, CVE-2017-3735, CVE-2017-3736, CVE-2017-3737, CVE-2017-3738, CVE-2017-5645, CVE-2017-5662, CVE-2017-5664, CVE-2017-5715, CVE-2017-5753, CVE-2017-5754, CVE-2017-7525, CVE-2017-7674, CVE-2017-7805, CVE-2017-9798, CVE-2018-0739, CVE-2018-2563, CVE-2018-2572, CVE-2018-2587, CVE-2018-2628, CVE-2018-2718, CVE-2018-2737, CVE-2018-2738, CVE-2018-2739, CVE-2018-2742, CVE-2018-2746, CVE-2018-2747, CVE-2018-2748, CVE-2018-2749, CVE-2018-2750, CVE-2018-2752, CVE-2018-2753, CVE-2018-2754, CVE-2018-2755, CVE-2018-2756, CVE-2018-2758, CVE-2018-2759, CVE-2018-2760, CVE-2018-2761, CVE-2018-2762, CVE-2018-2763, CVE-2018-2764, CVE-2018-2765, CVE-2018-2766, CVE-2018-2768, CVE-2018-2769, CVE-2018-2770, CVE-2018-2771, CVE

Official advisory ↗
Canadian Centre for Cyber Security · English · AV18-051OpenSSL security updates

OpenSSL has released security updates that affect vulnerabilities in the following products: Affected versions: OpenSSL version 1.1.0 OpenSSL version 1.0.2 CVE Reference: CVE-2018-0733, CVE-2017-3738, CVE-2018-0739

Official advisory ↗
Canadian Centre for Cyber Security · English · AV18-012Oracle Critical Patch updates

800, CVE-2016-1181, CVE-2016-1182, CVE-2016-2105, CVE-2016-2106, CVE-2016-2107, CVE-2016-2109, CVE-2016-2177, CVE-2016-2178, CVE-2016-2179, CVE-2016-2180, CVE-2016-2181, CVE-2016-2182, CVE-2016-2183, CVE-2016-2518, CVE-2016-2550, CVE-2016-4449, CVE-2016-5385, CVE-2016-5387, CVE-2016-6302, CVE-2016-6303, CVE-2016-6304, CVE-2016-6305, CVE-2016-6306, CVE-2016-6307, CVE-2016-6308, CVE-2016-6309, CVE-2016-6814, CVE-2016-7052, CVE-2016-7055, CVE-2016-7977, CVE-2016-8735, CVE-2016-9878, CVE-2017-0781, CVE-2017-0782, CVE-2017-0783, CVE-2017-0785, CVE-2017-3730, CVE-2017-3731, CVE-2017-3732, CVE-2017-3733, CVE-2017-3735, CVE-2017-3736, CVE-2017-3737, CVE-2017-3738, CVE-2017-5461, CVE-2017-5645, CVE-2017-5664, CVE-2017-5715, CVE-2017-9072, CVE-2017-9798, CVE-2017-10068, CVE-2017-10262, CVE-2017-10273, CVE-2017-10282, CVE-2017-10301, CVE-2017-10352, CVE-2017-12617, CVE-2017-13077, CVE-2017-13078, CVE-2017-13079, CVE-2017-13080, CVE-2017-13081, CVE-2017-13082, CVE-2018-2560, CVE-2018-2561, CVE-2018-2562, CVE-2018-2564, CVE-2018-2565, CVE-2018-2566, CVE-2018-2567, CVE-2018-2568, CVE-2018-2569, CVE-2018-2570, CVE-2018-2571, CVE-2018-2573, CVE-2018-2574, CVE-2018-2575, CVE-2018-2576, CVE-2018-2577, CVE-2018-2578, CVE-2018-2579, CVE-2018-2580, CVE-2018-2581, CVE-2018-2582, CVE-2018-2583, CVE-2018-2584, CVE-2

Official advisory ↗
CERT-FR · French · CERTFR-2022-AVI-267Multiples vulnérabilités dans Juniper Networks Junos Space

CVERecord?id=CVE-2017-18190 Référence CVE CVE-2017-18207 https://www.cve.org/CVERecord?id=CVE-2017-18207 Référence CVE CVE-2017-18258 https://www.cve.org/CVERecord?id=CVE-2017-18258 Référence CVE CVE-2017-18267 https://www.cve.org/CVERecord?id=CVE-2017-18267 Référence CVE CVE-2017-18551 https://www.cve.org/CVERecord?id=CVE-2017-18551 Référence CVE CVE-2017-2810 https://www.cve.org/CVERecord?id=CVE-2017-2810 Référence CVE CVE-2017-3735 https://www.cve.org/CVERecord?id=CVE-2017-3735 Référence CVE CVE-2017-3736 https://www.cve.org/CVERecord?id=CVE-2017-3736 Référence CVE CVE-2017-3737 https://www.cve.org/CVERecord?id=CVE-2017-3737 Référence CVE CVE-2017-3738 https://www.cve.org/CVERecord?id=CVE-2017-3738 Référence CVE CVE-2017-5130 https://www.cve.org/CVERecord?id=CVE-2017-5130 Référence CVE CVE-2017-5715 https://www.cve.org/CVERecord?id=CVE-2017-5715 Référence CVE CVE-2017-5992 https://www.cve.org/CVERecord?id=CVE-2017-5992 Référence CVE CVE-2017-6462 https://www.cve.org/CVERecord?id=CVE-2017-6462 Référence CVE CVE-2017-6463 https://www.cve.org/CVERecord?id=CVE-2017-6463 Référence CVE CVE-2017-6464 https://www.cve.org/CVERecord?id=CVE-2017-6464 Référence CVE CVE-2017-6519 https://www.cve.org/CVERecord?id=CVE-2017-6519 Référence CVE CVE-2017-7375 https://www.cve.org/CVERecord?id=CVE-2017-7375 Ré

Official advisory ↗
CERT-FR · French · CERTFR-2018-AVI-293Multiples vulnérabilités dans Tenable Nessus Agent

cord?id=CVE-2016-9840 Référence CVE CVE-2016-9841 https://www.cve.org/CVERecord?id=CVE-2016-9841 Référence CVE CVE-2016-9842 https://www.cve.org/CVERecord?id=CVE-2016-9842 Référence CVE CVE-2016-9843 https://www.cve.org/CVERecord?id=CVE-2016-9843 Référence CVE CVE-2017-1000061 https://www.cve.org/CVERecord?id=CVE-2017-1000061 Référence CVE CVE-2017-11742 https://www.cve.org/CVERecord?id=CVE-2017-11742 Référence CVE CVE-2017-16931 https://www.cve.org/CVERecord?id=CVE-2017-16931 Référence CVE CVE-2017-16932 https://www.cve.org/CVERecord?id=CVE-2017-16932 Référence CVE CVE-2017-18258 https://www.cve.org/CVERecord?id=CVE-2017-18258 Référence CVE CVE-2017-3738 https://www.cve.org/CVERecord?id=CVE-2017-3738 Référence CVE CVE-2017-5029 https://www.cve.org/CVERecord?id=CVE-2017-5029 Référence CVE CVE-2017-5969 https://www.cve.org/CVERecord?id=CVE-2017-5969 Référence CVE CVE-2017-6004 https://www.cve.org/CVERecord?id=CVE-2017-6004 Référence CVE CVE-2017-7186 https://www.cve.org/CVERecord?id=CVE-2017-7186 Référence CVE CVE-2017-7244 https://www.cve.org/CVERecord?id=CVE-2017-7244 Référence CVE CVE-2017-7245 https://www.cve.org/CVERecord?id=CVE-2017-7245 Référence CVE CVE-2017-7246 https://www.cve.org/CVERecord?id=CVE-2017-7246 Référence CVE CVE-2017-7375 https://www.cve.org/CVERecord?id=CVE-2017-7375 Ré

Official advisory ↗
CERT-FR · French · CERTFR-2018-AVI-242Multiples vulnérabilités dans les produits Tenable

De multiples vulnérabilités ont été découvertes dans les produits Tenable. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.

Official advisory ↗
CERT-FR · French · CERTFR-2018-AVI-184Multiples vulnérabilités dans les produits Juniper

rg/CVERecord?id=CVE-2016-4470 Référence CVE CVE-2016-4565 https://www.cve.org/CVERecord?id=CVE-2016-4565 Référence CVE CVE-2016-5696 https://www.cve.org/CVERecord?id=CVE-2016-5696 Référence CVE CVE-2016-5829 https://www.cve.org/CVERecord?id=CVE-2016-5829 Référence CVE CVE-2017-1000385 https://www.cve.org/CVERecord?id=CVE-2017-1000385 Référence CVE CVE-2017-3732 https://www.cve.org/CVERecord?id=CVE-2017-3732 Référence CVE CVE-2017-3735 https://www.cve.org/CVERecord?id=CVE-2017-3735 Référence CVE CVE-2017-3736 https://www.cve.org/CVERecord?id=CVE-2017-3736 Référence CVE CVE-2017-3737 https://www.cve.org/CVERecord?id=CVE-2017-3737 Référence CVE CVE-2017-3738 https://www.cve.org/CVERecord?id=CVE-2017-3738 Référence CVE CVE-2018-0016 https://www.cve.org/CVERecord?id=CVE-2018-0016 Référence CVE CVE-2018-0017 https://www.cve.org/CVERecord?id=CVE-2018-0017 Référence CVE CVE-2018-0018 https://www.cve.org/CVERecord?id=CVE-2018-0018 Référence CVE CVE-2018-0019 https://www.cve.org/CVERecord?id=CVE-2018-0019 Référence CVE CVE-2018-0020 https://www.cve.org/CVERecord?id=CVE-2018-0020 Référence CVE CVE-2018-0021 https://www.cve.org/CVERecord?id=CVE-2018-0021 Référence CVE CVE-2018-0022 https://www.cve.org/CVERecord?id=CVE-2018-0022 Référence CVE CVE-2018-0023 https://www.cve.org/CVERecord?id=CVE-2018-0023 Ge

Official advisory ↗
CERT-FR · French · CERTFR-2018-AVI-155Multiples vulnérabilités dans OpenSSL

De multiples vulnérabilités ont été découvertes dans OpenSSL. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, un déni de service et un contournement de la politique de sécurité.

Official advisory ↗
CERT-FR · French · CERTFR-2017-AVI-452Multiples vulnérabilités dans OpenSSL

De multiples vulnérabilités ont été découvertes dans OpenSSL . Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données.

Official advisory ↗
JVN iPedia · Japanese · JVNDB-2017-011252OpenSSL における脆弱性

OpenSSL には、1024-bit 係数を伴う累乗法で使用される AVX2 Montgomery 乗算手順にオーバーフローの問題があるため、不特定の影響を受ける脆弱性が存在します。 本脆弱性は、CVE-2017-3736、CVE-2017-3732 および CVE-2015-3193 と類似した問題です。

Official advisory ↗
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
OpenSSL: 1.0.2-1.02m, 1.1.0-1.1.0g
Fixed
An authoritative update reference is available, but the fixed version is not recorded in the structured CVE fields. Check the linked vendor advisory for the applicable release.
Action
Review the linked authoritative reference and apply the recorded fixed release appropriate to the affected product branch.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 7 Dec 2017 · Last source change 16 Sept 2024, 18:34 UTC · CWE-200 · Exposure of Sensitive Information to an Unauthorized Actor

CVE recordCVE.org · 5.1
CVSS sourceNIST NVD
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-09-01
European sourceENISA EUVD · EUVD-2017-12855
Product sourceCNA
Remediation sourceCVE/CNA references
CWE sourceNIST NVD
NVD statusNVD modified after enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates ↗
  1. Vendor guidanceAuthoritative vendor guidance changed from vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    af854a3a-2127-422b-91ae-364da2661108
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    1.0.2-1.02m; 1.1.0-1.1.0g · Fixed: No fixed version is explicitly recorded in the structured CVE data.
    After
    1.0.2-1.02m; 1.1.0-1.1.0g · Fixed: An authoritative update reference is available, but the fixed version is not recorded in the structured CVE fields. Check the linked vendor advisory for the applicable release.
    CNA
  3. Remediation statusRemediation status changed from Awaiting fix to Patch available.
    Before
    Awaiting fix
    After
    Patch available
    af854a3a-2127-422b-91ae-364da2661108
  4. SeveritySeverity changed from Unknown to Medium.
    Before
    Unknown
    After
    Medium
    NIST NVD
  5. CVSS scoreCVSS score changed from not recorded to 5.9 (CVSS 3.1 · NIST NVD · CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N).
    Before
    not recorded
    After
    5.9 (CVSS 3.1 · NIST NVD · CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N)
    NIST NVD
  6. ENISA EUVD mappingEUVD-2017-12855 was added to the official ENISA EUVD mapping for this CVE.
    Before
    not recorded
    After
    {"euvdId":"EUVD-2017-12855"}
    ENISA EUVD
  7. Catalogue recordCVE added to the BlackTree catalogue.
    CNA
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2017-3738 · cve.blacktree.nl