mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
18 lines
908 B
Markdown
18 lines
908 B
Markdown
![]() |
### [CVE-2006-0903](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0903)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
MySQL 5.0.18 and earlier allows local users to bypass logging mechanisms via SQL queries that contain the NULL character, which are not properly handled by the mysql_real_query function. NOTE: this issue was originally reported for the mysql_query function, but the vendor states that since mysql_query expects a null character, this is not an issue for mysql_query.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9915
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/tomwillfixit/alpine-cvecheck
|
||
|
|