urllib 是 Node.js 的一个 HTTP 客户端,支持身份验证、重定向、超时以及其他请求功能。在 4.9.1 和 2.44.1 版本之前,urllib 通过 followRedirect 机制处理重定向请求,但会跨不同源(origin)重复使用调用方提供的选项(options)。具体而言,在 src/HttpClient.ts 文件中,#requestInternal 方法会递归调用 this.#requestInternal(nextUrl.href, options, requestContext),
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| node-modules | urllib | >= 3.0.0, < 4.9.1 |
affected |
< 2.44.1 |
affected |
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| node-modules | urllib | >= 3.0.0, < 4.9.1 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POCNo comments yet