• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

J2EE EJB privacy leak and DOS

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
The following message was posted to bugtraq yesterday. Is this true? My understanding (albeit limited) of this was that this was not the case. Can anyone comment?
Thanks,
Jimvin
"Where the object is a stateful session object, any user can access it, provided they have the necessary roles. This is true even if the object was created by a different user. This means that information private to one user can be accessed by another. There is also a DOS available because any user can destroy the object."
reply
    Bookmark Topic Watch Topic
  • New Topic