Coder Social home page Coder Social logo

rukovoditel's Introduction

Hi there👋, I'm Alex! (known as anhdq201)

Coding


What I'm doing:

  • 🌁 I’m currently studying in KMA (Academy of cryptography techniques - Viet Nam)

  • 🌱 I’m currently learning: WebSec and Pentest Web!

  • 📫 How to reach me: @anhdq201

  • ⚡ What I like to do: I like so much music, football...and coding of course


Languages and Tools:

nodejs python javascript java mysql linux linux


rukovoditel's People

Contributors

anhdq201 avatar

Watchers

 avatar

rukovoditel's Issues

Stored Cross Site Scripting Vulnerability on "Highlight row" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in "Note" field in the "Highlight row" feature.

Proof of Concept

Step 1: Go to "/index.php?module=entities/listing_types&entities_id=24", click "Add" and insert payload "<img src=1 onerror='alert(document.cookie)'/>" in "Note" field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Application Settings" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Application Settings" feature.

Proof of Concept

Step 1: Go to "/index.php?module=configuration/application", click "Add" and insert payload "<img src=1 onerror='alert(document.cookie)'/>" in "Copyright Text" field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Help system" in "Add announcement" function in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in "Add announcement" function in the "Help System" feature.

Proof of Concept

Step 1: Go to "/index.php?module=help_pages/pages&entities_id=24", click "Add announcement" and insert payload "<img src=1 onerror='alert(document.cookie)'/>" in "Title" field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Fields Configuration" in "Short Name" field in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in "Short Name" field in the "Fields Configuration" feature.

Proof of Concept

Step 1: Go to "/index.php?module=entities/fields&entities_id=24", click "Add New Field" and insert payload "<img src=1 onerror='alert(document.cookie)'/>" in "Short Name" field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Users Access Groups" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Users Access Groups" feature.

Proof of Concept

Step 1: Go to "/index.php?module=users_groups/users_groups", click "Add New Group" and insert payload "<img src=1 onerror='alert(document.coookie)'/>" in Name field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Global Variables" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Global Variables" feature.

Proof of Concept

Step 1: Go to "/index.php?module=global_vars/vars", click "Create" and insert payload "<img src=1 onerror='alert(document.coookie)'/>" in Value field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

SQL injection Vulnerability on "heading_field_id" in rukovoditel 3.2.1

Version: 3.2.1

Description

The heading_field_id parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the heading_field_id parameter, and a database error message was returned. Two single quotes were then submitted and the error message disappeared.

Proof of Concept

Step 1: Add single quote was submitted in the heading_field_id parameter, and a database error message was returned.

image

Step 2: Then add two quotes and submit the request, the error message disappears.

image

Step 3: Use SQLMap to dump full database.

image

Impact

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.
A wide range of damaging attacks can often be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and taking control of the database server.

Stored Cross Site Scripting Vulnerability on "Dashboard Configuration" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Dashboard Configuration" feature.

Proof of Concept

Step 1: Go to "index.php?module=dashboard_configure/index", click "Add info block" and insert payload "<img src=1 onerror='alert(document.coookie)'/>" in Title field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Fields Configuration" in "Name" field in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in "Name" field in the "Fields Configuration" feature.

Proof of Concept

Step 1: Go to "/index.php?module=entities/fields&entities_id=24", click "Add New Field" and insert payload "<img src=1 onerror='alert(document.cookie)'/>" in "Name" field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

SQL injection Vulnerability on "reports_id" in rukovoditel 3.2.1

Version: 3.2.1

Description

The reports_id parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the reports_id parameter, and a database error message was returned. Two single quotes were then submitted and the error message disappeared.

Proof of Concept

Step 1: Add single quote was submitted in the reports_id parameter, and a database error message was returned.

image

Step 2: Then add two quotes and submit the request, the error message disappears.

image

Step 3: Use SQLMap to dump full database.

image

Impact

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.
A wide range of damaging attacks can often be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and taking control of the database server.

Stored Cross Site Scripting Vulnerability on "Entities List" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Entities List" feature.

Proof of Concept

Step 1: Go to "/index.php?module=entities/entities", click "Add New Entity" and insert payload "<img src=1 onerror='alert(document.coookie)'/>" in Name field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Help system" in "Add page" function in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in "Add page" function in the "Help System" feature.

Proof of Concept

Step 1: Go to "/index.php?module=help_pages/pages&entities_id=24", click "Add page" and insert payload "<img src=1 onerror='alert(document.cookie)'/>" in "Title" field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Entities groups" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Entities groups" feature.

Proof of Concept

Step 1: Go to "/index.php?module=entities/entities_groups", click "Add" and insert payload "<img src=1 onerror='alert(document.coookie)'/>" in Name field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Users Alerts" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Users Alerts" feature.

Proof of Concept

Step 1: Go to "/index.php?module=users_alerts/users_alerts", click "Add" and insert payload "<img src=1 onerror='alert(document.coookie)'/>" in Tittle field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Form Configuration" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Form Configuration" feature.

Proof of Concept

Step 1: Go to "/index.php?module=entities/forms&entities_id=24", click "Add New Form Tab" and insert payload "<img src=1 onerror='alert(document.cookie)'/>" in "Name" field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Stored Cross Site Scripting Vulnerability on "Global Lists" in rukovoditel 3.2.1

Version: 3.2.1

Description

An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Global Lists" feature.

Proof of Concept

Step 1: Go to "/index.php?module=global_lists/lists", click "Add" and insert payload "<img src=1 onerror='alert(document.coookie)'/>" in Name field.

image

Step 2: Alert XSS Message

image

Impact

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.