[MDEV-8006] [FG-VD-15-029] MariaDB PCRE Handling Multiple Remote Denial of Service Vulnerabilities Created: 2015-04-17 Updated: 2015-05-05 Resolved: 2015-05-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0.17, 10.1.4 |
| Fix Version/s: | 10.0.18, 10.1.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | secresearch | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
windows 7 x64 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
The following information pertains to information discovered by Fortinet's FortiGuard Labs. It has been determined that two vulnerabilities exist in MariaDB. Proof of Concept/How to Reproduce:
To reproduce the second issue, do the following database operation:
It causes the MariaDB Server down. And some screenshots are attached. Note: The repro of these two issues may be unstable, sometimes you need to try it many times. Analysis: Type of Vulnerability & Repercussions: Affected Products: Testing Platforms: Upcoming Advisory Reference: Credits: |
| Comments |
| Comment by secresearch [ 2015-04-24 ] |
|
Anyone track this issue? |
| Comment by Daniel Black [ 2015-04-24 ] |
its a critical priority assigned to the next release. It also shoudn't be much effort to fix. According to bug fixing policy https://mariadb.com/kb/en/mariadb/mariadb-bug-fixing-policy/ this is still a yellow threat level as it requires an authenticated user. I'm not saying its a perfect policy, but it certainly will be addressed. There are a number of other bugs in the same category. The next 10.0 and 10.1 releases aren't too far away https://mariadb.atlassian.net/projects/MDEV?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page and the release team will make sure this is included along with any other high importance bug fixes. |
| Comment by Daniel Black [ 2015-05-01 ] |
|
https://github.com/MariaDB/server/pull/60 thanks for the test case secresearch |
| Comment by Sergei Golubchik [ 2015-05-05 ] |
|
I've merged pcre 8.37, but this only fixes packages where we build with bundled pcre. Normally we prefer to use system libraries, when possible. So for packages where we link with system pcre, this issue needs to be fixed by distributions. Hopefully it already is. |