Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 21st, 2012  |  syntax: None  |  size: 1.62 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. There is a vulnerability in the nested attributes handling code in some
  2. versions of Ruby on Rails.  An attacker could manipulate form parameters
  3. and make changes to records other than those the developer intended.
  4. This vulnerability has been assigned the identifier CVE-2010-3933.
  5.  
  6.  
  7. Versions Affected:  3.0.0, 2.3.9
  8. Not affected:       Versions earlier than 2.3.9 and applications which
  9. do not use accepts_nested_attributes_for
  10. Fixed Versions:     3.0.1, 2.3.10
  11.  
  12. Impact
  13. ------
  14. An attacker could change parameter names for form inputs and make
  15. changes to arbitrary records in the system.  All users running an
  16. affected release should upgrade immediately.
  17.  
  18.  
  19. Releases
  20. --------
  21. The 3.0.1 and 2.3.10 releases are available at the normal locations.
  22. The 3.0.1 release consists solely of 3.0.0 with the security issue
  23. fixed, 3.0.2 will follow shortly and include other bugfixes as well as
  24. this fix.  2.3.10 is a regular release in the 2.3 series.
  25.  
  26. Workarounds
  27. -----------
  28. There are no feasible workarounds for this issue.
  29.  
  30. Patches
  31. -------
  32. To aid users who aren't able to upgrade immediately we have provided
  33. patches for the two supported release series.  They are in git-am format
  34. and consist of a single changeset.
  35.  
  36. * 2-3-nested_attributes.patch - Patch for 2.3 series
  37. * 3-0-nested_attributes.patch - Patch for 3.0 series
  38.  
  39. Please note that only the  2.3.x and 3.0.x series are supported at
  40. present.  Users of earlier unsupported releases are advised to upgrade
  41. as soon as possible.
  42.  
  43. Credits
  44. -------
  45. Thanks to Matti Paksula and Juha Suuraho of Enemy & Sons Ltd for
  46. reporting the vulnerability to us and helping verify the fix.