CVE•Published 2017-04-02•Modified 2026-05-13•1 article on news•5 live references•NVD data
CVE-2017-2428Apple · Iphone_os
Vulnerability data via NVD (ingested)
CVSS v3.1
9.8
CRITICAL
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS percentile
—
Description
An issue was discovered in certain Apple products. iOS before 10.3 is affected. macOS before 10.12.4 is affected. tvOS before 10.2 is affected. watchOS before 3.2 is affected. The issue involves nghttp2 before 1.17.0 in the "HTTPProtocol" component. It allows remote HTTP/2 servers to have an unspecified impact via unknown vectors.
Timeline
Published 2017-04-02
Modified 2026-05-13
External references
Search for exposed instances
Shodan + Censys queries derived from NVD's CPE data. The vuln tag catches assets Shodan has explicitly linked to this CVE; the product / banner fingerprints find exposed instances even when the vuln tag was never applied (which is common).
Shodan · vuln tag0 hosts
vuln:CVE-2017-2428Hosts Shodan has explicitly fingerprinted as vulnerable.
Shodan · OS
os:"Iphone Os"Hosts Shodan identified as running Iphone Os.
More intel sources (5)
Shodan report
vuln:CVE-2017-2428Country / ASN / product breakdown for the vuln query.
Censys
vulnerabilities.cve_id: CVE-2017-2428Censys host search filtered to this CVE id.
grep.app
CVE-2017-2428Public source-code mentions — fast PoC discovery.
GitHub code
CVE-2017-2428GitHub code search for direct mentions.
Google dork
"CVE-2017-2428" exploit -site:nvd.nist.govWrite-ups and news, NVD excluded.
Known PoCs on GitHub (4)
CVE-2017-24284 repos
Elsfa7-110/kenzer-templatesXSLT
hiifong/starListPython
Export your star's repository list
hugefiver/mystarsunknown
watermelon1221/Newstar_week3-5unknown
本文总结了多个CTF题目的解题思路和步骤,涵盖了Misc、Web和区块链等多个领域。通过分析日志、流量、内存取证、智能合约等不同题型,展示了如何利用技术手段获取flag。 在Misc题目中,通过日志分析、流量分析、应急响应等方法解决问题;Web题目涉及SSTI、SSRF、文件上传绕过等漏洞利用;区块链题目则通过分析智能合约漏洞进行攻击。 每个题目都详细记录了…