summaryrefslogtreecommitdiff
path: root/PROBLEMS
blob: 22369b86418633a60e211244dbdd39c668622b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- Avoiding damage on flatbed scanners

  Most flatbed scanners have no protection against exceeding the physical scan
  area height.  That is, if a scan is attempted with a height that exceeds the
  height of the scan surface, the scanner begins making loud noises and the
  scan mechanism may be damaged.  Thus, if you hear such a noise, IMMEDIATELY
  turn off the scanner.

  Normally, the backend will ensure that the maximum scan height is not
  exceeded.  However, if your scanner model has not been tested yet this
  safety-guard may not work. Please report errors like this to the author of
  the backend or the sane-devel mailing list.

- Security problems with saned (SANE network scanning daemon)

  saned does not provide confidentiality when communicating with clients.
  If saned is exposed directly on the network, other users may be able to
  intercept scanned images, or learn passwords for connecting to saned,
  with little effort.  Client systems should connect to saned through a
  secure tunnel to the server instead.

  saned is not a trusted program and should not run with root privileges.