You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My fix for the exploit within BiblioUpdateInv was incomplete. It's possible to bypass the safety check.
Steps:
Create an Atlas ItemStack with the Inventory NBT field containing the item you wish to create.
Create another Atlas ItemStack and add the previous one to this new stack's Inventory field.
Fix:
Rewrite BiblioUpdateInv to no longer send an ItemStack.
The packets' behavior can most likely be replicated another way.
The text was updated successfully, but these errors were encountered:
My fix for the exploit within
BiblioUpdateInv
was incomplete. It's possible to bypass the safety check.Steps:
Create an Atlas ItemStack with the
Inventory
NBT field containing the item you wish to create.Create another Atlas ItemStack and add the previous one to this new stack's
Inventory
field.Fix:
Rewrite
BiblioUpdateInv
to no longer send an ItemStack.The packets' behavior can most likely be replicated another way.
The text was updated successfully, but these errors were encountered: