CVE_ID
stringlengths
13
16
category
stringclasses
32 values
patches
listlengths
1
20
CVE-2012-6546
Multi-Location Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/3c0c5cfdcd4d69ffc4b9c0907cec99039f30a50a", "owner": "torvalds", "repo_name": "linux", "commit_message": "atm: fix info leak via getsockname()\n\nThe ATM code fails to initialize the two padding bytes of struct\nsockaddr_atmpvc inserted for al...
CVE-2012-6662
Incomplete Fixes
[ { "commit url": "https://github.com/jquery/jquery-ui/commit/f2854408cce7e4b7fc6bf8676761904af9c96bde", "owner": "jquery", "repo_name": "jquery-ui", "commit_message": "Tooltip: Escape the title attribute so that it's treated as text and not HTML. Fixes #8861 - Tooltip: XSS vulnerability in default co...
CVE-2013-0158
Incomplete Fixes
[ { "commit url": "https://github.com/jenkinsci/jenkins/commit/94a8789b699132dd706021a6be1b78bc47f19602", "owner": "jenkinsci", "repo_name": "jenkins", "commit_message": "[SECURITY-49] actively invalidate bad API tokens.\n\nIf the user still has the API token that's generated from secret.key,\ndon't a...
CVE-2013-0183
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/rack/rack/commit/548b9af2dc0059f4c0c19728624448d84de450ff", "owner": "rack", "repo_name": "rack", "commit_message": "multipart/parser: avoid unbounded #gets method\n\nMalicious clients may send excessively long lines\nto trigger out-of-memory errors in a Rack web ...
CVE-2013-0208
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/openstack/nova/commit/317cc0af385536dee43ef2addad50a91357fc1ad", "owner": "openstack", "repo_name": "nova", "commit_message": "disallow boot from volume from specifying arbitrary volumes\n\nFix a vulnerability in volume attachment in nova-volume, affecting the\nbo...
CVE-2013-0212
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/openstack/glance/commit/e96273112b5b5da58d970796b7cfce04c5030a89", "owner": "openstack", "repo_name": "glance", "commit_message": "Remove Swift location/password from messages.\n\nUpdates several exceptions and log messages in the Swift backend\nso that they don't...
CVE-2013-0263
Incomplete Fixes
[ { "commit url": "https://github.com/rack/rack/commit/0cd7e9aa397f8ebb3b8481d67dbac8b4863a7f07", "owner": "rack", "repo_name": "rack", "commit_message": "Use secure_compare for hmac comparison\n\n * Closes CVE-2013-0263", "diff_code": "From 0cd7e9aa397f8ebb3b8481d67dbac8b4863a7f07 Mon Sep 17 00:0...
CVE-2013-0270
Incomplete Fixes
[ { "commit url": "https://github.com/openstack/keystone/commit/7691276b869a86c2b75631d5bede9f61e030d9d8", "owner": "openstack", "repo_name": "keystone", "commit_message": "Limit the size of HTTP requests.\n\nAdds a new RequestBodySizeLimiter middleware to guard against\nreally large HTTP requests. Th...
CVE-2013-0166
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/openssl/openssl/commit/66e8211c0b1347970096e04b18aa52567c325200", "owner": "openssl", "repo_name": "openssl", "commit_message": "Don't try and verify signatures if key is NULL (CVE-2013-0166)\nAdd additional check to catch this in ASN1_item_verify too.", "diff...
CVE-2013-0215
Incomplete Fixes
[ { "commit url": "https://github.com/xen-project/xen/commit/61401264eb00fae4ee4efc8e9a5067449283207b", "owner": "xen-project", "repo_name": "xen", "commit_message": "oxenstored: Enforce a maximum message size of 4096 bytes\n\nThe maximum size of a message is part of the protocol spec in\n xen/includ...
CVE-2013-0288
Incomplete Fixes; Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/arthurdejong/nss-pam-ldapd/commit/abf03bc54032beeff95b1b8634cc005137e11f32", "owner": "arthurdejong", "repo_name": "nss-pam-ldapd", "commit_message": "check if the file descriptor can be stored in the select() file descriptor set (r1781 from 0.8)\n\ngit-svn-id: ht...
CVE-2013-0844
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/85a14dbd5dca34320f58b1ba11dd6dd0df4fb3be", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "adpcm: fix off by 1 error and out of array access in DK4\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael Coldwind\nSigned-off-by: Michae...
CVE-2013-0845
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/6df0d3e2916c223dbe4262bf1b876dff1cb3f980", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "alsdec: check block length\n\nFix writing over the end\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael Coldwind\nSigned-off-by: Michael ...
CVE-2013-0858
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/2502914c5f8eb77659d7c0868396862557a63245", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "atrac3dec: Check coding mode against channels.\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael Coldwind\nSigned-off-by: Michael Niederma...
CVE-2013-0865
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/08e2c7a45f82b897a285548c257972eb1ad352c5", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "vqavideo: check chunk sizes before reading chunks\n\nFixes out of array writes\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael Coldwind\...
CVE-2013-0861
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/4cd1dad91ae97fe1f0dd534c3f5566787566f137", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "avcodec_decode_audio: do not trust the channel layout, use the channel count.\n\nFixes memory corruption\n\nFound-by: Mateusz \"j00ru\" Jur...
CVE-2013-0863
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/62c9beda0c189db5cb61fa772057e3af9521f293", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "sanm: Check decoded_size.\n\nThis prevents a buffer overflow in rle_decode()\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael Coldwind\nS...
CVE-2013-0860
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/68a0477bc0af026db971ddba22541029a9e8715b", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "error_concealment: Check that the picture is not in a half setup state.\n\nFixes state becoming inconsistent\nFixes a null pointer derefere...
CVE-2013-0866
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/c459c7b23efffab762560e41ad6a2c0dbbfd4915", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "aacdec: check channel count\n\nPrevent out of array accesses\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael Coldwind\nSigned-off-by: Mi...
CVE-2013-0868
Incomplete Fixes
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/75e88db33013eaa7ab74457f5556df677b4ffb42", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "huffyuvdec: Skip len==0 cases\n\nFixes vlc decoding for hypothetical files that would contain such cases.\n\nSigned-off-by: Michael Niederm...
CVE-2013-1959
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/6708075f104c3c9b04b23336bb0366ca30c3931b", "owner": "torvalds", "repo_name": "linux", "commit_message": "userns: Don't let unprivileged users trick privileged users into setting the id_map\n\nWhen we require privilege for setting /proc/<pid>/...
CVE-2013-2012
Incomplete Fixes
[ { "commit url": "https://github.com/wting/autojump/commit/c763b2afadb188ab52849c21d43d2e8fe5b8800a", "owner": "wting", "repo_name": "autojump", "commit_message": "better fix for custom installation directories", "diff_code": "From c763b2afadb188ab52849c21d43d2e8fe5b8800a Mon Sep 17 00:00:00 2001...
CVE-2013-2023
Incomplete Fixes
[ { "commit url": "https://github.com/happyworm/jPlayer/commit/8ccc429598d62eebe9f65a0a4e6fd406a123c8b4", "owner": "happyworm", "repo_name": "jPlayer", "commit_message": "Security Fix issue #162 for CVE-2013-2023", "diff_code": "From 8ccc429598d62eebe9f65a0a4e6fd406a123c8b4 Mon Sep 17 00:00:00 200...
CVE-2013-1423
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/fusionforge/fusionforge/commit/0cc51b3aca51fa915a35195fdf729bcdb903f2af", "owner": "fusionforge", "repo_name": "fusionforge", "commit_message": "SECURITY: Avoid attacks with symbolic or hard links that could lead to\nprivilege escalation (CVE-2013-1423). Thanks t...
CVE-2013-2138
Incomplete Fixes
[ { "commit url": "https://github.com/gallery/gallery3/commit/80bb0f2222dd99ed2ce59e804b833bab63cc376a", "owner": "gallery", "repo_name": "gallery3", "commit_message": "Strip URL fragments off of direct requests to uploadify SWF files.\n\nFixes #2068.", "diff_code": "From 80bb0f2222dd99ed2ce59e804...
CVE-2013-2145
Incomplete Fixes
[ { "commit url": "https://github.com/audreyt/module-signature/commit/cbd06b392a73c63159dc5c20ff5b3c8fc88c4896", "owner": "audreyt", "repo_name": "module-signature", "commit_message": "* 0.72 with an improved path checker from @fweimer", "diff_code": "From cbd06b392a73c63159dc5c20ff5b3c8fc88c4896 ...
CVE-2013-2596
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/b4cbb197c7e7a68dbad0d491242e3ca67420c13e", "owner": "torvalds", "repo_name": "linux", "commit_message": "vm: add vm_iomap_memory() helper function\n\nVarious drivers end up replicating the code to mmap() their memory\nbuffers into user space,...
CVE-2013-3232
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/3ce5efad47b62c57a4f5c54248347085a750ce0e", "owner": "torvalds", "repo_name": "linux", "commit_message": "netrom: fix info leak via msg_name in nr_recvmsg()\n\nIn case msg_name is set the sockaddr info gets filled out, as\nrequested, but the c...
CVE-2013-3238
Incomplete Fixes
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/dedd542cdaf1606ca9aa3f6f8f8adb078d8ad549", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "Dropped unsafe usage of preg_replace\n\nIt could be tricked by apending /e\\x00 to execute arbitrary php code.\nThe new cod...
CVE-2013-3239
Incomplete Fixes
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/d3fafdfba0807068196655e9b6d16c5d1d3ccf8a", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "Security: remove dots in template to avoid a remote code execution vulnerability", "diff_code": "From d3fafdfba08070681...
CVE-2013-3524
Incomplete Fixes
[ { "commit url": "https://github.com/DavidJClark/phpVMS-PopUpNews/commit/efaffa04ef87db1722d69ac7bfc07be71ce2dccf", "owner": "DavidJClark", "repo_name": "phpVMS-PopUpNews", "commit_message": "Update to controller", "diff_code": "From efaffa04ef87db1722d69ac7bfc07be71ce2dccf Mon Sep 17 00:00:00 20...
CVE-2013-3670
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/0baa0a5a02e16ef097ed9f72bc8a7d7b585c7652", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "vmdav: Try to fix unpack_rle()\n\nThis fixes out of array accesses\nThe code prior to this commit could not have worked, thus obviously\nwa...
CVE-2013-3671
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/cc0dd86580b3257f22a4981a79eb5fa6804182b6", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "avutil/log: Fix context pointer used for get_category()\n\nFixes calling a random pointer\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvae...
CVE-2013-3672
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/7fa6db2545643efb4fe2e0bb501fa50af35a6330", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "mmvideo/mm_decode_inter: check horizontal coordinate too\n\nFixes out of array accesses\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael ...
CVE-2013-4249
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/django/django/commit/90363e388c61874add3f3557ee654a996ec75d78", "owner": "django", "repo_name": "django", "commit_message": "Apply autoescaping to AdminURLFieldWidget.\n\nThis is a security fix; disclosure to follow shortly.", "diff_code": "From 90363e388c6187...
CVE-2013-4470
Multi-Location Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/c547dbf55d5f8cf615ccc0e7265e98db27d3fb8b", "owner": "torvalds", "repo_name": "linux", "commit_message": "ip6_output: do skb ufo init for peeked non ufo skb as well\n\nNow, if user application does:\nsendto len<mtu flag MSG_MORE\nsendto len>mt...
CVE-2013-4592
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/e40f193f5bb022e927a57a4f5d5194e4f12ddb74", "owner": "torvalds", "repo_name": "linux", "commit_message": "KVM: Fix iommu map/unmap to handle memory slot moves\n\nThe iommu integration into memory slots expects memory slots to be\nadded or remo...
CVE-2013-3673
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/d23b8462b5a4a9da78ed45c4a7a3b35d538df909", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "gifdec: reset previous Graphic Control Extension disposal type\n\nThis fixes out of array accesses.\n\nFound-by: Mateusz \"j00ru\" Jurczyk ...
CVE-2013-5029
Incomplete Fixes; Fix and Documentation Updates
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/240b8332db53dedc27baeec5306dabad3bdece3b", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "Readd AllowThirdPartyFraming option\n\nWe want by default no framing of phpMyAdmin, but still some sites might\nneed to emb...
CVE-2013-5576
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/joomla/joomla-cms/commit/fa5645208eefd70f521cd2e4d53d5378622133d8", "owner": "joomla", "repo_name": "joomla-cms", "commit_message": "Prepare 2.5.14 release", "diff_code": "From fa5645208eefd70f521cd2e4d53d5378622133d8 Mon Sep 17 00:00:00 2001\nFrom: Michael Ba...
CVE-2013-6044
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/django/django/commit/ec67af0bd609c412b76eaa4cc89968a2a8e5ad6a", "owner": "django", "repo_name": "django", "commit_message": "Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.\n\nThis is a security fix; disclosure to follow shortly.", "dif...
CVE-2013-7225
Incomplete Fixes
[ { "commit url": "https://github.com/fatfreecrm/fat_free_crm/commit/d4b2de81a4d8c1b201482edcb2488ed9280a65fd", "owner": "fatfreecrm", "repo_name": "fat_free_crm", "commit_message": "Refactor activity_user to remove possible SQL injection points.", "diff_code": "From d4b2de81a4d8c1b201482edcb2488e...
CVE-2013-7456
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/libgd/libgd/commit/4f65a3e4eedaffa1efcf9ee1eb08f0b504fbc31a", "owner": "libgd", "repo_name": "libgd", "commit_message": "Fixed memory overrun bug in gdImageScaleTwoPass\n\n_gdContributionsCalc would compute a window size and then adjust\nthe left and right positio...
CVE-2014-0206
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/torvalds/linux/commit/edfbbf388f293d70bf4b7c0bc38774d05e6f711a", "owner": "torvalds", "repo_name": "linux", "commit_message": "aio: fix kernel memory disclosure in io_getevents() introduced in v3.10\n\nA kernel memory disclosure was introduced in aio_read_events_r...
CVE-2013-3675
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/524d0d2cfc7bab1b348f85e7c0369859e63781cf", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "sanm: Check dimensions before use\n\nFixes integer overflow and out of array accesses\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael Co...
CVE-2013-3674
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/FFmpeg/FFmpeg/commit/7ef2dbd2392e3e4d430e0173e1e5c4df9f18b6dd", "owner": "FFmpeg", "repo_name": "FFmpeg", "commit_message": "avcodec/cdgraphics: check buffer size before use\n\nFixes out of array accesses\n\nFound-by: Mateusz \"j00ru\" Jurczyk and Gynvael Coldwind...
CVE-2014-1401
Multi-Location Fixes
[ { "commit url": "https://github.com/auracms/AuraCMS/commit/4fe9d0d31a32df392f4d6ced8e5c25ed4af19ade", "owner": "auracms", "repo_name": "AuraCMS", "commit_message": "Update VCounter\n\nUpdate VCounter", "diff_code": "From 4fe9d0d31a32df392f4d6ced8e5c25ed4af19ade Mon Sep 17 00:00:00 2001\nFrom: Au...
CVE-2014-1471
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/OTRS/otrs/commit/2997b36a7c84e933c4b025930cabe93efc4d261d", "owner": "OTRS", "repo_name": "otrs", "commit_message": null, "diff_code": "" }, { "commit url": "https://github.com/OTRS/otrs/commit/c4ec9205bde9c49770ddad94c1a980c006164949", "owner": "O...
CVE-2014-1694
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/OTRS/otrs/commit/6f324aaf8647729d509eebf063a0181f9f9196f7", "owner": "OTRS", "repo_name": "otrs", "commit_message": null, "diff_code": "" }, { "commit url": "https://github.com/OTRS/otrs/commit/ca2c3390fd60d9a3f810ed2c22cbc2c193457b77", "owner": "O...
CVE-2014-3119
Incomplete Fixes
[ { "commit url": "https://github.com/web2project/web2project/commit/eead99b36f62a8222d9f3a913f1a2268200687ef", "owner": "web2project", "repo_name": "web2project", "commit_message": "adding some more things to filter", "diff_code": "From eead99b36f62a8222d9f3a913f1a2268200687ef Mon Sep 17 00:00:00...
CVE-2014-3153
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/e9c243a5a6de0be8e584c604d353412584b592f8", "owner": "torvalds", "repo_name": "linux", "commit_message": "futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1)\n\nIf uaddr == uaddr2, the...
CVE-2014-3538
Incomplete Fixes; Fix and Documentation Updates
[ { "commit url": "https://github.com/file/file/commit/4a284c89d6ef11aca34da65da7d673050a5ea320", "owner": "file", "repo_name": "file", "commit_message": "* Enforce limit of 8K on regex searches that have no limits\n* Allow the l modifier for regex to mean line count. Default\n to byte count. If line...
CVE-2014-3571
Incomplete Fixes
[ { "commit url": "https://github.com/openssl/openssl/commit/248385c606620b29ecc96ca9d3603463f879652b", "owner": "openssl", "repo_name": "openssl", "commit_message": "Follow on from CVE-2014-3571. This fixes the code that was the original source\nof the crash due to p being NULL. Steve's fix prevents ...
CVE-2014-3587
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/file/file/commit/0641e56be1af003aa02c7c6b0184466540637233", "owner": "file", "repo_name": "file", "commit_message": "Prevent wrap around (Remi Collet at redhat)", "diff_code": "From 0641e56be1af003aa02c7c6b0184466540637233 Mon Sep 17 00:00:00 2001\nFrom: Chris...
CVE-2014-3647
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/d1442d85cc30ea75f7d399474ca738e0bc96f715", "owner": "torvalds", "repo_name": "linux", "commit_message": "KVM: x86: Handle errors when RIP is set during far jumps\n\nFar jmp/call/ret may fault while loading a new RIP. Currently KVM does not\n...
CVE-2014-3682
Incomplete Fixes; Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/droolsjbpm/jbpm-designer/commit/69d8f6b7a099594bd0536f88d528753875857088", "owner": "droolsjbpm", "repo_name": "jbpm-designer", "commit_message": "BZ1150634: switch off external-parameter-entity processing in XML parser", "diff_code": "From 69d8f6b7a099594bd05...
CVE-2014-3994
Fix and Documentation Updates; Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/djblets/djblets/commit/50000d0bbb983fa8c097b588d06b64df8df483bd", "owner": "djblets", "repo_name": "djblets", "commit_message": "Update the 0.7.30 release notes with the CVEs.", "diff_code": "From 50000d0bbb983fa8c097b588d06b64df8df483bd Mon Sep 17 00:00:00 20...
CVE-2014-3995
Fix and Documentation Updates
[ { "commit url": "https://github.com/djblets/djblets/commit/50000d0bbb983fa8c097b588d06b64df8df483bd", "owner": "djblets", "repo_name": "djblets", "commit_message": "Update the 0.7.30 release notes with the CVEs.", "diff_code": "From 50000d0bbb983fa8c097b588d06b64df8df483bd Mon Sep 17 00:00:00 20...
CVE-2014-4172
Bug-Introducing Fixes
[ { "commit url": "https://github.com/Jasig/dotnet-cas-client/commit/f0e030014fb7a39e5f38469f43199dc590fd0e8d", "owner": "Jasig", "repo_name": "dotnet-cas-client", "commit_message": "NETC-60 URL encode ticket parameter value.", "diff_code": "From f0e030014fb7a39e5f38469f43199dc590fd0e8d Mon Sep 17...
CVE-2014-4344
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/krb5/krb5/commit/a7886f0ed1277c69142b14a2c6629175a6331edc", "owner": "krb5", "repo_name": "krb5", "commit_message": "Fix null deref in SPNEGO acceptor [CVE-2014-4344]\n\nWhen processing a continuation token, acc_ctx_cont was dereferencing\nthe initial byte of the ...
CVE-2014-4348
Incomplete Fixes
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/cb7c703c03f656debcea2a16468bd53660fc888e", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "Fix XSS in recent/favorite tables list feature\n\nSigned-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>", "diff_code":...
CVE-2014-4349
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/daa98d0c7ed24b529dc5df0d5905873acd0b00be", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "Fix XSS in Hide navigation items feature\n\nSigned-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>", "diff_code": "From...
CVE-2014-4501
Incomplete Fixes; Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/luke-jr/bfgminer/commit/c80ad8548251eb0e15329fc240c89070640c9d79", "owner": "luke-jr", "repo_name": "bfgminer", "commit_message": "Stratum: extract_sockaddr: Truncate overlong addresses rather than stack overflow\n\nThanks to Mick Ayzenberg <mick@dejavusecurity.co...
CVE-2014-4502
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/sgminer-dev/sgminer/commit/bac5831b355f916e0696b7bbcccfc51c057b729a", "owner": "sgminer-dev", "repo_name": "sgminer", "commit_message": "Bugfix: initiate_stratum: Ensure extranonce2 size is not negative (which could lead to exploits later as too little memory gets...
CVE-2014-4656
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/883a1d49f0d77d30012f114b2e19fc141beb3e8e", "owner": "torvalds", "repo_name": "linux", "commit_message": "ALSA: control: Make sure that id->index does not overflow\n\nThe ALSA control code expects that the range of assigned indices to a contro...
CVE-2014-3560
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/samba-team/samba/commit/e6a848630da3ba958c442438ea131c99fa088605", "owner": "samba-team", "repo_name": "samba", "commit_message": "fix unstrcpy\n\nSigned-off-by: Volker Lendecke <vl@samba.org>\nReviewed-by: Jeremy Allison <jra@samba.org>\n\nBug: https://bugzilla.s...
CVE-2014-4908
Multi-Location Fixes
[ { "commit url": "https://github.com/lingej/pnp4nagios/commit/cb925073edeeb97eb4ce61a86cdafccc9b87f9bb", "owner": "lingej", "repo_name": "pnp4nagios", "commit_message": "Plug potential XSS hole in views/template.php\n\nREQUEST_URI needs to be sanitized if used. Since we want to refresh\nto the same p...
CVE-2014-5273
Incomplete Fixes
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/647c9d12e33a6b64e1c3ff7487f72696bdf2dccb", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "bug #4501 [security] XSS in table browse page\n\nSigned-off-by: Marc Delisle <marc@infomarc.info>", "diff_code": "From ...
CVE-2014-6262
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/oetiker/rrdtool-1.x/commit/64ed5314af1255ab6dded45f70b39cdeab5ae2ec", "owner": "oetiker", "repo_name": "rrdtool-1.x", "commit_message": "a proper fix to the bad_format checking misery\n\nConflicts:\n\n\tsrc/rrd_graph.c", "diff_code": "From 64ed5314af1255ab6dde...
CVE-2014-7146
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/mantisbt/mantisbt/commit/bed19db9", "owner": "mantisbt", "repo_name": "mantisbt", "commit_message": "XML Import: Fix php code injection vulnerability\n\nEgidio Romano discovered a vulnerability in the XML import plugin.\n\nUser input passed through the \"descripti...
CVE-2014-7217
Incomplete Fixes
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/c1a3f85fbd1a9569646e7cf1b791325ae82c7961", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "[security] XSS with malicious ENUM values\n\nSigned-off-by: Marc Delisle <marc@infomarc.info>\n\nConflicts:\n\tlibraries/Ut...
CVE-2014-3569
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/openssl/openssl/commit/6ce9687b5aba5391fc0de50e18779eb676d0e04d", "owner": "openssl", "repo_name": "openssl", "commit_message": "Keep old method in case of an unsupported protocol\n\nWhen we're configured with no-ssl3 and we receive an SSL v3 Client Hello, we set\...
CVE-2014-8116
Incomplete Fixes
[ { "commit url": "https://github.com/file/file/commit/d7cdad007c507e6c79f51f058dd77fab70ceb9f6", "owner": "file", "repo_name": "file", "commit_message": "Stop reporting bad capabilities after the first few.", "diff_code": "From d7cdad007c507e6c79f51f058dd77fab70ceb9f6 Mon Sep 17 00:00:00 2001\nFr...
CVE-2014-8122
Incomplete Fixes; Fix and Documentation Updates
[ { "commit url": "https://github.com/weld/core/commit/6808b11cd6d97c71a2eed754ed4f955acd789086", "owner": "weld", "repo_name": "core", "commit_message": "WELD-1802 RequestScopedCache - Make sure each request is ended before a new one is started", "diff_code": "From 6808b11cd6d97c71a2eed754ed4f955...
CVE-2014-8125
Incomplete Fixes
[ { "commit url": "https://github.com/droolsjbpm/jbpm/commit/713e8073ecf45623cfc5c918c5cbf700203f46e5", "owner": "droolsjbpm", "repo_name": "jbpm", "commit_message": "BZ-1169553 - (CVE-2014-8125) EMBARGOED CVE-2014-8125 jBPM: BPMN2 file processing XXE in Process Execution", "diff_code": "From 713e...
CVE-2014-8275
Bug-Introducing Fixes
[ { "commit url": "https://github.com/openssl/openssl/commit/cb62ab4b17818fe66d2fed0a7fe71969131c811b", "owner": "openssl", "repo_name": "openssl", "commit_message": "use correct function name\n\nReviewed-by: Rich Salz <rsalz@openssl.org>\nReviewed-by: Matt Caswell <matt@openssl.org>", "diff_code"...
CVE-2014-8326
Incomplete Fixes
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/bd68c54d1beeef79d237e8bfda44690834012a76", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "bug #4562 [security] XSS in debug SQL output\n\nSigned-off-by: Madhura Jayaratne <madhura.cj@gmail.com>", "diff_code": ...
CVE-2014-8958
Incomplete Fixes; Multi-Location Fixes
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/2ffdbf2d7daa0b92541d8b754e2afac555d3ed21", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "bug #4597 [security] XSS through pma_fontsize cookie\n\nSigned-off-by: Madhura Jayaratne <madhura.cj@gmail.com>", "diff...
CVE-2014-8990
Incomplete Fixes
[ { "commit url": "https://github.com/axkibe/lsyncd/commit/e6016b3748370878778b8f0b568d5281cc248aa4", "owner": "axkibe", "repo_name": "lsyncd", "commit_message": "Properly sanitize mv parameters (CVE-2014-8990)\n\nWhen using -rsyncssh option, some filenames\ncould -in addition of not syncing correctly...
CVE-2014-9096
Incomplete Fixes
[ { "commit url": "https://github.com/Pligg/pligg-cms/commit/efb967b944375cd3ea3cd84c80d86d339dbe030e", "owner": "Pligg", "repo_name": "pligg-cms", "commit_message": "- Security fix applied to address a vulnerability", "diff_code": "From efb967b944375cd3ea3cd84c80d86d339dbe030e Mon Sep 17 00:00:00...
CVE-2014-9218
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/phpmyadmin/phpmyadmin/commit/62b2c918d26cc78d1763945e3d44d1a63294a819", "owner": "phpmyadmin", "repo_name": "phpmyadmin", "commit_message": "bug #4611 [security] DOS attack with long passwords\n\nSigned-off-by: Madhura Jayaratne <madhura.cj@gmail.com>", "diff_...
CVE-2014-9273
Incomplete Fixes
[ { "commit url": "https://github.com/libguestfs/hivex/commit/4bbdf555f88baeae0fa804a369a81a83908bd705", "owner": "libguestfs", "repo_name": "hivex", "commit_message": "handle: Check that pages do not extend beyond the end of the file.\n\nThanks: Mahmoud Al-Qudsi", "diff_code": "From 4bbdf555f88ba...
CVE-2014-9571
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/mantisbt/mantisbt/commit/6d47c047", "owner": "mantisbt", "repo_name": "mantisbt", "commit_message": "Fix XSS in install.php\n\nThis vulnerability (CVE-2014-9571) was reported by High-Tech Bridge\nSecurity Research Lab (https://www.htbridge.com/) in issue #17937\n(...
CVE-2014-9573
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/mantisbt/mantisbt/commit/7cc4539f", "owner": "mantisbt", "repo_name": "mantisbt", "commit_message": "Fix SQL injection in manage_user_page.php\n\nThis vulnerability (CVE-2014-9573) was reported by High-Tech Bridge\nSecurity Research Lab (https://www.htbridge.com/)...
CVE-2014-5139
Incomplete Fixes
[ { "commit url": "https://github.com/openssl/openssl/commit/83764a989dcc87fbea337da5f8f86806fe767b7e", "owner": "openssl", "repo_name": "openssl", "commit_message": "Fix SRP ciphersuite DoS vulnerability.\n\nIf a client attempted to use an SRP ciphersuite and it had not been\nset up correctly it woul...
CVE-2014-9701
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/mantisbt/mantisbt/commit/e7e2b5503580e42db9d91e0d599d61d3ff03c27e", "owner": "mantisbt", "repo_name": "mantisbt", "commit_message": "Fix URL redirection issue in login_page.php\n\nThe fix for issue #17648 failed to correct all cases of redirection.\n\nAlejo Popovi...
CVE-2014-9728
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/a1d47b262952a45aae62bd49cfaf33dd76c11a2c", "owner": "torvalds", "repo_name": "linux", "commit_message": "udf: Verify symlink size before loading it\n\nUDF specification allows arbitrarily large symlinks. However we support\nonly symlinks at m...
CVE-2014-9905
Incomplete Fixes
[ { "commit url": "https://github.com/inverse-inc/sogo/commit/c94595ea7f0f843c2d7abf25df039b2bbe707625", "owner": "inverse-inc", "repo_name": "sogo", "commit_message": "Escape HTML in CSS dialogs", "diff_code": "From c94595ea7f0f843c2d7abf25df039b2bbe707625 Mon Sep 17 00:00:00 2001\nFrom: Francis ...
CVE-2014-9907
Incomplete Fixes
[ { "commit url": "https://github.com/ImageMagick/ImageMagick/commit/d7325bac173492b358417a0ad49fabad44447d52", "owner": "ImageMagick", "repo_name": "ImageMagick", "commit_message": "Added extra EOF check and some minor refactoring.", "diff_code": "From d7325bac173492b358417a0ad49fabad44447d52 Mon...
CVE-2015-0228
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/apache/httpd/commit/643f0fcf3b8ab09a68f0ecd2aa37aafeda3e63ef", "owner": "apache", "repo_name": "httpd", "commit_message": " *) SECURITY: CVE-2015-0228 (cve.mitre.org)\n mod_lua: A maliciously crafted websockets PING after a script\n calls r:wsupgrade() ca...
CVE-2015-0253
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/apache/httpd/commit/6a974059190b8a0c7e499f4ab12fe108127099cb", "owner": "apache", "repo_name": "httpd", "commit_message": " *) SECURITY: CVE-2015-0253 (cve.mitre.org)\n core: Fix a crash introduced in with ErrorDocument 400 pointing\n to a local URL-path ...
CVE-2015-0284
Bug-Introducing Fixes
[ { "commit url": "https://github.com/spacewalkproject/spacewalk/commit/dd418384171473c3e31386a1b4792f8c555dc744", "owner": "spacewalkproject", "repo_name": "spacewalk", "commit_message": "1181152 - XSS when altering user details and going somewhere where you are choosing user\n - Escaped tags ...
CVE-2015-1428
Fix and Documentation Updates
[ { "commit url": "https://github.com/sefrengo-cms/sefrengo-1.x/commit/22c0d16bfd715631ed317cc990785ccede478f07", "owner": "sefrengo-cms", "repo_name": "sefrengo-1.x", "commit_message": "Updated version number to v1.6.2", "diff_code": "From 22c0d16bfd715631ed317cc990785ccede478f07 Mon Sep 17 00:00...
CVE-2015-1583
Incomplete Fixes
[ { "commit url": "https://github.com/atutor/ATutor/commit/0ee827317e497f1db86ddc5080b8af461e4595ce", "owner": "atutor", "repo_name": "ATutor", "commit_message": "5566 check to make sure user is not being created via CRSF remote form", "diff_code": "From 0ee827317e497f1db86ddc5080b8af461e4595ce Mo...
CVE-2015-1805
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/f0d1bec9d58d4c038d0ac958c9af82be6eb18045", "owner": "torvalds", "repo_name": "linux", "commit_message": "new helper: copy_page_from_iter()\n\nparallel to copy_page_to_iter(). pipe_write() switched to it (and became\n->write_iter()).\n\nSigne...
CVE-2015-1839
Bug-Introducing Fixes
[ { "commit url": "https://github.com/saltstack/salt/commit/b49d0d4b5ca5c6f31f03e2caf97cef1088eeed81", "owner": "saltstack", "repo_name": "salt", "commit_message": "Create randomized logfile name in windows for chef.py", "diff_code": "From b49d0d4b5ca5c6f31f03e2caf97cef1088eeed81 Mon Sep 17 00:00:...
CVE-2015-1869
Incomplete Fixes
[ { "commit url": "https://github.com/abrt/abrt/commit/3287aa12eb205cff95cdd00d6d6c5c9a4f8f0eca", "owner": "abrt", "repo_name": "abrt", "commit_message": "daemon: allow only root user to trigger the post-create\n\nThere is no reason to allow non-root users to trigger this\nfunctionality. Regular users...
CVE-2015-1870
Incomplete Fixes; Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/abrt/libreport/commit/c962918bc70a61a8cc647898ee8b1ff1c14a87c5", "owner": "abrt", "repo_name": "libreport", "commit_message": "build: switch the default dump dir mode to 0640\n\nThe 0660 allows root escalations in ABRT. We don't really need to have\nthe dump direc...
CVE-2015-20110
Fixes for Multiple Locations Across Different Branches or Projects
[ { "commit url": "https://github.com/jhipster/generator-jhipster/commit/7c49ab3d45dc4921b831a2ca55fb1e2a2db1ee25", "owner": "jhipster", "repo_name": "generator-jhipster", "commit_message": "Merge pull request #2096 from maklemenz/tokenprovider-timingattack\n\nfixed timing attack vulnerability in Toke...
CVE-2014-8559
Incomplete Fixes
[ { "commit url": "https://github.com/torvalds/linux/commit/ca5358ef75fc69fee5322a38a340f5739d997c10", "owner": "torvalds", "repo_name": "linux", "commit_message": "deal with deadlock in d_walk()\n\n... by not hitting rename_retry for reasons other than rename having\nhappened. In other words, do _no...