Closed
Bug 1914583
Opened 1 year ago
Closed 7 months ago
Handle blocking IpAddr any for H3 code path
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: smayya, Assigned: omansfeld)
References
Details
(Keywords: sec-want, Whiteboard: [necko-triaged][necko-priority-queue][adv-main138-])
Attachments
(1 file)
With Bug 1889130, we disable access to 0.0.0.0 users. This will work for most use-cases, however we are running in a forced H3 mode this may be bypassed. This bug will address this corner case.
Flags: needinfo?(smayya)
Reporter | ||
Updated•1 year ago
|
Assignee: nobody → smayya
Severity: -- → S3
Flags: needinfo?(smayya)
Priority: -- → P2
Whiteboard: [necko-triaged][necko-priotity-queue]
Updated•1 year ago
|
Whiteboard: [necko-triaged][necko-priotity-queue] → [necko-triaged][necko-priority-queue]
Updated•1 year ago
|
Group: core-security → network-core-security
Reporter | ||
Updated•8 months ago
|
Group: network-core-security
Comment 1•8 months ago
|
||
We just need to add a 0.0.0.0 check to mozilla::net::nsUDPSocket::SendBinaryStreamWithAddress
Assignee | ||
Updated•8 months ago
|
Assignee: smayya → omansfeld
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 months ago
|
||
Still writing tests.
Updated•8 months ago
|
Attachment #9468273 -
Attachment description: WIP: Bug 1914583 - WIP: block IPAddrAny on H3 code path. → Bug 1914583 - Block IPAddrAny on H3 code path. r=#necko
Pushed by omansfeld@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/61314be0cec1
Block IPAddrAny on H3 code path. r=necko-reviewers,kershaw
Comment 4•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Updated•6 months ago
|
Whiteboard: [necko-triaged][necko-priority-queue] → [necko-triaged][necko-priority-queue][adv-main138-]
You need to log in
before you can comment on or make changes to this bug.
Description
•