2021-07-02 02:53:42 +00:00
|
|
|
id: jfrog-unauth-build-exposed
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: JFrog Unauthentication Builds
|
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: medium
|
2024-01-02 15:45:12 +00:00
|
|
|
description: JFrog Builds are exposed to Unauthenticated users.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/jaeles-project/jaeles-signatures/blob/master/common/jfrog-unauth-build-exposed.yaml
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: jfrog
|
2021-07-02 02:53:42 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-02 02:53:42 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /ui/api/v1/global-search/builds?jfLoader=true HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/json
|
2021-07-02 02:55:40 +00:00
|
|
|
|
2021-07-02 02:53:42 +00:00
|
|
|
{"name":"","before":"","after":"","direction":"desc","order_by":"date","num_of_rows":100}
|
2021-07-03 19:52:08 +00:00
|
|
|
|
2021-07-03 19:56:41 +00:00
|
|
|
matchers-condition: and
|
2021-07-02 02:53:42 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "last_build_number"
|
|
|
|
- "build_name"
|
|
|
|
condition: and
|
|
|
|
part: body
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- application/json
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a0047304502210093a798e151476dae4b18baa505977b69c06563c8d0c3eb78cf4667dd099e24cd02205694ce4319fce40b4965ee7c6bdd8ab5f0bef0fd015baf92fbdc2dd45684b9cf:922c64590222798bb761d5b6d8e72950
|