mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1588] "Copy cURL" does not escape the @ annotation #1581
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1581
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Mar 29, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1588
Originally assigned to: @NghiaTranUIT on GitHub.
Description
A Security Analyst reports that the "Copy cURL" has a small security vulnerability. By using
-dfor the data, cURL automatically treats the@as a file, and loads it.Ref: https://portswigger.net/research/the-curl-quirk-that-exposed-burp-suite-amp-google-chrome
Steps to Reproduce
@/etc/passwd@/etc/passwdis uploaded to the server.Current Behavior
@is not escaped.Expected Behavior
--data-raw@NghiaTranUIT commented on GitHub (Mar 29, 2023):
Fixed: https://download.proxyman.io/beta/Proxyman_4.5.0_Fix_cURL_security_issue.dmg