Apple Mac OS X up to 13.1.0 Stack Guard stack_chk_guard memory corruption ⚔ [Disputed]

| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 5.0 | $0-$5k | 0.00 |
Summary
A vulnerability has been found in Apple Mac OS X up to 13.1.0 and classified as problematic. This vulnerability affects the function stack_chk_guard of the component Stack Guard. The manipulation leads to memory corruption.
Moreover, an exploit is present.
The presence of this vulnerability remains uncertain at this time.
Details
A vulnerability was found in Apple Mac OS X up to 13.1.0 (Operating System). It has been rated as problematic. This issue affects the function stack_chk_guard of the component Stack Guard. The manipulation with an unknown input leads to a memory corruption vulnerability. Using CWE to declare the problem leads to CWE-119. The product performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer. Impacted is confidentiality, integrity, and availability.
The weakness was disclosed 05/15/2014 by rai the cat as Mac OS X stack_chk_guard not always safe from overwrite as not defined mailinglist post (Full-Disclosure). It is possible to read the advisory at seclists.org. The vendor was not involved in the public release. The mailinglist post contains:
All credit due to the anon pastebin poster.It's not clear if this vulnerability really exists. But it appears that the researcher mentioned is not a real person but a cat. The exploitation is known to be difficult. Attacking locally is a requirement. A simple authentication is necessary for exploitation. Technical details as well as a public exploit are known.
A public exploit has been developed by rai the cat in ANSI C and been published immediately after the advisory. The exploit is available at maker.fea.st. It is declared as proof-of-concept. We expect the 0-day to have been worth approximately $5k-$25k. The real existence of this vulnerability is still doubted at the moment. The code used by the exploit is:
#include <stdio.h>
extern long __stack_chk_guard[8];
int main(int argc, char **argv, char **envp, char **apple)
{
int i;
for (i=0; apple[i]; i++) {
printf("string(%u): %s\n", i, apple[i]);
}
printf("\n\n__stack_chk_guard: %016lx\n", *(long *)__stack_chk_guard);
}There is no information about possible countermeasures known. It may be suggested to replace the affected object with an alternative product.
thinkst.com is providing further details. Be aware that VulDB is the high quality source for vulnerability data.
Product
Type
Vendor
Name
Version
License
Support
Website
- Vendor: https://www.apple.com/
CPE 2.3
CPE 2.2
Video

CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 5.3VulDB Meta Temp Score: 5.0
VulDB Base Score: 5.3
VulDB Temp Score: 5.0
VulDB Vector: 🔍
VulDB Reliability: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
Exploiting
Class: Memory corruptionCWE: CWE-119
CAPEC: 🔍
ATT&CK: 🔍
Physical: Partially
Local: Yes
Remote: No
Availability: 🔍
Access: Public
Status: Proof-of-Concept
Author: rai the cat
Programming Language: 🔍
Download: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: no mitigation knownStatus: 🔍
0-Day Time: 🔍
Exploit Delay Time: 🔍
Timeline
05/15/2014 🔍05/15/2014 🔍
05/18/2014 🔍
04/04/2019 🔍
Sources
Vendor: apple.comAdvisory: Mac OS X stack_chk_guard not always safe from overwrite
Researcher: rai the cat
Status: Not defined
Disputed: 🔍
GCVE (VulDB): GCVE-100-13247
scip Labs: https://www.scip.ch/en/?labs.20150108
Misc.: 🔍
Entry
Created: 05/18/2014 10:56Updated: 04/04/2019 14:33
Changes: 05/18/2014 10:56 (54), 04/04/2019 14:33 (2)
Complete: 🔍
Cache ID: 216::103
Be aware that VulDB is the high quality source for vulnerability data.
No comments yet. Languages: en.
Please log in to comment.