From: Ruiyu Ni <ruiyu.ni@intel.com>
To: edk2-devel@lists.01.org
Subject: [PATCH 00/11] Need to validate data from HW
Date: Mon, 15 Oct 2018 14:38:22 +0800 [thread overview]
Message-ID: <20181015063833.61304-1-ruiyu.ni@intel.com> (raw)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1250
The patches contain logic to check the data from HW before using.
It can avoid corrupted data from HW causes software behave abnormally.
Hao Wu (1):
MdeModulePkg/Bus/Ufs: Ensure device not return more data than expected
Ruiyu Ni (10):
MdeModulePkg/UsbMass: Merge UsbBoot(Read|Write)Blocks(16)
MdeModulePkg/UsbMass: Fix integer overflow when BlockSize is 1
MdeModulePkg/UsbBus: Fix out-of-bound read access to descriptors
MdeModulePkg/UsbBus: Reject descriptor whose length is bad
MdeModulePkg/Usb: Make sure data from HW is no more than expected
SourceLevelDebugPkg/Usb3: Make sure data from HW can fit in buffer
MdeModulePkg/UsbKb: Don't access key codes when length is wrong
MdeModulePkg/AbsPointer: Don't access key codes when length is wrong
MdeModulePkg/UsbMouse: Don't access key codes when length is wrong
MdeModulePkg/UsbBus: Deny when the string descriptor length is odd
MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c | 9 +-
MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c | 7 +-
MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 9 +-
MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c | 19 +-
.../Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.c | 30 ++-
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c | 59 ++++-
MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c | 4 +
.../Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c | 269 +++++----------------
.../Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h | 76 ++----
.../Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c | 8 +-
.../UsbMouseAbsolutePointer.c | 8 +-
MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c | 8 +-
.../DebugCommunicationLibUsb3Transfer.c | 7 +
13 files changed, 219 insertions(+), 294 deletions(-)
--
2.16.1.windows.1
next reply other threads:[~2018-10-15 6:37 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-15 6:38 Ruiyu Ni [this message]
2018-10-15 6:38 ` [PATCH 01/11] MdeModulePkg/UsbMass: Merge UsbBoot(Read|Write)Blocks(16) Ruiyu Ni
2018-10-16 3:06 ` Zeng, Star
2018-10-15 6:38 ` [PATCH 02/11] MdeModulePkg/UsbMass: Fix integer overflow when BlockSize is 1 Ruiyu Ni
2018-10-16 3:19 ` Zeng, Star
2018-10-16 3:32 ` Ni, Ruiyu
2018-10-15 6:38 ` [PATCH 03/11] MdeModulePkg/UsbBus: Fix out-of-bound read access to descriptors Ruiyu Ni
2018-10-16 3:38 ` Zeng, Star
2018-10-15 6:38 ` [PATCH 04/11] MdeModulePkg/UsbBus: Reject descriptor whose length is bad Ruiyu Ni
2018-10-16 3:42 ` Zeng, Star
2018-10-15 6:38 ` [PATCH 05/11] MdeModulePkg/Usb: Make sure data from HW is no more than expected Ruiyu Ni
2018-10-15 11:29 ` Wu, Hao A
2018-10-16 4:26 ` Zeng, Star
2018-10-15 6:38 ` [PATCH 06/11] SourceLevelDebugPkg/Usb3: Make sure data from HW can fit in buffer Ruiyu Ni
2018-10-15 11:31 ` Wu, Hao A
2018-10-15 6:38 ` [PATCH 07/11] MdeModulePkg/UsbKb: Don't access key codes when length is wrong Ruiyu Ni
2018-10-16 4:52 ` Zeng, Star
2018-10-15 6:38 ` [PATCH 08/11] MdeModulePkg/AbsPointer: " Ruiyu Ni
2018-10-16 5:01 ` Zeng, Star
2018-10-15 6:38 ` [PATCH 09/11] MdeModulePkg/UsbMouse: " Ruiyu Ni
2018-10-16 5:03 ` Zeng, Star
2018-10-15 6:38 ` [PATCH 10/11] MdeModulePkg/UsbBus: Deny when the string descriptor length is odd Ruiyu Ni
2018-10-16 5:11 ` Zeng, Star
2018-10-15 6:38 ` [PATCH 11/11] MdeModulePkg/Bus/Ufs: Ensure device not return more data than expected Ruiyu Ni
2018-10-16 5:27 ` Zeng, Star
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181015063833.61304-1-ruiyu.ni@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox