| शीर्षक | mjperpinosa stumasy 327d1b0f2915ba79d7ef8ebb74553e987609d9be SQL Injection |
|---|
| विवरण | The affected component is `application/PHP/objects/notes/accessing_dictionary_authorization.php`, which calls `Notes_controller::accessing_dictionary_authorization()` with a user-controlled password. The controller concatenates the password directly into a SQL expression:
```php
$select_statement = $this->db_holder->prepare("SELECT * FROM passwords WHERE intended_to = 'accessing dictionary' AND password = password('".$password."')");
$select_statement->execute();
```
An attacker can submit `') OR 1=1 -- -` to alter the WHERE clause and bypass the dictionary password check. The issue can also be used as a SQL injection primitive against the application database.
|
|---|
| स्रोत | ⚠️ https://github.com/mjperpinosa/stumasy/issues/6 |
|---|
| उपयोगकर्ता | gscsd (UID 97914) |
|---|
| सबमिशन | 05/06/2026 04:44 PM (29 दिन पहले) |
|---|
| संयम | 04/07/2026 05:50 PM (29 days later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 376339 [mjperpinosa stumasy तक 327d1b0f2915ba79d7ef8ebb74553e987609d9be accessing_dictionary_authorization.php accessing_dictionary_authorization पासवर्ड SQL इंजेक्शन] |
|---|
| अंक | 20 |
|---|