Skip to content

Commit 42c57fa

Browse files
authored
Merge pull request #13759 from daffainfo/patch-22
Fix typo in domain variable name in CVE-2025-59287
2 parents 89f6e67 + d55ef94 commit 42c57fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http/cves/2025/CVE-2025-59287.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ info:
2929
tags: cve,cve2025,windows,server,wsus,kev,vkev,deserialization,rce
3030

3131
variables:
32-
doamin: "{{rand_text_alphanumeric(5)}}.local"
32+
domain: "{{rand_text_alphanumeric(5)}}.local"
3333

3434
flow: http(1) && http(2) && http(3) && http(4)
3535

@@ -84,7 +84,7 @@ http:
8484
<GetAuthorizationCookie xmlns="http://www.microsoft.com/SoftwareDistribution/Server/SimpleAuthWebService">
8585
<clientId>{{ServerId}}</clientId>
8686
<targetGroupName></targetGroupName>
87-
<dnsName>{{doamin}}</dnsName>
87+
<dnsName>{{domain}}</dnsName>
8888
</GetAuthorizationCookie>
8989
</soap:Body>
9090
</soap:Envelope>
@@ -211,4 +211,4 @@ http:
211211
- 'contains(header, "text/xml")'
212212
- 'status_code == 200'
213213
condition: and
214-
# digest: 4b0a00483046022100a821c5ddfbfacd02fdbd28d545db590741d4f0b27720e0c8ed664ec8aa2097610221008660e34bda75aa8fa1013202362d03b76f558c4fd55760876c179862616daa87:922c64590222798bb761d5b6d8e72950
214+
# digest: 4b0a00483046022100a821c5ddfbfacd02fdbd28d545db590741d4f0b27720e0c8ed664ec8aa2097610221008660e34bda75aa8fa1013202362d03b76f558c4fd55760876c179862616daa87:922c64590222798bb761d5b6d8e72950

0 commit comments

Comments
 (0)