You mean just a widget that allows you to insert images into the sidebar? You could just use a text widget and some HTML linking to your uploaded image like this:
<img src="http://domain.com/wp-content/uploads/image.jpg" />
Just upload your image to the media library, then copy the File URL after upload. Paste that into the src parameter above and the image should show fine.