-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
February 2019 Security Update #5936
Merged
chakrabot
merged 13 commits into
chakra-core:release/1.11
from
MikeHolman:servicing/1902_1_11
Feb 12, 2019
Merged
February 2019 Security Update #5936
chakrabot
merged 13 commits into
chakra-core:release/1.11
from
MikeHolman:servicing/1902_1_11
Feb 12, 2019
Commits on Feb 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for beba75a - Browse repository at this point
Copy the full SHA beba75aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b778ca8 - Browse repository at this point
Copy the full SHA b778ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd22d1 - Browse repository at this point
Copy the full SHA bdd22d1View commit details -
[CVE-2019-0651] Chakracore Tianfucup IRBuilder::BuildAuxiliary Type C…
…onfusion - 360Vulcan
Configuration menu - View commit details
-
Copy full SHA for fc9892c - Browse repository at this point
Copy the full SHA fc9892cView commit details -
[CVE-2019-0644] Chakra - AV due to type confusion - Individual - Give…
…n a split scope (a function has both a param and body scope), then it is required that the body and param scope are marked as both requiring either a scope object or a scope slot. This was not being enforced in Scope::SetIsObject(). This led to an AV in the interpreter when accessing a property because StLocalSlot was used instead of StLocalObjSlot.
Configuration menu - View commit details
-
Copy full SHA for 5f6dea1 - Browse repository at this point
Copy the full SHA 5f6dea1View commit details -
[CVE-2019-0640] Bug report for Edge/Chakra: Missing marshalling for P…
…romise result I also added mitigations for bad things that can happen when calling into a closed script context. 1. We delete xdata before unregistering it, which can lead to UAF if we call address of a closed function. Windows Exception code unconditionally jumps to handler address (i.e. without CFG check), so this can bypass CFG. I changed to delete after unregistering. 2. We zero code pages when we close script context, which could be exploitable on x86. I changed to fill with debugbreak.
Configuration menu - View commit details
-
Copy full SHA for 15df2a6 - Browse repository at this point
Copy the full SHA 15df2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f1bfe - Browse repository at this point
Copy the full SHA 65f1bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4772f - Browse repository at this point
Copy the full SHA 9c4772fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53204ee - Browse repository at this point
Copy the full SHA 53204eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c0b97 - Browse repository at this point
Copy the full SHA 33c0b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7790f - Browse repository at this point
Copy the full SHA 1a7790fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e13a6 - Browse repository at this point
Copy the full SHA 61e13a6View commit details
Commits on Feb 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a54c9cb - Browse repository at this point
Copy the full SHA a54c9cbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.