Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. {
  2. "version": "2.0",
  3. "vulnerabilities": [
  4. {
  5. "category": "dependency_scanning",
  6. "name": "Regular Expression Denial of Service",
  7. "message": "Regular Expression Denial of Service in debug",
  8. "description": "The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the `o` formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.",
  9. "cve": "yarn.lock:debug:gemnasium:37283ed4-0380-40d7-ada7-2d994afcc62a",
  10. "severity": "Unknown",
  11. "solution": "Upgrade to latest versions.",
  12. "scanner": {
  13. "id": "gemnasium",
  14. "name": "Gemnasium"
  15. },
  16. "location": {
  17. "file": "yarn.lock",
  18. "dependency": {
  19. "package": {
  20. "name": "debug"
  21. },
  22. "version": "1.0.5"
  23. }
  24. },
  25. "identifiers": [
  26. {
  27. "type": "gemnasium",
  28. "name": "Gemnasium-37283ed4-0380-40d7-ada7-2d994afcc62a",
  29. "value": "37283ed4-0380-40d7-ada7-2d994afcc62a",
  30. "url": "https://deps.sec.gitlab.com/packages/npm/debug/versions/1.0.5/advisories"
  31. }
  32. ],
  33. "links": [
  34. {
  35. "url": "https://nodesecurity.io/advisories/534"
  36. },
  37. {
  38. "url": "https://github.com/visionmedia/debug/issues/501"
  39. },
  40. {
  41. "url": "https://github.com/visionmedia/debug/pull/504"
  42. }
  43. ]
  44. },
  45. {
  46. "category": "dependency_scanning",
  47. "name": "Authentication bypass via incorrect DOM traversal and canonicalization",
  48. "message": "Authentication bypass via incorrect DOM traversal and canonicalization in saml2-js",
  49. "description": "Some XML DOM traversal and canonicalization APIs may be inconsistent in handling of comments within XML nodes. Incorrect use of these APIs by some SAML libraries results in incorrect parsing of the inner text of XML nodes such that any inner text after the comment is lost prior to cryptographically signing the SAML message. Text after the comment therefore has no impact on the signature on the SAML message.\r\n\r\nA remote attacker can modify SAML content for a SAML service provider without invalidating the cryptographic signature, which may allow attackers to bypass primary authentication for the affected SAML service provider.",
  50. "cve": "yarn.lock:saml2-js:gemnasium:9952e574-7b5b-46fa-a270-aeb694198a98",
  51. "severity": "Unknown",
  52. "solution": "Upgrade to fixed version.\r\n",
  53. "scanner": {
  54. "id": "gemnasium",
  55. "name": "Gemnasium"
  56. },
  57. "location": {
  58. "file": "yarn.lock",
  59. "dependency": {
  60. "package": {
  61. "name": "saml2-js"
  62. },
  63. "version": "1.5.0"
  64. }
  65. },
  66. "identifiers": [
  67. {
  68. "type": "gemnasium",
  69. "name": "Gemnasium-9952e574-7b5b-46fa-a270-aeb694198a98",
  70. "value": "9952e574-7b5b-46fa-a270-aeb694198a98",
  71. "url": "https://deps.sec.gitlab.com/packages/npm/saml2-js/versions/1.5.0/advisories"
  72. },
  73. {
  74. "type": "cve",
  75. "name": "CVE-2017-11429",
  76. "value": "CVE-2017-11429",
  77. "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11429"
  78. }
  79. ],
  80. "links": [
  81. {
  82. "url": "https://github.com/Clever/saml2/commit/3546cb61fd541f219abda364c5b919633609ef3d#diff-af730f9f738de1c9ad87596df3f6de84R279"
  83. },
  84. {
  85. "url": "https://github.com/Clever/saml2/issues/127"
  86. },
  87. {
  88. "url": "https://www.kb.cert.org/vuls/id/475445"
  89. }
  90. ]
  91. }
  92. ],
  93. "remediations": [
  94. {
  95. "fixes": [
  96. {
  97. "cve": "yarn.lock:saml2-js:gemnasium:9952e574-7b5b-46fa-a270-aeb694198a98"
  98. }
  99. ],
  100. "summary": "Upgrade saml2-js",
  101. "diff": "ZGlmZiAtLWdpdCBhL...OR0d1ZUc2THh3UT09Cg==" // some content is omitted for brevity
  102. }
  103. ]
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement