home.social

#binaryformatter — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #binaryformatter, aggregated by home.social.

  1. With the release of PowerShell Studio 2025, we updated our Windows Form generated code to remove the BinaryFormatter class when loading image data for Images, Icons, and ImageLists.

    Read more on our SAPIEN Blog 👉 sapien.com/blog/2025/01/27/pow

    #BinaryFormatter #PowerShellStudio #SAPIENTech #Windows

  2. With the release of PowerShell Studio 2025, we updated our Windows Form generated code to remove the BinaryFormatter class when loading image data for Images, Icons, and ImageLists.

    Read more on our SAPIEN Blog 👉 sapien.com/blog/2025/01/27/pow

    #BinaryFormatter #PowerShellStudio #SAPIENTech #Windows

  3. With the release of PowerShell Studio 2025, we updated our Windows Form generated code to remove the BinaryFormatter class when loading image data for Images, Icons, and ImageLists.

    Read more on our SAPIEN Blog 👉 sapien.com/blog/2025/01/27/pow

  4. Krytyczna podatność w Citrix Virtual Apps and Desktops

    Rozwiązania takie jak Citrix Virtual Apps and Desktops pozwalają zmienić paradygmat pracy, dzięki scentralizowanej platformie, która odpowiada za wirtualizację, pracownicy mogą kontynuować wykonywanie swoich zadań od miejsca, w którym je skończyli na zupełnie innym urządzeniu. Centralizacja pozwala na ułatwienie zarządzania czy monitorowania, co może mieć pozytywny wpływ na bezpieczeństwo. Przeniesienie...

    #WBiegu #Binaryformatter #Citrix #Deserializacja #Msmq #Rce

    sekurak.pl/krytyczna-podatnosc

  5. Krytyczna podatność w Citrix Virtual Apps and Desktops

    Rozwiązania takie jak Citrix Virtual Apps and Desktops pozwalają zmienić paradygmat pracy, dzięki scentralizowanej platformie, która odpowiada za wirtualizację, pracownicy mogą kontynuować wykonywanie swoich zadań od miejsca, w którym je skończyli na zupełnie innym urządzeniu. Centralizacja pozwala na ułatwienie zarządzania czy monitorowania, co może mieć pozytywny wpływ na bezpieczeństwo. Przeniesienie...

    #WBiegu #Binaryformatter #Citrix #Deserializacja #Msmq #Rce

    sekurak.pl/krytyczna-podatnosc

  6. Krytyczna podatność w Citrix Virtual Apps and Desktops

    Rozwiązania takie jak Citrix Virtual Apps and Desktops pozwalają zmienić paradygmat pracy, dzięki scentralizowanej platformie, która odpowiada za wirtualizację, pracownicy mogą kontynuować wykonywanie swoich zadań od miejsca, w którym je skończyli na zupełnie innym urządzeniu. Centralizacja pozwala na ułatwienie zarządzania czy monitorowania, co może mieć pozytywny wpływ na bezpieczeństwo. Przeniesienie...

    #WBiegu #Binaryformatter #Citrix #Deserializacja #Msmq #Rce

    sekurak.pl/krytyczna-podatnosc

  7. Krytyczna podatność w Citrix Virtual Apps and Desktops

    Rozwiązania takie jak Citrix Virtual Apps and Desktops pozwalają zmienić paradygmat pracy, dzięki scentralizowanej platformie, która odpowiada za wirtualizację, pracownicy mogą kontynuować wykonywanie swoich zadań od miejsca, w którym je skończyli na zupełnie innym urządzeniu. Centralizacja pozwala na ułatwienie zarządzania czy monitorowania, co może mieć pozytywny wpływ na bezpieczeństwo. Przeniesienie...

    #WBiegu #Binaryformatter #Citrix #Deserializacja #Msmq #Rce

    sekurak.pl/krytyczna-podatnosc

  8. Krytyczna podatność w Citrix Virtual Apps and Desktops

    Rozwiązania takie jak Citrix Virtual Apps and Desktops pozwalają zmienić paradygmat pracy, dzięki scentralizowanej platformie, która odpowiada za wirtualizację, pracownicy mogą kontynuować wykonywanie swoich zadań od miejsca, w którym je skończyli na zupełnie innym urządzeniu. Centralizacja pozwala na ułatwienie zarządzania czy monitorowania, co może mieć pozytywny wpływ na bezpieczeństwo. Przeniesienie...

    #WBiegu #Binaryformatter #Citrix #Deserializacja #Msmq #Rce

    sekurak.pl/krytyczna-podatnosc

  9. This took me longer to put together than I'd planned, but here's a gist showing how to use #BinaryFormatter mutation to bypass a #serialization binder: gist.github.com/Seibai/d1f5214

    The binder in this example just outputs the name of each type it sees to the console. During the first deserialization, the only type the binder sees is Tuple<IComparable, Object>. When that object is serialized and then deserialized again though, it becomes a payload that launches calc.

    This scenario shows up more often that you might expect: putting an object into ViewState or into a DB or message queue that uses BinaryFormatter can be sufficient for the second, uncontrolled serialization.

  10. This took me longer to put together than I'd planned, but here's a gist showing how to use #BinaryFormatter mutation to bypass a #serialization binder: gist.github.com/Seibai/d1f5214

    The binder in this example just outputs the name of each type it sees to the console. During the first deserialization, the only type the binder sees is Tuple<IComparable, Object>. When that object is serialized and then deserialized again though, it becomes a payload that launches calc.

    This scenario shows up more often that you might expect: putting an object into ViewState or into a DB or message queue that uses BinaryFormatter can be sufficient for the second, uncontrolled serialization.

  11. This took me longer to put together than I'd planned, but here's a gist showing how to use #BinaryFormatter mutation to bypass a #serialization binder: gist.github.com/Seibai/d1f5214

    The binder in this example just outputs the name of each type it sees to the console. During the first deserialization, the only type the binder sees is Tuple<IComparable, Object>. When that object is serialized and then deserialized again though, it becomes a payload that launches calc.

    This scenario shows up more often that you might expect: putting an object into ViewState or into a DB or message queue that uses BinaryFormatter can be sufficient for the second, uncontrolled serialization.

  12. This took me longer to put together than I'd planned, but here's a gist showing how to use #BinaryFormatter mutation to bypass a #serialization binder: gist.github.com/Seibai/d1f5214

    The binder in this example just outputs the name of each type it sees to the console. During the first deserialization, the only type the binder sees is Tuple<IComparable, Object>. When that object is serialized and then deserialized again though, it becomes a payload that launches calc.

    This scenario shows up more often that you might expect: putting an object into ViewState or into a DB or message queue that uses BinaryFormatter can be sufficient for the second, uncontrolled serialization.

  13. This took me longer to put together than I'd planned, but here's a gist showing how to use #BinaryFormatter mutation to bypass a #serialization binder: gist.github.com/Seibai/d1f5214

    The binder in this example just outputs the name of each type it sees to the console. During the first deserialization, the only type the binder sees is Tuple<IComparable, Object>. When that object is serialized and then deserialized again though, it becomes a payload that launches calc.

    This scenario shows up more often that you might expect: putting an object into ViewState or into a DB or message queue that uses BinaryFormatter can be sufficient for the second, uncontrolled serialization.

  14. My talk on implicit and mutation-based #serialization attacks at #NDCSecurity is now up on YouTube: youtube.com/watch?v=cD3FiTQ5Lh

    The part on #BinaryFormatter mutation, which I'd never discussed before, starts here: youtube.com/watch?v=cD3FiTQ5Lh

    I plan to post some additional resources associated with that talk in the near future, including some sample code.

  15. My talk on implicit and mutation-based #serialization attacks at #NDCSecurity is now up on YouTube: youtube.com/watch?v=cD3FiTQ5Lh

    The part on #BinaryFormatter mutation, which I'd never discussed before, starts here: youtube.com/watch?v=cD3FiTQ5Lh

    I plan to post some additional resources associated with that talk in the near future, including some sample code.

  16. My talk on implicit and mutation-based #serialization attacks at #NDCSecurity is now up on YouTube: youtube.com/watch?v=cD3FiTQ5Lh

    The part on #BinaryFormatter mutation, which I'd never discussed before, starts here: youtube.com/watch?v=cD3FiTQ5Lh

    I plan to post some additional resources associated with that talk in the near future, including some sample code.

  17. My talk on implicit and mutation-based #serialization attacks at #NDCSecurity is now up on YouTube: youtube.com/watch?v=cD3FiTQ5Lh

    The part on #BinaryFormatter mutation, which I'd never discussed before, starts here: youtube.com/watch?v=cD3FiTQ5Lh

    I plan to post some additional resources associated with that talk in the near future, including some sample code.

  18. My talk on implicit and mutation-based #serialization attacks at #NDCSecurity is now up on YouTube: youtube.com/watch?v=cD3FiTQ5Lh

    The part on #BinaryFormatter mutation, which I'd never discussed before, starts here: youtube.com/watch?v=cD3FiTQ5Lh

    I plan to post some additional resources associated with that talk in the near future, including some sample code.

  19. I'm flying to Norway tomorrow morning for #NDCSecurity .

    I'll be talking about #serialization , and much of my talk will resemble the talk I gave at DEFCON last year, though I'm also going to describe a new set of techniques for exploiting #BinaryFormatter .

  20. I'm flying to Norway tomorrow morning for #NDCSecurity .

    I'll be talking about #serialization , and much of my talk will resemble the talk I gave at DEFCON last year, though I'm also going to describe a new set of techniques for exploiting #BinaryFormatter .

  21. I'm flying to Norway tomorrow morning for #NDCSecurity .

    I'll be talking about #serialization , and much of my talk will resemble the talk I gave at DEFCON last year, though I'm also going to describe a new set of techniques for exploiting #BinaryFormatter .

  22. I'm flying to Norway tomorrow morning for #NDCSecurity .

    I'll be talking about #serialization , and much of my talk will resemble the talk I gave at DEFCON last year, though I'm also going to describe a new set of techniques for exploiting #BinaryFormatter .

  23. I'm flying to Norway tomorrow morning for #NDCSecurity .

    I'll be talking about #serialization , and much of my talk will resemble the talk I gave at DEFCON last year, though I'm also going to describe a new set of techniques for exploiting #BinaryFormatter .