-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add port 5060 to bad ports (SIP) #1108
Labels
addition/proposal
New features or enhancements
security/privacy
There are security or privacy implications
security-tracker
Group bringing to attention of security, or tracked by the security Group but not needing response.
topic: port blocking
Comments
Thank you for filing this. Firefox is looking into this as well, and potentially 5061 even though it's technically for TLS. https://bugzilla.mozilla.org/show_bug.cgi?id=1674735 cc @mozfreddyb |
annevk
added
addition/proposal
New features or enhancements
security-tracker
Group bringing to attention of security, or tracked by the security Group but not needing response.
security/privacy
There are security or privacy implications
labels
Nov 3, 2020
Thanks! This will likely go into Firefox 84 (currently Firefox Nightly), unless we hit breakage which we are able to address with a preference update. |
mozfreddyb
added a commit
to mozfreddyb/fetch
that referenced
this issue
Nov 3, 2020
mozfreddyb
added a commit
to mozfreddyb/fetch
that referenced
this issue
Nov 3, 2020
ghostd
added a commit
to ghostd/servo
that referenced
this issue
Nov 4, 2020
5 tasks
bors-servo
added a commit
to servo/servo
that referenced
this issue
Nov 19, 2020
Update the "bad ports" list whatwg/fetch#1108 <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
addition/proposal
New features or enhancements
security/privacy
There are security or privacy implications
security-tracker
Group bringing to attention of security, or tracked by the security Group but not needing response.
topic: port blocking
Packets on port 5060 are treated specially by some NAT devices. It may be possible to trick them with a carefully-crafted HTTP request body.
See https://samy.pl/slipstream.
The text was updated successfully, but these errors were encountered: