PCSC icon indicating copy to clipboard operation
PCSC copied to clipboard

pcsc-lite: PC/SC implementation

Results 24 PCSC issues
Sort by recently updated
recently updated
newest added

After a reader disappears, `RFReaderInfoById()` (for example, called from `SCardDisconnect()`) might try dereferencing an `READER_CONTEXT::handlesList` value that's already destroyed by the hotplug thread in `removeReader()`. UAF place: https://github.com/LudovicRousseau/PCSC/blob/c35130f2215b75c6d54c4f0162d68548a6de4bab/src/readerfactory.c#L860 Deallocation place:...

enhancement

### Versions * acr122u * /usr/sbin/pcscd --version pcsc-lite version 1.9.8. Copyright (C) 1999-2002 by David Corcoran . Copyright (C) 2001-2022 by Ludovic Rousseau . Copyright (C) 2003-2004 by Damien Sauveron...

as it does to remove the 16 reader limit must use 24 pc a reader would like to help me?

duplicate
enhancement

Hi, Is the ACS ACR39U also not supported? See below.. ### Versions * smart card reader driver name and version * pcsc-lite version * the output of the command `/usr/sbin/pcscd...

help wanted

## Problem In some cases it is required that the WinSCard API (implemented by `libpcsclite.so.1`) is redirected to another library. - For example this is required to implement a RDP...

enhancement

I don't think this is an issue with pcsc-lite specifically, since everything works perfectly on firefox. However I haven't found anyone else reporting this issue on Chromium/Chrome or Redhat forums....

help wanted

I'm trying to build pcsc-lite 2.2.1 on Slackware 15.0 with meson using the instructions from the article [pcsc-lite now uses meson build tool](https://blog.apdu.fr/posts/2024/05/pcsc-lite-now-uses-meson-build-tool/), so I'm doing the following: ``` meson...

Fixed path errors to get the header chain working correctly. Additionally added required seperation for Cygwin environment to wintypes header

enhancement

I've been wanting to implement this for over a year and haven't really finished my original patching attempt. But given recent events (the xz and libsystemd + sshd fiasco) I...

The CFBundleName variable is assigned to 0-N driverTracker structures and when they are freed, its leaked. This is not a huge issue, as I understand it, it happens only on-time,...